Spring Batch



Table of Contents

Batch implementations have their own special set of specifications. It is critical for example to be able to restart a batch job from the point where it failed earlier. It may also be necessary to accurately track what is happening in the background when executing a batch job. Spring Batch provides a great option for creating batch applications.