JIRA: https://jira.spring.io/browse/INTSAMPLES-137 Depends on https://github.com/spring-projects/spring-integration/pull/1274 Polishing and cleanup * Fix `cafe-dsl` project: https://build.spring.io/browse/INTSAMPLES-NIGHTLY-JOB1-1131 * Change author emails to the `pivotal.io` * Regenerate poms Fix for `Cafe-DSL` sample https://build.spring.io/browse/INTSAMPLES-NIGHTLY-JOB1-1143
File Sample
This example demonstrates the following aspects of the File operations support available with Spring Integration:
- File Inbound Channel Adapter
- File Outbound Channel Adapter
- File-to-Bytes Transformer
Furthermore, a Poller is used as well.
The use case is a simple file copy, but implemented in 3 basic flavors:
- Binary file copy
- Text file copy
- Simple file copy
To run the samples simply execute the 3 test cases located in the org.springframework.integration.samples.filecopy package.