Spring Integration Java DSL 1.0 GA Released
Join the DZone community and get the full member experience.
Join For Free[This article was written by Artem Bilan.]
Dear Spring community,
As we promised in the Release Candidate blog post, we are pleased to announce that the Spring Integration Java DSL 1.0 GA is now available. As usual, use the Release Repository with Maven or Gradle, or download a distribution archive, to give it a spin.
See the project home page for more information.
First of all, we are glad to share with you that on Nov 12, 2014, DZone research recognized Spring Integration as the leader in the ESB / Integration framework space, leading with 42% marketshare, in a publication of their recent survey results. And the report is the most popular DZone Guide in November, with more than 12 000 downloads already! Don't miss it: very exciting. We hope the release of the Spring Integration Java DSL adds more excitement!.
Many thanks to all contributors, including several who are new to the community.
The release includes just a few bug fixes, since the release candidate, and a lot of JavaDocs!
Not specifically related to the the release, I want to present here some resources on the matter.
We are observing many valuable DSL questions on Stack Overflow.
Josh Long's tech tip showing how we can use together Spring Boot, REST, Spring Integration 4.1 WebSocket support and Spring Integration Java DSL plus Java 8 features.
The Jdbc Splitter
implementation in the project tests.
My gist to demonstrate how we can use Reactor Stream
s together with the Spring Integration Java DSL.
Dave Syer has started to use Spring Integration Java DSL in the Spring Cloud Bus project.
Don't miss the si4demo to see the evolution of Spring Integration including the Java DSL, as shown at the 2014 SpringOne/2GX Conference. (Video should be available soon).
Especial thanks to Biju Kunjummen who has done some nice articles on DZone to introduce Spring Integration Java DSL: https://dzone.com/articles/spring-integration-java-dsl, https://dzone.com/articles/spring-integration-java-dsl-0.
And of course, with the latest Spring XD, we can build Modules based on @Configuration
including Spring Integration Java DSL IntegrationFlow
definitions.
Just after this announcement I'm going to publish a DSL Tutorial
to explain concepts and features using the Java DSL version of the Cafe Demo sample as material.
As always, we look forward to your comments and feedback (StackOverflow (spring-integration
tag), Spring JIRA, GitHub) and we very much welcome contributions!
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments