My coworker is convinced that Spring Integration does not jive well with Spring Java Config. Is this true? I haven't yet used Spring Integration, but would like to. I much prefer the Java config style of app context configuration (the @Configuration kind, not the @Inject kind), and would prefer to use it over XML, which I hate.


Reply With Quote
