Spring Batch Example
This is a basic guide to get you started with Spring Batch Framework. The framework has alot to get your head around. Key Terms with references
- Job - Contains steps for the process execution (describes what job is and how it is executed). It is entire set of batch work.
- Job Instance - Represents the given job during the execution process (organises the job process with job parameters)
- Job