-
Nov 19th, 2012, 04:35 AM
#1
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.
-
Nov 19th, 2012, 01:04 PM
#2
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.
-
Nov 20th, 2012, 12:41 AM
#3
How to integrate it with my existing Spring MVC webapp.I will be grateful if you could provid me some detail.
-
Nov 20th, 2012, 09:13 AM
#4
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
-
Nov 21st, 2012, 11:36 PM
#5
One more small question ....Can I customize the view of Spring Batch Admin ...?
-
Nov 27th, 2012, 11:00 AM
#6
Go for it...there's nothing stopping you
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
-
Forum Rules