I'm working on Java web application which requires running certain task (mysql query) once a day. What is the best way to do such thing in Java?
I saw something like Quartz but I'm not sure if it is ok for job like this. With quick review it looks like quartz requires initialization. Can it be done with web application? What about downtimes?