In Java, the development of batch can be achieved with few solutions. Most applications use SpringBatch. This is the SpringBatch framework with its XML configuration that is used here. Another example with the configuration JavaConfig follow.
batch
Java batch simple helloworld repeat example (without dependencies)
New batch implementation
You’re tired of spring batch? the future JavaEE batch API leaves you cold?
I’m trying to make a basic implementation of batch, not dependent on any framework and compatible with SpringBatch extensions (if needed) and with the same service quality (batch structure, extensions like jdbc, jpa, file, message, etc).
It’s called SimpleBatch and it’s very cool indeed. With future fluent API.
if you have any need, or advice, please visit my GitHub project or post a comment here.