Is it possible to have multiple job definitions in Spring Batch? For instance, jobA.xml and jobB.xml both containing well-formed jobs. I want to execute jobA under some conditions and jobB under others. I cannot seem to find a way to identify a Job or a Job Launcher with a specific pre-defined job.
Perhaps I'm mis-understanding the technology. Please help if you have a moment.
Thanks! b