DEV Community

Said Olano
Said Olano

Posted on

Spring Batch Architecture

Spring Batch Architecture

Spring Batch is a lightweight framework for building Java-based applications that perform batch processing. Enterprises in every industry can complete their business operations by using Spring Batch to perform long-running, bulk processes behind the scenes.

The framework runs on top of the JVM and it's built on top of Spring, so you can leverage all of Spring's capabilities within your batch applications. Batch processing has a long history that dates back to the earliest days of computing.

There is a proven architecture that can address the traditional challenges developers face when building batch applications.

Top comments (0)