java - Approaches to Deploy Rest and possible sets of client supported by it -


in java have multiple implementation of jax-rs jersey, resteasy, restlet etc. have seen there various ways deploy webservices using servlet 2.x container, http servers. want understand difference between these different types of deployment? , other types of deployment possible in rest services.

second, how many ways can call service. possible list of java clients supported rest.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -