Scheduling a java code to run at a later time

Hi,

I am working on a part of a project where in when i make a request for a report

to be generated from a jsp, the java code that generates the report must be

scheduled to run in the night time e.g 12 AM. How do i go about doin this...?

Thanks

Message was edited by:

Naik1983

[322 byte] By [Naik1983a] at [2007-11-27 3:21:37]
# 1
Try a scheduler. I could recommend Quartz: http://www.opensymphony.com/quartz/
SurfManNLa at 2007-7-12 8:24:22 > top of Java-index,Java Essentials,Java Programming...