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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -