Results 1 to 6 of 6

Thread: Spring Batch:How to monitor currently running jobs & show progress on jsp page

  1. #1

    Default Spring Batch:How to monitor currently running jobs & show progress on jsp page

    I want to know how to monitor status of my currently running batch jobs.My jobs are basically processing folder with some default steps so I want to show progress to the user step by step .I am using Tasklets and DB Job Repository.Explaining with some example code for achieving this will be more helpful.
    Thank you.

  2. #2
    Join Date
    Sep 2008
    Location
    Chicagoland, IL
    Posts
    366

    Default

    Take a look at the Spring Batch Admin project. It is a web application that provides what you are describing. That web application can be embedded into yours to be able to extend and customize as you see fit.
    Michael Minella
    Spring Batch Lead
    Author - Pro Spring Batch
    http://www.michaelminella.com
    Twitter: @MichaelMinella

  3. #3

    Default

    How to integrate it with my existing Spring MVC webapp.I will be grateful if you could provid me some detail.

  4. #4
    Join Date
    Sep 2008
    Location
    Chicagoland, IL
    Posts
    366

    Default

    We still need to add the process for embedding it into the documentation, but once you've added the Spring Batch Admin jars to your web app, you can follow the process in this forum post: http://forum.springsource.org/showth...408#post351408
    Michael Minella
    Spring Batch Lead
    Author - Pro Spring Batch
    http://www.michaelminella.com
    Twitter: @MichaelMinella

  5. #5

    Default

    One more small question ....Can I customize the view of Spring Batch Admin ...?

  6. #6
    Join Date
    Sep 2008
    Location
    Chicagoland, IL
    Posts
    366

    Default

    Go for it...there's nothing stopping you
    Michael Minella
    Spring Batch Lead
    Author - Pro Spring Batch
    http://www.michaelminella.com
    Twitter: @MichaelMinella

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •