Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到 Restlet 已经有一个稳定的 2.0 版本,甚至进一步测试和不稳定的 2.1 和 2.2 版本。他们是否已经了解 JAX-RS 2.0?如果这是真的,那么它们在 JAX-RS 实现中似乎比 jersey jax-rs 参考框架更进一步。
Restlet Framework (RF) 版本根本不与 JAX-RS 版本同步。目前 RF 2.1 仅支持 JAX-RS 1.0。
但是请注意,我们通过 org.restlet.ext.jaxrs.JaxRsClientResource 类在 RF 2.1 中添加了(非标准)JAX-RS 客户端支持。
我们期待在标准 JAX-RS API 2.0 版本稳定时支持它,可能在 RF 3.0 中。