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:
- jersey (the reference implementation)
- resteasy
- restlet
- apache cxf
the api identical across jax-rs implementations, modulo different api extensions implemented each.
Comments
Post a Comment