Spring Integration Java DSL (pre Java 8): Line by line tutorial
Dear Spring Community!
Recently we published the
Spring Integration Java DSL: Line by line tutorial,
which uses Java 8 Lambdas extensively. We received some feedback that this is good introduction
to the DSL, but a similar tutorial is needed for those users, who can't move to the Java 8 or aren't yet familiar
with Lambdas
, but wish to take advantage
So, to help those Spring Integration users who want to moved from XML configuration to Java & Annotation
configuration, we provide this line-by-line tutorial
to demonstrate that, even without Lambdas
, we gain
a lot from Spring Integration…