Yes that was what I was looking for. Don't know why it didn't work at the begining but it is now. Thanks.
Since I am supposed to use the API, and not directly inserting jobs/triggers into the database, how would I best bridge a php/mysql application to work with Quartz? For instance I want to be able to make jobs/triggers from my php application.
I read in another thread that it's supposedly something being worked on (command line utility / gui ) that I would probably be able to call from php?
I have started working on a simple implementation using RMI that I can use as a command line utility to add and remove jobs but I'm wondering if something similar has already been made?
/Jeppe
|