by Jim White | Oct 21, 2014 | From The Field, Java, Spring Framework
Spring Integration Tutorial (Part 8) – Gateways In this final post on my Spring Integration tutorial series (SI), we take a look at gateways. Gateways are a means of loosely coupling other application components from the SI API or other messaging API. The...
by Jim White | Sep 30, 2014 | Eclipse, Java, Spring Framework
Spring Integration Tutorial (Part 7) – Service Activators As we near the end of this eight-part tutorial series on Spring Integration (SI), the topic of this seventh installment is on service activators. The name of this SI message endpoint aptly defines what...
by Jim White | Sep 25, 2014 | Eclipse, Java, Spring Framework
Spring Integration Tutorial (Part 6) – Enrichers Spring Integration enrichers are really just a special type of transformer (see previous post in this series). Enrichers take a message from a channel and enhance it by adding information to its header or...
by Jim White | Aug 26, 2014 | Eclipse, Java, Spring Framework
Spring Integration Tutorial (Part 5) – Routers Part 5 – ROUTERS In this installment of our Spring Integration tutorial, we examine routers. Routers distribute messages to one or more message channels. Some routers (content routers) examine the message...
by Jim White | Aug 14, 2014 | Eclipse, Java, Spring Framework
Spring Integration Tutorial (Part 4) – Transformers Part 4 – Transformers We continue our Spring Integration tutorial and exploration of Spring Integration (SI) message endpoints today with a look at transformers. Transformers take a message from a...