| Author |
UI management of Java scheduler jobs.
|
sangram nani
Greenhorn
Joined: Nov 27, 2011
Posts: 21
|
|
Integrating Java quartz in a existing Struts2 webapplication which has Hibernate ORM. The quartz scheduler should display the management of jobs in UI. I am confused on which library to use.. is it either Myscheduler, Jwatch or anything else.
|
 |
Aniruddh Joshi
Ranch Hand
Joined: Jul 29, 2008
Posts: 275
|
|
Not sure about any available libraries.
But creating a simple web app which call quartz code and changes configuration which is maybe saved in a database or in files should be enough.
|
Anrd
"One of the best things you could do is to simplify a larger application into a smaller one by reducing its process and complexity - Fowler"
|
 |
 |
|
|
subject: UI management of Java scheduler jobs.
|
|
|