Spring Integration Java DSL Milestone 1 Released
The Spring Integration development team is pleased to announce the release of the First Milestone of the Java DSL extension for Spring Integration!
The general purpose of the Java DSL is to provide a fluent and convenient API for Message Flows based on EIP and avoid boilerplate Spring Integration configuration.
The org.springframework.integration:spring-integration-java-dsl:1.0.0.M1
artifact is available from the
Spring IO Milestone Repository.
You can find in more information in the Reference Manual and from source code, however let us shed some light on the main features.
The Concept
The Spring Integration Java DSL is not similar to existing Scala and Groovy DSls; nor is it similar to the Apache Camel Java DSL, although it does implement the method-chain…