Alternatives to Quartz for job scheduling

JavaQuartz SchedulerJob Scheduling

Java Problem Overview


Has anyone found any alternative open-source solutions to Quartz which they are happy with?

I know Cronacle is a well respected (and pricey) closed source solution for job scheduling but I'd like to make sure we exhaust the open-source alternatives before going down that route.

Java Solutions


Solution 1 - Java

Did you already check all of those listed in Open Source Job Schedulers in Java:

  1. jcrontab
  2. Quartz
  3. Fulcrum Scheduler
  4. Essiembre J2EE Scheduler
  5. Gos4j
  6. Oddjob
  7. Job Scheduler
  8. JDRing
  9. jBatchEngine
  10. MyBatchFramework
  11. Super
  12. cron4j

Solution 2 - Java

I did some looking a while back and was hard-pressed to find any open source Java-based job scheduler that seemed to have even a fraction of the reputation and usage of Quartz. I would be really curious to hear why Quartz isn't sufficient.

Solution 3 - Java

What about Flux Scheduler (http://fluxcorp.com/)? Now http://flux.ly.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestioncclarkView Question on Stackoverflow
Solution 1 - JavajitterView Answer on Stackoverflow
Solution 2 - JavaAlex MillerView Answer on Stackoverflow
Solution 3 - JavajhouseView Answer on Stackoverflow