Hi,
If you need a UI for Quartz scheduler(s), you may want to check the
QuartzDesk project that I am the founder of. QuartzDesk provides a UI that allows you to remotely connect to your running Quartz scheduler instances, list their jobs, triggers etc. It captures and persists the job execution history so that you can check what your scheduler did at any time. You can even configure QuartzDesk to intercept log messages produced by the executed jobs and make these stored in the execution history for later review. Monitoring of jobs and triggers is also supported (both poll-based and push-based). You can dynamically add/update/delete jobs and triggers. You will also get visual statistics so that you have some overview of what your jobs did withing the specified time period, e.g. how many times there were executed, how many times their failed, what is the average exec time of your jobs and how this evolves in time etc.
QuartzDesk runs in any popular servlet container or app server and supports all major DB engines. For a complete list of all features, please refer to this
page. There are 3 editions available, one of which (Lite edition) is free.
Hope this helps.
Best regards,
Jan