• 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

Quartz Scheduler in struts

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody,
I'm planning to use quartz scheduler in my application. I checked up the site www.quartzscheduler.org , and i understood the concept.

But the question is how to start working on it, in my application.


I work on Eclipse IDE. Has anybody worked on the Quartz Scheduler.
I'd be very happy if somebody could help me.

Thanks in advance
 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why you use "quartz scheduler" ???
 
Ranch Hand
Posts: 2166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
we use it in one of our projects. Developed with Eclipse. Part of a .war in Tomcat.
There is a tutorial which can get you started. Collegue has developed that part and it doesn't look that dificult.
There is lots of documentation with quartz including tutorials.
You might start there, if you not allready have done that.
Some objects are just scheduler triggered/managed and not by incoming http-request.
Its a bit annoying to debug, because of time trigger, but thats all.

You might ask in different forum, because quartz has nothing to do with web application frameworks.


regards Axel
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
moving this to the "other Java API's" forum, please continue the discussion there.
 
Let nothing stop you! Not even this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic