Hi,
I have done a bit of work with quartz and spring and I am able to define jobs associate them to triggers and schedule these triggers at various times of the day.
My quuestion is on dependency. Some of the jobs that I have defined need other jobs to have finsihed executing. Is there a way that I can configure this in Spring. Basically what I am asking is that when one job gets executed it could kick off the other.
Thanks,
John


Reply With Quote