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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -