Posts tagged with Spring batch

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 →