Posted on 2010-01-28 17:40
瘋狂 閱讀(644)
評論(0) 編輯 收藏 所屬分類:
webservice 、
spring
例子可照做http://www.ibm.com/developerworks/cn/webservices/ws-pojo-springcxf/
主要是jar包和jdk 要不一大堆錯誤就郁悶死了
jak 1.6 update04以上
jar包:
以下的 jar 包是所有 CXF 項目所必需的:
cxf.jar
commons-logging.jar
geronimo-activation.jar (Or the Sun equivalent)
geronimo-annotation.jar (Or the Sun equivalent)
geronimo-javamail.jar (Or the Sun equivalent)
neethi.jar
jaxb-api.jar
jaxb-impl.jar
stax-api.jar
XmlSchema.jar
wstx-asl.jar
xml-resolver.jar
具體可見http://blog.csdn.net/yyh30/archive/2008/09/19/2952145.aspx或者
http://blog.csdn.net/sz_bdqn/article/details/6737931
no spring http://zzxanadu.iteye.com/blog/542249