If the package java.util.concurrentdoes not meet your requirements, Quartz is an excellent open-source scheduler that allows you to plan jobs for repeated execution, as well as many additional features such as failure, load balancing, etc. I have used it for many years and love it, but if it java.util.concurrentmeets your needs, stick to it.
source
share