Enlist the components of Spring Batch?

devquora
devquora

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.

 

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Spring Batch Interview Questions

    List some advantages of Spring Batch?

    Some of the advantages of Spring Batch are:Maintainability Flexibility Usability Scalability Availability Security Support Cost ...