资 源 简 介
Trunk version has been moved to github.com.
https://github.com/seratch/taskun
Simple Cron Daemon Thread on JVM
This is a Java task scheduler library as much simple as crond.
How to install?
Please download the zip files in this site.
taskun-scheduler-1.0.3.zip
taskun-servlet-1.0.2.zip
Getting Started with Taskun
web.xml
schedulerServlet net.seratch.taskun.servlet.impl.DefaultSchedulerServlet 3
src/main/resources/crontab.txt
# invoked at 11:00 am every day0 11 * * * taskun.SampleWorker namedServer1# invoked every nth of a secondinterval:5sec initial:16sec taskun.SampleWorker
src/main/resources/taskun.properties
enableInvokingScheduler=tr