Apache Commons VFS Data:
Example: http://www.zihou.me/html/2011/04/12/3377.html
Detailed Example: http://p7engqingyang.iteye.com/blog/1702429
Apache Commons VFS: File system Tools, do not come from the file system with different files to operate, can handle non-local files (VFS, the original FTP sometimes does not normally shut down the situation, commons-vfs2 out later, the problem has been resolved) VFS provides a single application programming interface (API) for accessing a wide variety of file systems
Spring Batch data:
Principle + Example: http://www.coderli.com/spring-batch-intro-sample/
Description: Http://aijuans.iteye.com/blog/2174060?utm_source=tuicool
Detail http://www.cnblogs.com/gulvzhe/archive/2011/11/06/2238125.html
Spring Batch: Batch processing, dependent on spring framework, sharing of code between systems, transaction rollback and commit via simple configuration, local files can be manipulated through configuration files
Maven Profile:
Installation configuration: http://www.cnblogs.com/fnng/archive/2011/12/02/2272610.html
Introduction + Detailed configuration + FAQ: http://www.cnblogs.com/BigTall/archive/2011/03/23/1993253.html
Test: http://www.cnblogs.com/sunddenly/p/4341542.html
Details: http://www.cnblogs.com/xdp-gacl/p/4052025.html
Maven: Build tools, Maven uses POM to build projects and related files, and automatically imports dependent packages using the configuration XML usage feature
Maven+spring Batch+apache Commons VF Learning