Maven+Spring Batch+Apache Commons VF學習,mavencommons
Apache Commons VFS資料:
例子:http://www.zihou.me/html/2011/04/12/3377.html
詳細例子:http://p7engqingyang.iteye.com/blog/1702429
Apache Commons VFS:檔案系統工具,對不來自與不同的檔案系統的檔案進行操作,可以處理非本地檔案(vfs中,原來存在ftp有時候不能正常關閉的情況,commons-vfs2 出了以後,該問題已經得到解決 )VFS為訪問各種不同的檔案系統提供了單一的API(API)
spring batch資料:
原理+例子:http://www.coderli.com/spring-batch-intro-sample/
介紹:http://aijuans.iteye.com/blog/2174060?utm_source=tuicool
詳細http://www.cnblogs.com/gulvzhe/archive/2011/11/06/2238125.html
spring batch:批處理,依賴spring架構,系統之間共用代碼;通過簡單的配置可以完成交易回復和commit功能;可以通過設定檔操作本地檔案
maven資料:
安裝配置:http://www.cnblogs.com/fnng/archive/2011/12/02/2272610.html
介紹+詳細配置+常見問題:http://www.cnblogs.com/BigTall/archive/2011/03/23/1993253.html
測試:http://www.cnblogs.com/sunddenly/p/4341542.html
詳細:http://www.cnblogs.com/xdp-gacl/p/4052025.html
maven:構建工具,Maven用POM來構建項目和相關檔案,使用配製xml使用功能,自動匯入依賴包