Calling another job from a processor in spring batch
问题 I have a job(= JobA ) that reads and processes an input file - this Job is defined using a reader, writer, several processors, listeners and exception handlers and i don't want to change this job definition mainly for backwards compatibility reasons I want to implement another job(= JobB ) that reads files from a directory with a certain criteria and in a certain order and then sends the files to be processed by JobA I was looking into [MultiResourceItemReader][1] [1]: http://docs.spring.io