C24 iO Spring integration
Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns.
It enables lightweight messaging within Spring-based applications and supports integration with external systems via declarative adapters. Those adapters provide a higher-level of abstraction over Spring's support for remoting, messaging, and scheduling. Spring Integration's primary goal is to provide a simple model for building enterprise integration solutions while maintaining the separation of concerns that is essential for producing maintainable, testable code.
Using C24 iO with Spring
C24 iO components for Spring Integration makes C24 marshaling and transformation directly usable as Spring Integration components.
C24 iO Spring Integration support extends the Spring Integration Core with implementations of transformers, selector and routers designed to make working with C24 IO Complex Data Object messages in Spring Integration simple. The provided messaging components are designed to work with any data represented as a ComplexDataObject.
Resources
| Reference Documentation | HTML | PDF |
| Issue Tracking | http://support.c24.biz/browse/SPR |
| Source Control | https://github.com/C24-Technologies/c24-spring |
| Javadocs | HTML |
