-
Oct 17th, 2008, 05:11 AM
#1
Sample Application
Hi dudes,
i am new to spring batch framework
can one send me one sample web application using spring batch framework
Thanks&Regards,
Ranjith.
-
Oct 20th, 2008, 09:30 PM
#2
I am new too in spring batch framework.
Please, I also need a sample using spring batch framework.
Thank you very much
-
Oct 21st, 2008, 06:54 AM
#3
How you would use Spring Batch in a web application depends a bit on the specific use case. A typical use case would be to trigger a job execution through a web request, and the closest sample we have to that is the one driven from adhoc-job-launcher-context.xml in the samples project. It uses a TaskExecutor in the JobLauncher to prevent the call to run the job from blocking.
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