I got in to a task where we have to publish Metadata of one table to another application via REST web services.
Basically need is
- It has to be weekly scheduler and every week we push the data to them.
- Synchronous way.
- Job scheduler will kick up the job and call REST client.
I am thinking using spring batch scheduler as it is simple and not with Quartz scheduler. Let me know you view and perspectives.