Spring Integration Java DSL: Line by line tutorial
Dear Spring Community!
Just after the Spring Integration Java DSL 1.0 GA release announcement I want to introduce the Spring Integration Java DSL to you as a line by line tutorial based on the classic
Cafe Demo integration sample.
We describe here Spring Boot support, Spring Framework Java and Annotation configuration, the IntegrationFlow
feature and pay tribute to Java 8 Lambda support which was an inspiration for the DSL style. Of course, it is all backed by the Spring Integration Core project.
For those, who are not interested in Java 8 yet, we provide similar tutorial without Lambdas: Spring Integration Java DSL (pre Java 8): Line by line tutorial…