• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jobs scheduled Asynchronously

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Schedule heavy process jobs in Background(Asynchronous).

a UI that lets us view,edit,delete & trigger scheduled jobs.

Also re-run the jobs if they fail to run at their scheduled time, i.e, if system/app-server goes down.

Ours is a struts2 web-app with Hibernate ORM.

Can the above requirements be possible with Java Quartz scheduler? Can the jobs be managed in Container environment?

--
Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic