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...
by Jim White | Aug 5, 2014 | Eclipse, Java, Spring Framework
Spring Integration Tutorial (Part 3) – Filters Part 3 – Filters So now you have an understanding of the channel and endpoint basics from Part 1 of our Spring Integration tutorial. And you have studied a particular type of endpoint – the adapter in...
by Jim White | Jul 29, 2014 | Eclipse, Java, Spring Framework
Spring Integration Tutorial (Part 2) – Adapters Part 2 – Adapters In part two of this tutorial series on Spring Integration, I explore adapters. Adapters are messaging endpoints. In particular, they are the message endpoint that bridges your Spring...