Book Image

Mastering Spring Application Development

By : Anjana Mankale
Book Image

Mastering Spring Application Development

By: Anjana Mankale

Overview of this book

Table of Contents (19 chapters)
Mastering Spring Application Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we saw an overview of FTP and its abbreviations. We have seen different types of adapters, such as inbound and outbound adapters, with the outbound gateway and its configuration. We have also shown the springs-integration-ftp.xsd and have quoted various options available for each of the inbound and outbound adapters. We have also shown the libraries that are required to develop a maven application using the spring-integration-ftp package. Then we have looked at two important classes, FTPSessionFactory and FTPsSessionFactory, with getters and setters. We have also demonstrated an example of transferring files with SpringFTP using the outbound channel. We also demonstrated configuring FTP using Java via the @Configuration annotation. Lastly, we have demonstrated FTP as a tasklet. In the next chapter, we shall further look into Spring's integration with HTTP.