A recent project is using the Springbatch framework to make a batch of e-commerce platforms. On-line information is very limited, especially the Chinese information is less and less, official web documents are just some basic knowledge of getting started, most of the advanced features are a stroke, the explanation is not thorough, in the actual development encountered many problems. As a result, the process of learning and applying spring batch is summed up as a small example to write essays. One is the memo, the second is to initiate, I hope more experts can participate in, point out the shortcomings and put forward their own views, we have a common discussion of learning.
There are several main essays written about Springbatch:
Spring Batch introduction of Spring batch (i)
Brief introduction to the framework process of Spring Batch (II.)
Sample of Spring Batch (Hello World) (iii)
Sample of Spring Batch (CSV file operation) (iv)
Sample of Spring Batch (XML file operation) (v)
Sample of Spring Batch (fixed long format file read/write) (vi)
Sample of Spring Batch (read, multi-file write of composite format file) (vii)
Sample of Spring Batch (cursor read-write DB data table) (eight)
Spring Batch Skip Explanation (ix)
Spring Batch jobparameters (10)
Subsequent essays on spring batch continue to be updated .....
Jar Packages (Springbatch+spring+mybatis+mysql) used in each article instance:
-->> Springbatchlibs.rar
Source: http://www.cnblogs.com/gulvzhe/
Spring Batch series (reprint)