您的位置:首页 > 编程语言 > Java开发

XFire 与 JAX-WS的区别 GlassFish是Java EE 5的开源实现其中包括JAX-WS

2009-05-09 17:51 369 查看
To Alexander Ananiev:

Yes, The JAXWS 2.0 RI you tried was EA3 and since then it has came along quite a long way.

Since then JAXWS 2.0 Final was released in June and JAXWS 2.1 is under active development.

When I look at the WS Stack Comparison: http://xfire.codehaus.org/Stack+Comparison JAXWS 2.1 brings in most of these features and more.

JAXWS 2.1 - an open source project at http://jax-ws.dev.java.net is architected for high performance, pluggability and extension. Various WS-* features, such as WS-Security,WS-ReliableMessaging, WS-Policy, WS-MEX, WS-Trust, WS-SecureConversation, WS-Tx(with GF v2), SOAP/TCP etc. These plugins are developed at WSIT - a sub-project of JAXWS at: http://wsit.dev.java.net and is available from jaxws download page:

The other key features are:
- Plugins thru Pipe and Message abstraction
- Pluggable transport
- SOAP 1.1, SOAP 1.2
- WS-Addressing
- Streaming MTOM
- swaref and Mime
- Uses JAXB 2.1 for all the databinding purposes
- Stateful Web Services
- Asynchronous Client and Server (under development)
- Support for standards such as: JAXWS 2.0, JAXWS 2.1, WS-I Basic Profile 1.1, SSBP 1.0, AP 1.0 etc.

Its worth mentioning that the entire JAXWS stack and WS-* features are regularly tested for interoperability with .NET 3.0.

You may like to try JAXWS 2.1 from http://jax-ws.dev.java.net to see for yourself.

Thanks,

-vivek.

----------------------------

GlassFish是Java EE 5的开源实现其中包括JAX-WS

http://java.sun.com/developer/EJTechTips/2005/tt1220.html

Welcome to the Enterprise Java Technologies Tech Tips for December 20, 2005. Here you'll get tips on using enterprise Java technologies and APIs, such as those in Java 2 Platform, Enterprise Edition (J2EE) and Java Platform, Enterprise Edition 5 (Java EE 5).

This issue covers:

» Developing Web Services Using JAX-WS
» Charset Conversions from Browser to Database

These tips were developed using an open source implementation of Java EE 5 called GlassFish. You can download GlassFish from the GlassFish Project page.

You can download the sample archive for the JAX-WS tip.

Any use of this code and/or information below is subject to the license terms.

See the Subscribe/Unsubscribe note at the end of this newsletter to subscribe to Tech Tips that focus on technologies and products in other Java platforms.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: