i m a newbie with spring batch. i must develop a job that read from database and write on flat file. many users can launch my job from a web application developped by spring mvc. the client want that it be in parallel, also he want to give to the user the possibility for stopping a job (instance of job). it s possibld with spring batch ? if yes can you give me an exmples espicially for stopping an instance of job ? thanks
Asked
Active
Viewed 161 times
0
-
Hope this will be help ful - http://forum.spring.io/forum/spring-projects/batch/64297-starting-or-stopping-spring-batch-jobs-programmatically – DAIRAV Mar 27 '18 at 08:36
-
https://stackoverflow.com/questions/10948605/spring-batch-executing-multiple-instances-of-a-job-at-same-time – DAIRAV Mar 27 '18 at 08:37