Saturday 7 February 2015

Spring Batch


Spring Batch, is an open source framework for batch processing – execution of a series of jobs. Spring Batch provides classes and APIs to read/write resources, transaction management, job processing statistics, job restart and partitioning techniques to process high-volume of data.

The following Spring Batch tutorials and examples are tested with :

1.    Spring Core 3.2.2.RELEASE

2.    Spring Batch 2.2.0.RELEASE