by Tom Helvick | Jun 18, 2015 | .NET, Android, From The Field, Java, Mobile, Spring Framework
One of my first stops every morning is to our Google Analytics account where I get an update on what readers, search engines, and social media sites find interesting from our blog and website. Creating content for a wide variety of topics such as .NET, Java, or Mobile...
by Jim White | Oct 21, 2014 | From The Field, Java, Spring Framework
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 gateway serves as a façade to a SI system. Gateways are...
by Jim White | Sep 30, 2014 | Eclipse, Java, Spring Framework
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 it does. A service activator is an SI component that triggers...
by Jim White | Sep 25, 2014 | Eclipse, Java, Spring Framework
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 payload. Thus, an enricher is a transformer that only adds...
by Jim White | Aug 26, 2014 | Eclipse, Java, Spring Framework
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 payload or headers in order to select a particular...
by Jim White | Aug 14, 2014 | Eclipse, Java, Spring Framework
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 channel and creates a new message containing converted payload...