What alternatives exist to Spring Batch to handle queued jobs?

Per Arneng picture Per Arneng · Sep 16, 2009 · Viewed 10k times · Source

I have been looking in to Spring Batch to solve a batch processing scenario with huge amount of data involved in each job. Are there any other solutions that compete with Spring Batch? To be used in a Java EE environment.

Answer

Arjan Tijms picture Arjan Tijms · Apr 14, 2013

Batch support is now available in Java EE 7 via JSR 352: Batch applications for the Java platform.

See Batch Applications in Java EE 7 - Undertanding JSR 352 Concepts for some more info.