Hi, Don't know if this is the right forum, but does anyone know of an open source j2ee compliant scheduler? I want to control jobs that run at certains times of the day, week, month etc. Thanks Jag
Hi In order to schedule your jobs you can use the Time Service provided by EJB2.1. With the help of this Time Service , you can execute jobs in various levels like jobs at interval, once and based on the criteria you specified. Have a look at the following link http://java.sun.com/j2ee/1.4/docs/tutorial/doc/NewEJB4.html bye techno