论坛首页 入门讨论版 企业应用

AXIS2貌似也不支持JAX-WS编程啊

浏览 174 次
该帖已经被评为新手帖
作者 正文
时间:2008-04-30
因为AXIS不支持jax-ws 所以选择用axis2
但是貌似除了多多出来几种Data Binding方式之外,仍然不支持JAX-WS API编程阿。发布web service的方式要么就是写一个简单的Interface或者Class然后丢到应用服务器axis2.war下直接用即所谓的“爆炸”方式,或者是WDSL2JAVA/JAVA2WDSL的传统skeletons/stub模式。在他们的文档中根本就没有找到@WebService的方式来支持代码发布Web service

不知道是不是我搞错了
请大家指教
   
时间:2008-04-30
CXF已经升级为apache顶级项目,CXF 2.1已经发布
JAX-WS 2.1 support - the JAX-WS implementation has been updated to the JAX-WS 2.1 specification level. Code generatation is JAX-WS 2.1/JAXB 2.1 compliant.
Initial implementation of JAX-RS 0.6 REST based service framework.
Javascript client generation and support - SOAP based endpoints can have javascript clients created automatically with ?js URL. There is also command line tooling.
CORBA binding merged from Yoko - JAX-WS Clients/Servers can talk IIOP to allow communication with other CORBA processess. Tooling for IDL -> WSDL, WSDL -> IDL, etc... are there to support this.
New java2ws tooling to support better "java first" development patterns.
xmlbeans runtime support to allow using XmlBeans for the data model.
MANY MANY bugfixes, performance enhancements, etc... Too numerous to list individually.
   
0 请登录后投票
时间:2008-04-30
就知道会有人跳出来说CXF...
只能这么硬着头皮继续一路看下去了
   
0 请登录后投票
论坛首页 入门讨论版 企业应用

跳转论坛:
JavaEye推荐