-
Notifications
You must be signed in to change notification settings - Fork 124
Home
tobiasflohre edited this page Aug 16, 2014
·
9 revisions
Java batch is becoming a hot topic in enterprise environments these days, but how do you do it the right way? The project spring-boot-starter-batch-web offers a best practice approach to modern batch architectures, answering the following questions:
- How do I actually deploy jobs?
- How do I start, stop and monitor them?
- How do I integrate them into my companies' infrastructure?
- How do I build job artifacts?
It builds on Spring Batch, Spring Boot and JSR-352.
You may want to switch to the Getting Started page.
Most information about this project will be covered in blog posts. You find them here.
Enterprise-ready production-ready Java batch applications powered by Spring Boot