jaxws-ri和jaxws-rt有什么区别? [英] What's the difference between jaxws-ri and jaxws-rt?

查看:126
本文介绍了jaxws-ri和jaxws-rt有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

java.net 中查看JAX-WS Maven存储库- http://download.java.net/maven/2/com/sun/xml/ws/

See the JAX-WS Maven repository from java.net - http://download.java.net/maven/2/com/sun/xml/ws/

有两个相似的文件夹- jaxws-rt jaxws-ri .目前,我正在使用 jaxws-rt ,并且运行正常.

There are two similar folders - jaxws-rt and jaxws-ri. Currently, I'm using the jaxws-rt and it's working fine.

这是我的问题:

  1. ri rt 有什么区别?
  2. ri 代表参考实现,而 rt 代表运行时?
  1. What's the difference between ri and rt?
  2. Does ri stand for reference implementation and rt stand for runtime?

请咨询.
谢谢.

Please advice.
Thanks.

推荐答案

作为您的第二个问题的答案:是的,您是对的.

As an answer to your second question: Yes, you are right.

下面是证明.

RI 代表参考实现.

JAX-WS项目主页 (旧网站,请参见下面的更新"部分:

Quote from the official JAX-WS project home page (an old site, see the UPDATE section below):

欢迎来到JAX-WS 参考实现( RI )项目.


加上 jaxws-ri 的POM文件(在撰写本文时为2.2.8版),我们可以找到以下内容:


Plus in the POM file for the jaxws-ri (version 2.2.8 at the time of writing) we can find the following:

<name>JAX-WS RI Standalone Zipped Bundle</name>
<description>Open source Reference Implementation of JSR-224: Java API for XML Web Services Distribution Bundle</description>


RT 代表运行时.


RT stands for Runtime.

jaxws-rt POM文件(在撰写本文时为2.2.8版),我们可以找到以下内容:

In the POM file for the jaxws-rt (version 2.2.8 at the time of writing) we can find the following:

<name>JAX-WS RI Runtime Bundle</name>

(单词 Runtime 给我们一个提示:-))

(The word Runtime gives us a hint :-))

最近在Java EE世界中发生了许多变化. Java EE已移至 Eclipse Enterprise for Java ( EE4J ).阅读 EE4J常见问题解答以获取更多信息.

The were quite a few changes in the Java EE world recently. Java EE was moved to Eclipse Enterprise for Java (EE4J). Read EE4J FAQ for more information.

现在属于EE4J的JAX-WS项目也已移至另一个地方:

And JAX-WS project, which is now part of the EE4J, has also moved to another place:

  • JAX-WS project's home page: https://javaee.github.io/metro-jax-ws/
  • JAX-WS project's code is hosted on GitHub: https://github.com/eclipse-ee4j/metro-jax-ws

这篇关于jaxws-ri和jaxws-rt有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆