Spring Integration Java DSL
Artem Bilan, Principal Software Engineer at Pivotal Inc., talks Spring Integration Java DSL, an organic Spring Integration extension.
Join the DZone community and get the full member experience.
Join For FreeSpring Integration Java DSL is an organic extension of the Spring Integration programming model providing an alternative to XML configuration with the fusion of Spring Framework Java & Annotation configuration support, Spring Integration EIP implementation and the Builder pattern.
In this session we will talk about the Spring Integration Java DSL fluent API and how it allows you to easily and quickly add integration capabilities to your application using only Spring Java configuration. We will also demonstrate the benefits that Java 8 Lambda support provides, and those additions over the core Spring Integration that the Spring Integration Java DSL implements. We will also discuss concerns and restrictions such as method-chain complexity, pre-Java 8 support etc.
Finally, we will study how it is easy to contribute to the project, helping to fill the gaps, by implementing some protocol-specific adapter support during the talk.
Recorded at SpringOne2GX 2015.
Presenter: Artem Bilan
Track: Data & Integration
Slides: http://www.slideshare.net/SpringCentral/spring-integration-java-dsl
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments