- PR Comments - Switch to Jackson2 - Fix oxm config Polishing INTSAMPLES-127 Update to SI 4.0.0.RC1 INTSAMPLES-127 Remove Servlet Dependency travel sample; see INT-3350. INTSAMPLES-127 Update Samples to SI 4.0.0 JIRA: https://jira.spring.io/browse/INTSAMPLES-127 Created `maint` branch for ongoing SI 3.0.x samples.
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.