java - Spring XD: Is it possible to have multiple jobs in a single module -


i'm using spring xd execute batch task, divided 2 separate jobs living in same (job:)module. i'm quite new spring xd/batch have rather basic understanding of framework. i'd know if there's way address each of jobs separately? know can deploy job giving modules name, haven't found way specify job want deploy.

should there 1 job per module? , if not, how can talk to/deploy each of jobs separately?

please let me know if description of problem unclear.

thanks

spring xd requires 1 "main" job executed within module. being said, spring xd support spring batch's concept of nested jobs 1 job used orchestrate launching of multiple jobs sounds fit bill. "main" job required have id "job". after that, job can call number of other jobs packaged in same module via job steps.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -