Files
spring-integration-samples/basic/file
Artem Bilan ea3ba21249 INTSAMPLES-122: Migrate to Gradle
JIRA: https://jira.springsource.org/browse/INTSAMPLES-122

INTSAMPLES-122: Polishing

INTSAMPLES-122: Add generated poms

* Upgrade some dependencies

INTSAMPLES-122: Cover Java/DSL sample

INTSAMPLES-122: Upgrade to SI 4.0.1 & SF 4.0.5

INTSAMPLES-122: Polishing according PR comments

Make gradlew executable
2014-05-28 12:58:25 -04:00
..
2014-05-28 12:58:25 -04:00

File Sample

This example demonstrates the following aspects of the File operations support available with Spring Integration:

  1. File Inbound Channel Adapter
  2. File Outbound Channel Adapter
  3. 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:

  1. Binary file copy
  2. Text file copy
  3. Simple file copy

To run the samples simply execute the 3 test cases located in the org.springframework.integration.samples.filecopy package.