• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SpringRest webservices in SpringBatch

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

My Requirement: Client calls Spring REST webservice POST method  and i have to process post method's data in spring batch as i will get huge volume of datas from client.

I have to validate input data and write into the database.thats it.

Please let me know how to consume rest webservice 's input in spring batch.

I think i dont need to implement itemReader,but i have to implement itemprocessor to validate input data and have to implement itemwriter to write datas into the database.

how to implement this requirement in spring batch?

Thanks!


 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic