# Spring-Integration-in-Action **Repository Path**: mirrors_spring-projects/Spring-Integration-in-Action ## Basic Information - **Project Name**: Spring-Integration-in-Action - **Description**: Source code to accompany the book - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # This repository is no longer actively maintained by VMware, Inc. # Spring Integration in Action This project contains the code examples from the book "Spring Integration in Action" (Manning, 2012). To build and run tests, change into the 'siia-examples' directory and execute: mvn test To install artifacts into your local Maven repository execute: mvn install To explore the code, we recommend importing the projects (located in the sub-directories) into an IDE such as Eclipse or IntelliJ Idea. For more information about the book, visit http://manning.com/fisher. ## Modules The modules of the 'siia-examples' are as follows: | Module | Description | Chapters | | ------ | ------ | -----: | | batch | Batch processing application using Spring Batch and Spring Integration | 16 | | business | Business logic invocation (transformers, service activators) | 5 | | concurrency | Concurrency configuration (pollers, task executors) | 15 | | flight-booking | More complex example of routing, XML processing and testing | 6, 8, 18 | | fundamentals | Basic introduction to decoupled code and dependency injection | 2 | | hello-world | Introductory example to Spring and Spring Integration | 1 | | home-cooking | Splitters and aggregators | 7 | | jms | JMS integration | 9 | | messages-channels | Introduction to messages and channels | 3 | | monitoring | Monitoring patterns - MessageBus, History, WireTap and JMX integration | 14 | | trip-diary | File-based integration | 11 | | twitter | Twitter integration | 13 | | webapp | SOAP and RESTful web services | 12 |