I have a task to schedule and trigger a database call, and the data returned from this database call must be sent in batches to call a stored proc. How can I achieve this using spring batch with JDBC template?
I've gone through few tutorials on how to achieve this, but none have been specific to use spring batch and call a stored procedure to update data.
Here's an example created by Mkyoun on the website mkyong.com