Posts tagged with Spring Batch

Featured image for "Simplification of the Spring Batch API"
Java

Simplification of the Spring Batch API

Spring Batch not only became modularized, but also simplified its API. API's like JobExplorer and JobOperator now got merged into other API's, simplifying your applications!

Read more →
Featured image for "Modularization of Spring Batch"
Java

Modularization of Spring Batch

Spring Boot 4 introduces a new default for Spring Batch, no longer requiring any database table. In this blogpost I'll talk more about the impact this has on your code.

Read more →
Featured image for "Running a Spring batch at a schedule"
Java

Running a Spring batch at a schedule

Writing a RESTful webservice with Spring is easy, even easier with Spring Boot. But did you also know that validation is quite easy as well with Spring?

Read more →
Featured image for "Indexing documents with Spring batch"
Java

Indexing documents with Spring batch

Batch processing is an often occuring taks when developing applications. With Spring boot, you can now easily write batch processes using Spring batch. In this tutorial I'll use Spring batch to index markdown documents into Solr.

Read more →