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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -