Afternoon!
Looking for something that can help automate the following set of jobs.
JOB A - does something
JOB B1 - waits for JOB A to complete, and does something
JOB B2 - waits for JOB A to complete, and does something
JOB C - waits for JOB B1 and JOB B2 to complete, and does something
I'm looking at Quartz, learning the terminology.
I believe the example above is an example of JOB CHAINING.
I believe the example above is EVENT BASED, not TIME BASED.
I believe that Quartz is TIME BASED, and doesn't handle out-of-the-box the EVENT BASED scenarios.
Is all of what I said true? Is there a nice way to implement this EVENT BASED JOB CHAINING using Quartz?
I've got through the simple examples within the (excellent) book for Quartz called 'Quartz Job Scheduling Framework - Building open source enterprise applications', but the are just that - simple, and I don't believe apply.
Thoughts? Alternatives?
Will.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=44562&messageID=89999#89999---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...