-
Jul 28th, 2010, 02:37 AM
#1
To display history of scheduled job through quartz
I have web application through which user can schedule a job. I'm using the spring batch-quartz api to schedule a job (through cron trigger).
This job is running fine.
But i would like to show the history of job information such as Jobname, scheduled date time, schedule status. Is it possible to show the history information through spring batch integrated quartz api(org.springframework.scheduling.quartz)?
Quick response would be appreciated and helpful.
Thanks,
Parths.
-
Aug 1st, 2010, 07:27 AM
#2
That isn't really a Spring Batch API you are using. If you were using Spring Batch instead of Quartz then the history of the execution would be easy to get at through the JobExplorer, or via Spring Batch Admin. Note that Spring has native scheduling features, so Quartz might not be the best tool for this application.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules