开发者

Other than Quartz what other options or popular job scheduling tools are there?

开发者 https://www.devze.com 2022-12-22 03:45 出处:网络
Other than quartz schedular, what are other popular job services in the Java world? Ideally something that works well with Spring.

Other than quartz schedular, what are other popular job services in the Java world?

Ideally something that works well with Spring.

I am assuming Tomcat can handle this type of 开发者_StackOverflow中文版scheduling?


If you are using Spring 3.0, then the new task-scheduling namespace is pretty handy. The spring source blog has an article on the use of the new namespace.

Out of curiousity, why not Quartz? It has some really neat Spring integration too.


http://java-source.net/open-source/job-schedulers

Also there are Timers in java, and there are commercial scheduler applications. But quartz is probably the best free/open source option, and Spring already has wrappers around it.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号