Hi,
I am trying to rewrite existing batch project using java+spring batch.
In existing project, it uses a database table to wire the jobs. On completion of one job, job can delegate control to a generic module which would check the table and fire additional jobs as defined in the table as subsequent jobs.
In spring batch I can hardcode these job steps in xml. But then I lose the elasticity and dynamism provided in current solution. Is there a way to fire a specific step dynamically at the end of given step by consulting the database table (or referring anything external to the xml.). In production environment, as part of prod support, its much easier to update the database data than updating the xml due to controls around it.
Any help?
I am new to spring-batch so this might be a n00b question. I have tried to do my homework before asking. I have read the documentation, searched forums, and google.. I could not figure it out.
Thanks,
Vijay Dharap


Reply With Quote
