adspace


What is difference between jax ws and jax rs?

Answer Posted / Mr Vinod Kumar

JAX-WS (Java API for XML Web Services) is a Java EE specification for building web services with SOAP over HTTP. JAX-RS (Java API for RESTful Web Services) is another Java EE specification for building RESTful web services, which can use various transport protocols including HTTP.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between @controller and @restcontroller in spring?

556


What is lazy class?

490


How can you inject java collection in spring?

518