What is difference between jax ws and jax rs?



What is difference between jax ws and jax rs?..

Answer / 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

More Spring Framework Interview Questions

What are the benefits spring framework?

1 Answers  


How many bean scopes are supported by spring?

1 Answers  


How does jdbctemplate work in spring?

1 Answers  


What is the benefit of factory pattern?

1 Answers  


Describe aop.

1 Answers  


What is a joinpoint?

1 Answers  


What is method injection in spring?

1 Answers  


What is the use of spring cloud?

1 Answers  


What is application context in spring mvc?

1 Answers  


What is pojo implementation?

1 Answers  


What are the types of dependency injection spring supports?

1 Answers  


What is microservice in spring?

1 Answers  


Categories