《Apache CXF 学习笔记》的相关内容
相关讨论
Apache CXF 在 WebLogic 9.2 上的问题定位分析及权宜之计
同样的程序在 Tomcat 5.5.16/25 以及 Jetty 5.1.12 上都能够成功部署及运行,但是部署到 WebLogic 9.2 上时出错
org.springframework.web.context.ContextLoader initWebApplicationContext
FATAL: Context initialization failed
org.springframe ...
by YuLimin 2007-10-03 浏览 (1704) 回复 (2) 关键字: cxf weblogic
如何正确地在Axis、Axis2和Apache CXF之间抉择?
新一代的 Web Services 框架如 Axis2、CXF 都是由现有的项目中逐渐演化而来的,Axis2 是由大家熟悉的 Axis 1.x 系列演化过来,而 Apache CXF 则是由 Celtix 和 XFire 项目整合而生,并且刚刚发布了 2.0.2 的最新版本,不过仍是 Apache 的一个孵化项目。
Axis2 是对 Axis 进行了彻底的重写的一个新项目了,它使用了新的模块化架 ...
by YuLimin 2007-09-30 浏览 (10997) 回复 (25) 关键字: axis axis2 cxf spring
CXF2.1.1+Spring2.5+Hibernate3.2开发Web Service的配置方法
CXF(http://cxf.apache.org/)和Spring(http://cxf.apache.org/)无缝集成的Web Service开发框架。CXF目前是APACHE的孵化项目,也是目前JAVA领域十分热门和有前途的Web Service开发框架。最近在一个研发项目中需要提供Web Service服务,调用方是.NET开发的系统。通过分析选择,最终决定采 ...
by leegene 2008-06-10 浏览 (697) 回复 (3) 关键字:
CXF 2.0 发布了
虽然这篇帖子写得有的晚了,但是还是想把CXF 2.0 发布的消息告诉大家。
下面是转至 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 ...
by jnn 2007-07-10 浏览 (12154) 回复 (26) 关键字:
相关博客
webservice apache CXF 框架
Apache CXF 则是由 Celtix 和 XFire 项目整合而生,并且刚刚发布了 2.0.2 的最新版本,不过仍是 Apache 的一个孵化项目。
一、与Axis2的不同之处
1、Apache CXF 支持 WS-Addressing、WS-Policy、WS-RM、WS-Security和WS-I BasicProfile
2、Axis2 支持 WS-Addressing、WS ...
by isky 2008-02-13 浏览 (304) 回复 (0) 关键字:
利用cxf实现webservice
首先下载cxf包,目前最新的版本是apache-cxf-2.1.,下栽地址http://cxf.apache.org/download.html。
1. 首先新建一个web工程CxfService,倒入cxf所学要的包。要倒入的包如下:
commons-logging-1.1.jar
geronimo-activation_1.1_spec-1.0-M1.jar (or ...
by human_zx 2008-05-23 浏览 (251) 回复 (2) 关键字:
CXF小例
现在使用的最流行的webservice框架基本上就是Axis,Axis2和Cxf,其实这些框架间这有各的特点,并不能一概而论哪个好,哪个不好,关键是要根据你的系统自身去选择,看哪个更适合于你。以下是Axis2和Cxf的部分比较:1.CXF支持WS-Addressing,WS-Policy,WS-RM,WS-Security 和 WS-I 基本规范。Axis2支持除WS-Policy之外的所有协议, ...
by kenan161621 2008-03-06 浏览 (540) 回复 (1) 关键字:
在spring中集成webservice 框架 CXF
首先 构建环境
1.在eclipse下新建个web项目(我比较喜欢用eclipse),接着添加CXF必须依赖的jar包
commons-logging-1.1.jar
geronimo-activation_1.1_spec-1.0-M1.jar (or Sun's Activation jar)
geronimo-annotation_1.0_spec-1.1.jar (JSR 250)
g ...
by isky 2008-02-13 浏览 (508) 回复 (0) 关键字:
Apache CXF 2.0 基于spring的web service开发
Apache CXF Developing a Service using JAX-WS
two approaches:
I.WSDL First Development
Generate starting point code.
Implement the service's operations.
Publish the implemented service.
II.Java Fi ...
by liyong0527 2007-12-14 浏览 (541) 回复 (0) 关键字:
相关圈子讨论
Apache CXF: An Open Source Service Framework
package demo.hw.server;
import javax.xml.ws.Endpoint;
public class Server {
protected Server() throws Exception {
// START SNIPPET: publish
System.out.println("Startin ...
by snowind9 2007-09-12 浏览 (743) 回复 (3)
Tapestrying-hibernate使用指南
一、前提:
1、使用java1.5
2、Hibernate使用annotation配置
3、Hibernate为3.x版本
二、准备:
1、hibernate的配置文件放于类路径,例如WEB-INF/classes的根目录,也就是开发时放于源码的根路径。
2、将hibernate包和依赖包、Tapestrying-hibernat.jar放于lib路径(WEB-INF/lib)。
三、例子:
1、 ...
by tapestry 2006-12-11 浏览 (2077) 回复 (11)
关于Tapestry5+spring+hibernate启动,报Service id 'HibernateEntityPackageManager' has already been defined错
系统使用包如下:
ant.jar
antlr-2.7.5H3.jar
asm.jar
asm-attrs.jar
bsf-2.3.0.jar
c3p0-0.8.5.2.jar
cglib-2.1.jar
cleanimports.jar
commons-codec-1.3.jar
commons-collections-2.1.1.jar
commons-dbcp.jar
...
by guanyq 2007-11-05 浏览 (554) 回复 (6)
好象是session的问题,错误日志很大,但程序好象运行还正常,大家见过的指点一下。
************ Start Display Current Environment ************
WebSphere Platform 6.0 [BASE 6.0.2.21 cf210727.15] running with process name ncweb02Node01Cell\ncweb02Node01\server1 and process id 4152
Ho ...
by 宏基小键盘 2007-09-27 浏览 (858) 回复 (1)
相关新闻
WSO2发布支持Spring的Web Services框架候选版本
开源中间设备公司WSO2发布支持Spring的Web Services框架候选版本,集成Axis2进入Spring contexts,提供了Spring配置文件使用,开发人员能够通过注入方式暴露他们的beans给Web Services框架。完整的配置文件如下:Spring context监听web.xml,增加一个应用给Servlet。 <servlet>
...
by ouspec 2008-02-05 浏览 (1077) 回复 (1) 关键字: web services axis2 cxf
CXF 2.0 发布了
虽然这篇帖子写得有的晚了,但是还是想把CXF 2.0 发布的消息告诉大家。
下面是转至 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 ...
by jnn 2007-07-10 浏览 (392) 回复 (0) 关键字:
CXF 2.1 正式发布了
本新闻由 Frederick 和 ivorytower 同时发布。
今天在查看apache网站的时候,发现CXF已经正式发布了。2.1版本的CXF,已经是一个正式的Apache顶级项目。这里是他的下载链接:
http://cxf.apache.org/download.html
此版本添加了对 JAX-WS 2.1 的支持,并在一下方面有改进:
CORBA 支持,
javascript 生成 ...
by Frederick 2008-04-30 浏览 (1120) 回复 (3) 关键字:
推荐知识库条目
Comming soon

