1

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.

Avinash.Byalihal
  • 137
  • 2
  • 7
  • 22
  • Which one is "best" is very subjective? What is your definition of "best" ? You make your question more objective to get answers. You may want to research also e.g. https://dzone.com/articles/why-you-shouldnt-use-quartz – bhantol Dec 06 '16 at 19:01
  • 2
    Possible duplicate of [Difference between Quartz Job and Scheduling Tasks with Spring?](http://stackoverflow.com/questions/38564101/difference-between-quartz-job-and-scheduling-tasks-with-spring) – Jamie Bisotti Dec 06 '16 at 20:59

0 Answers0