Files
spring-integration-samples/basic
Gary Russell cbd1a06a2c INTSAMPLES-81 File Sample: Fix FWMH Field Access
FileWritingMessageHandler:

Sample accessed 'destinationDirectory' field; it
is now 'destinationDirectoryExpression'.
2012-10-23 17:41:07 -04:00
..
2012-09-24 05:30:14 -04:00
2012-06-05 14:55:12 -04: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.