Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

UI management of Java scheduler jobs.

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

 
Ranch Hand
Posts: 275
jQuery Eclipse IDE Spring
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sangram,
You may want to look at the QuartzDesk project that I am the founder of. It is a tool for remote management and monitoring of Quartz schedulers, their jobs and triggers. Please check the QuartzDesk Features page that provides a nice summary with screenshots.

Best regards,
Jan Moravec
QuartzDesk Founder
reply
    Bookmark Topic Watch Topic
  • New Topic