JDK 1.6 是否附带了集成的 JAX-RS 参考实现?
使用 JDK 1.6,我可以实现基于 JAX-WS 的 Web 服务,而不需要 JAX-WS 的外部实现,甚至不需要外部 servlet 容器,因为 JDK 1.6 两者都提供。
在我看来,对于JAX-RS来说,情况不太一样;这意味着要实现 JAX-RS Web 服务,我需要单独下载参考实现(称为 Jersey)。
我是否正确,或者 JDK 1.6 也附带了开箱即用的 Jersey?
With JDK 1.6, I can implement a JAX-WS based web service without a need to have an external implementation of JAX-WS or even without the need of an external servlet container since JDK 1.6 provides both.
It seems to me that for JAX-RS, the situation is not the same; meaning that to implement a JAX-RS web service, I will need to download the reference implementation (Called Jersey) separately.
Am I correct, or JDK 1.6 comes with Jersey out of the box as well?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个单独的下载:
http://jersey.java.net/
https://wikis.oracle.com/display/Jersey/Main
It's a separate download:
http://jersey.java.net/
https://wikis.oracle.com/display/Jersey/Main