Confusion with JAX-RS and Jersey with JAX-RS

前端 未结 3 1362
面向向阳花
面向向阳花 2021-01-13 04:01

I\'m really confused of this. I have tried a Jax-rs with a tomcat and using all the annotations i was able to call my service using a url. So without Jax-rs I c

3条回答
  •  别那么骄傲
    2021-01-13 04:29

    JAX-RS defines some standard and rules. In general Jersey is a JAX-RS implementation.

    But more specifically Jersey is a framework is more than the JAX-RS reference implementation. Jersey provides its own API that extend the JAX-RS toolkit with additional features and utilities to further simplify RESTful service and client development.

提交回复
热议问题