web services - Which is the best Java REST API? -


even though subjective question, know 1 best java rest api web services?

we using spring in our application, if there api works spring us.

the other important thing api needs interoperable. in future, might want invoke web services .net applications also. so, 1 thing need keep in mind while choosing api or framework.

ps: don't know web services. need guidance in case.

thanks

the standard jax-rs (jsr-311), of there multiple implementations:

the api identical across jax-rs implementations, modulo different api extensions implemented each.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -