java - which implementation of Restuful Webservices to be used -


jersey , resteasy popular jax-rs implementations. there other rest webservice implemenations such restlet.

i want know 1 use when? used implementation nowadays in web application developments.

i'd go spring mvc version of rest, suppports dependancy inversion(di), spring supports many pluggable features support freemarker template, jaxb, xmlbeans etc., have plenty of options on return data.

also, wouldn't disagree on using jersey or resteasy, lightweight compared spring. if don't want use spring, either 1 of above mentioned should work well, there no major pros , cons.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -