Files
spring-integration-samples/basic
Artem Bilan 90d5ee9282 INTSAMPLES-134: SFTP: Use Apache SSHD SshServer
JIRA: https://jira.spring.io/browse/INTSAMPLES-134

INTSAMPLES-134: `sun.misc.BASE64Decoder` -> `org.apache.sshd.common.util.Base64`

INTSAMPLES-134: PR comments and fix for Windows

INTSAMPLES-134 Test Samples with Remote Server

- change 'user' property to 'username' to avoid conflict with environment variable.
- create temporary files using the remote file template in 'si.sftp.sample'.
- clean up after test completion.
- use a caching session factory.
2014-07-30 23:37:58 -04:00
..
2014-05-28 12:58:25 -04:00
2014-05-28 12:58:25 -04:00
2014-05-28 12:58:25 -04:00
2014-05-28 12:58:25 -04:00
2014-05-29 09:17:47 +03:00
2014-05-28 12:58:25 -04:00
2014-05-28 12:58:25 -04:00
2014-05-28 12:58:25 -04:00
2014-05-28 12:58:25 -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.