锁定老帖子 主题:CXF 2.0 发布了
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-07-10
下面是转至 CXF dev maillist的发布信息。 The Apache Incubator CXF team is proud to announce the availability of the 2.0 release! Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI. CXF includes a broad feature set, but it is primarily focused on the following areas: * Web Services Standards Support: CXF supports a variety of web service standards including SOAP, the Basic Profile, WSDL, WS-Addressing, WS-Policy, WS-ReliableMessaging, and WS-Security. * Frontends: CXF supports a variety of "frontend" programming models. CXF provides a JAX-WS Compliant frontend. It also includes a "simple frontend" which allows creation of clients and endpoints without annotations. CXF supports both contract first development with WSDL and code first development starting from Java. * Ease of use: CXF is designed to be intuitive and easy to use. There are simple APIs to quickly build code-first services, Maven plug-ins to make tooling integration easy, JAX-WS API support, Spring 2.0 XML support to make configuration a snap, and much more. * Binary and Legacy Protocol Support: CXF has been designed to provide a pluggable architecture that supports not only XML but also non-XML type bindings, such as JSON and CORBA, in combination with any type of transport. This release contains the following features: * JAX-WS Compliant frontend - Apache CXF has now passed the standalone JAX-WS TCK. * Java2WSDL and WSDL2Java tools and Maven plugin * SOAP 1.1 & 1.2, XML and RESTful HTTP bindings * JAXB 2.0 Databinding support * WSDL 1.1 support * WS-Addressing, WS-ReliableMessaging, WS-Security, and WS-Policy support * MTOM attachment support * HTTP, Servlet, JMS and Local Transports * Simple POJO service frontend * Javascript frontend * JBI Service Engine. CXF services can be deployed into any JBI compliant container (ServiceMix or OpenESB) * JCA 1.0 support, J2EE application can integrate with legacy application through JCA 1.0 support in CXF * Spring Support * JSON support with Jettison * Many other bug fixes and feature enhancements For more information see: * Website: http://incubator.apache.org/cxf/ * Release Notes: http://incubator.apache.org/cxf/apache-cxf-20-incubating-release-notes.html * Mailing lists: http://incubator.apache.org/cxf/mailing-lists.html If you have feedback, questions or would like to get involved in the CXF project please join the mailing lists and let us know your thoughts. The Apache Incubator CXF Team http://incubator.apache.org/cxf 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2007-07-11
Apache CXF is an open source services framework. CXF helps you build and
develop services using frontend programming APIs, like JAX-WS. 有时间的话想去下个来玩玩,不过是新接触,有相应文档或者是有高手开发经验的话是最好了 |
|
返回顶楼 | |
发表时间:2007-07-11
这里是用户使用手册 http://cwiki.apache.org/CXF20DOC/index.html
CXF简单入门介绍 http://willem.bokeland.com/blog/794/6089/2007/05/20/192870 同时可以参考我写的几篇介绍CXF内部构架的小文章 我眼中的CXF 之 ServiceModel http://willem.bokeland.com/blog/794/6089/2007/06/05/199825 我眼中的CXF之 Bus http://willem.bokeland.com/blog/794/6089/2007/06/24/207642 我眼中的CXF之 Interceptor(上) http://willem.bokeland.com/blog/794/6089/2007/06/30/209717 我眼中的CXF之 Interceptor(下) http://willem.bokeland.com/blog/794/6089/2007/06/30/209718 |
|
返回顶楼 | |
发表时间:2007-07-11
严重不同意楼上的观点。
楼上还是先耐心读完介绍在下结论。 CXF是Xfire 和 Celtix 联姻的结果,CXF和Xfire还是有很大差距的。 CXF 提供了很多Xfire不提供的功能,例如 支持多种Binding XML/HTTP, RESTful HTTP, CORBA 支持多种Transport HTTP JMS or JBI. |
|
返回顶楼 | |
发表时间:2007-07-12
some history:
objectweb Celtix -> objectweb Celtix + codehaus Xfire -> Apache CeltiXire -> Apache CXF |
|
返回顶楼 | |
发表时间:2007-07-13
xfire 2.0 is cxf
|
|
返回顶楼 | |
发表时间:2007-07-13
能否这样理解:
快速发布自己的类或接口为webservice? 它会自行反射调用? |
|
返回顶楼 | |
发表时间:2007-07-15
RefelctionServiceFactoryBean
https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java 支持从WSDL以及Java class获取 ServiceModel 欲之详情请参见 我眼中的CXF 之 ServiceModel http://willem.bokeland.com/blog/794/6089/2007/06/05/199825 |
|
返回顶楼 | |
发表时间:2007-07-15
可惜不支持事务,在企业应用级上缺失了重要一环。
而Sun的Metro(又叫WSIT,Tango)对标准的支持,与.Net的交互都好一点。 |
|
返回顶楼 | |
发表时间:2007-07-24
要说开发方便,还是sun提供的工具好用。
|
|
返回顶楼 | |