spring-integration-samples icon indicating copy to clipboard operation
spring-integration-samples copied to clipboard

Why XML configuration?

Open T3rm1 opened this issue 5 years ago • 4 comments

I'm pretty sure that no one uses XML configuration any more. Would be nice to have the examples updated with the proper annotations.

T3rm1 avatar Apr 29 '20 16:04 T3rm1

Thanks for your feedback!

While I believe in the reality, we still support XML configuration. We are fully OK in presenting more and more Java & Annotation configuration and Java (Kotlin) DSL, but it takes some effort to migrate all the samples.

So, or give us some priority what exact sample you worry about or start some contribution from here.

We are more than welcome!

Thanks again!

artembilan avatar Apr 29 '20 16:04 artembilan

I was looking at the tcp-client-server example.

T3rm1 avatar Apr 29 '20 16:04 T3rm1

See here: https://github.com/spring-projects/spring-integration-samples/tree/master/advanced/dynamic-tcp-client. Might be helpful someway...

artembilan avatar Apr 29 '20 16:04 artembilan

Also see https://stackoverflow.com/questions/54057281/spring-boot-tcp-client/54057755#54057755

garyrussell avatar Apr 29 '20 16:04 garyrussell