Files
spring-integration-samples/basic
Christian Posta 375cc41b1a INTSAMPLES-22: Create sample for inbound tcp-connection-factory using deserializer and serializer
* Added new tests
* Added comments
* Created the custom serializer/deserializer. Fixing some small issues with it
* Changed the sending to use java socket api
* Working, just trying to figure out junit differences
* Found an error in the input message (contained \r\n) fixed now
* added .idea and activemq-data folders to ignore
* Cleaned up unused code, added documentation to the README.md
* Added more comments
* Added Copyright notices
2012-02-13 17:07:22 -05:00
..
2012-02-13 17:05:53 -05:00

Basic Samples

This is a good place to get started. The samples here are technically motivated and demonstrate the bare minimum with regard to configuration and code to help you to get introduced to the basic concepts, API and configuration of Spring Integration and how they relate to Enterprise Integration Patterns (EIP).

For example; if your are looking for an answer on how to wire a Service Activator to a Channel or how to apply a Gateway to your message exchange or how to get started with using the Mail or XML module etc., this would be the right place to find a good sample.