Restlet - Jax-RS 2.0 aware?

匆匆过客 提交于 2019-12-25 05:22:44

问题


I saw that Restlet already has a stable 2.0 Version and even further testing and unstable 2.1 and 2.2 version. Are they already JAX-RS 2.0 aware? If its true, they seem to be further in the JAX-RS implementation than the jersey jax-rs reference framework.


回答1:


Restlet Framework (RF) versions are not synced at all with JAX-RS versions. Currently RF 2.1 only supports JAX-RS 1.0.

Note however that we have added (non standard) JAX-RS client-side support in RF 2.1 via the org.restlet.ext.jaxrs.JaxRsClientResource class.

We are looking forward to support standard JAX-RS API 2.0 version when it is stable, probably in RF 3.0.



来源:https://stackoverflow.com/questions/11382273/restlet-jax-rs-2-0-aware

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!