Http Batch Operations for Spring Framework -


does know if spring has way implement http batch operations, e.g. in odata?

http://www.odata.org/documentation/odata-version-3-0/batch-processing/

thank you

spring doesn't support http batch requests out of box (neither other general purpose java frameworks), started working on own (still in beta stage): https://github.com/bedrin/batchy

apache olingo supports odata 4.0 , batch requests, if odata need, try olingo.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -