Search code examples
javajakarta-eescheduled-tasksapplication-serverspring-batch

What alternatives exist to Spring Batch to handle queued jobs?


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.


Solution

  • Well the uber-king of big-data batch processing is Hadoop, but that can be rather tricky to set up, to put it mildly.