Posted On: Jun 01, 2021
There are three main components of Spring Batch namely, Application, Batch Core, and Batch Infrastructure.
Application − It contains all the jobs and the code we write using the Spring Batch framework.
Batch Core − It contains all the API classes that are needed to control and launch a Batch Job.
Batch Infrastructure − IT contains the readers, writers, and services used by both application and Batch core components.
Never Miss an Articles from us.
Some of the advantages of Spring Batch are:Maintainability Flexibility Usability Scalability Availability Security Support Cost ...