Maven + Spring Batch + Apache Commons VF learning, mavencommons
Apache Commons VFS materials:
Example: http://www.zihou.me/html/2011/04/12/3377.html
Example: http://p7engqingyang.iteye.com/blog/1702429
Apache Commons VFS: a file system tool that operates files not from different file systems and can process non-local files (in vfs, ftp sometimes cannot be disabled normally, after the commons-vfs2, the problem has been resolved) VFS provides a single application programming interface (API) for access to a variety of different file systems)
Spring batch materials:
Principle + example: http://www.coderli.com/spring-batch-intro-sample/
Introduction: http://aijuans.iteye.com/blog/2174060? Utm_source = tuicool
Detailed http://www.cnblogs.com/gulvzhe/archive/2011/11/06/2238125.html
Spring batch: batch processing relies on the spring framework to share code between systems. with simple configuration, transaction rollback and commit functions can be completed. Local files can be operated through configuration files.
Maven documents:
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
Detailed: http://www.cnblogs.com/xdp-gacl/p/4052025.html
Maven: build tool. Maven uses POM to build projects and related files, and uses the xml usage configuration function to automatically import dependency packages.