Chapter 10. An End-to-End Example

We have covered enough to get up to speed using Spring Integration in real projects. Let's build a real application, which will exercise different types of components exposed by the Spring Integration module. This will also act as a refresher chapter as we will visit all the concepts discussed so far.

Let's take an example of the feeds aggregator application; it will aggregate feeds based on the configured parameters and then relay it to interested parties. Here is the outline of problems we will try to solve. These are just for the sake of an example, in a real scenario, we might not need the aggregator or splitter, or the sequence of processing itself can be different:

  • Ingesting data can be done by:
    • Reading RSS ...

Get Spring Integration Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.