Scheduling a task in java August 22, 2006
Posted by maxmil in : Java, websphere , 1 comment so farGiven the lack of an automatic task scheduler in Websphere and the unavailibilty of cron or other task schedulers in our production server i’ve been looking for a pure java solution.
And… sure enough java has its own scheduling framework. Check this article:
http://www-128.ibm.com/developerworks/java/library/j-schedule.html