Results 1 to 2 of 2

Thread: To display history of scheduled job through quartz

  1. #1
    Join Date
    May 2010
    Posts
    7

    Default 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.

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    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
  •