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 scheduling?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.