spring-integration-samples
spring-integration-samples copied to clipboard
Why XML configuration?
I'm pretty sure that no one uses XML configuration any more. Would be nice to have the examples updated with the proper annotations.
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!
I was looking at the tcp-client-server example.
See here: https://github.com/spring-projects/spring-integration-samples/tree/master/advanced/dynamic-tcp-client. Might be helpful someway...
Also see https://stackoverflow.com/questions/54057281/spring-boot-tcp-client/54057755#54057755