Webinar Replay: Introducing the Java DSL for Spring Integration
Join the DZone community and get the full member experience.
Join For FreeWebinar: Introducing the Java DSL for Spring Integration
Speaker: Gary Russell
Slides: https://speakerdeck.com/garyrussell/spring-integration-java-dsl-a-deeper-dive
The Spring Integration JavaConfig and DSL extension provides a set of convenient Builders and a fluent API to configure Spring Integration message flows from Spring @Configuration classes. The Java DSL for Spring Integration is essentially a facade for Spring Integration. The DSL provides a simple way to embed Spring Integration Message Flows into your application using the fluent Builder pattern together with existing Java and Annotation configurations from Spring Framework and Spring Integration as well. Another useful tool to simplify configuration is Java 8 Lambdas.
Learn more about Spring Integration: http://projects.spring.io/spring-integration
Learn more about Spring XD: http://projects.spring.io/spring-xd
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Top Six React Development Tools
-
Building the World's Most Resilient To-Do List Application With Node.js, K8s, and Distributed SQL
-
RAML vs. OAS: Which Is the Best API Specification for Your Project?
-
Send Email Using Spring Boot (SMTP Integration)
Comments