文件名称:cxfDemo
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-07-21
- 文件大小:
- 20kb
- 下载次数:
- 0次
- 提 供 者:
- 刘*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
cxf+spring实现webservice实例,包含CXFSpringClient客户端和CXFSpringServer服务端,所需jar:Spring,Cxf
工程分为三个: CXFTest 为一个没有在Spring环境下运行的例子 主要是能详细的知道CXF运行的详细细节 CXFSpringServer、CXFSpringClient 两个工程是模拟实际项目中结合Spring运行例子.运行顺序是先在WEB服务器下部署CXFSpringServer程序 再运行CXFSpringClient工程下的Test.java-Cxf+spring implementation of WebService examples, including the CXFSpringClient client and CXFSpringServer server, the required jar:Spring, Cxf
Project is divided into three: CXFTest for example of a doesn t work in a spring environment is mainly to know in detail two projects CXF operation details of CXFSpringServer, CXFSpringClient is simulated actual project in combination with spring run the example. Operation sequence is first in the web server deployment CXFSpringServer run CXFSpringClient engineering Test.java
工程分为三个: CXFTest 为一个没有在Spring环境下运行的例子 主要是能详细的知道CXF运行的详细细节 CXFSpringServer、CXFSpringClient 两个工程是模拟实际项目中结合Spring运行例子.运行顺序是先在WEB服务器下部署CXFSpringServer程序 再运行CXFSpringClient工程下的Test.java-Cxf+spring implementation of WebService examples, including the CXFSpringClient client and CXFSpringServer server, the required jar:Spring, Cxf
Project is divided into three: CXFTest for example of a doesn t work in a spring environment is mainly to know in detail two projects CXF operation details of CXFSpringServer, CXFSpringClient is simulated actual project in combination with spring run the example. Operation sequence is first in the web server deployment CXFSpringServer run CXFSpringClient engineering Test.java
(系统自动生成,下载前可以参看下载内容)
下载文件列表
cxf例子\CXFSpringClient\.classpath
.......\...............\.project
.......\...............\bin\beans.xml
.......\...............\...\com\demo\HelloWord.class
.......\...............\...\...\....\Test.class
.......\...............\...\readme.txt
.......\...............\src\beans.xml
.......\...............\...\com\demo\HelloWord.java
.......\...............\...\...\....\Test.java
.......\...............\...\readme.txt
.......\.........Server\.classpath
.......\...............\.mymetadata
.......\...............\.project
.......\...............\.settings\org.eclipse.jdt.core.prefs
.......\...............\src\com\demo\HelloWord.java
.......\...............\...\...\....\HelloWordImpl.java
.......\...............\...\readme.txt
.......\...............\WebRoot\index.jsp
.......\...............\.......\META-INF\MANIFEST.MF
.......\...............\.......\WEB-INF\beans.xml
.......\...............\.......\.......\classes\com\demo\HelloWord.class
.......\...............\.......\.......\.......\...\....\HelloWordImpl.class
.......\...............\.......\.......\.......\readme.txt
.......\...............\.......\.......\web.xml
.......\...Test\.classpath
.......\.......\.mymetadata
.......\.......\.project
.......\.......\.settings\org.eclipse.jdt.core.prefs
.......\.......\src\cxf\ws\HelloWorld.java
.......\.......\...\...\..\impl\HelloWorldImpl.java
.......\.......\...\readme.txt
.......\.......\...\test\HelloWorldClient.java
.......\.......\...\....\MainServer.java
.......\.......\WebRoot\index.jsp
.......\.......\.......\META-INF\MANIFEST.MF
.......\.......\.......\WEB-INF\classes\cxf\ws\HelloWorld.class
.......\.......\.......\.......\.......\...\..\impl\HelloWorldImpl.class
.......\.......\.......\.......\.......\readme.txt
.......\.......\.......\.......\.......\test\HelloWorldClient.class
.......\.......\.......\.......\.......\....\MainServer.class
.......\.......\.......\.......\web.xml
.......\readme.txt
.......\CXFTest\WebRoot\WEB-INF\classes\cxf\ws\impl
.......\...SpringServer\WebRoot\WEB-INF\classes\com\demo
.......\...Test\WebRoot\WEB-INF\classes\cxf\ws
.......\...SpringServer\WebRoot\WEB-INF\classes\com
.......\...Test\src\cxf\ws\impl
.......\.......\WebRoot\WEB-INF\classes\cxf
.......\.......\.......\.......\.......\test
.......\...SpringClient\bin\com\demo
.......\...............\src\com\demo
.......\.........Server\src\com\demo
.......\...............\WebRoot\WEB-INF\classes
.......\...............\.......\.......\lib
.......\...Test\src\cxf\ws
.......\.......\WebRoot\WEB-INF\classes
.......\.......\.......\.......\lib
.......\...SpringClient\bin\com
.......\...............\src\com
.......\.........Server\src\com
.......\...............\WebRoot\META-INF
.......\...............\.......\WEB-INF
.......\...Test\src\cxf
.......\.......\...\test
.......\.......\WebRoot\META-INF
.......\.......\.......\WEB-INF
.......\...SpringClient\bin
.......\...............\src
.......\.........Server\.myeclipse
.......\...............\.settings
.......\...............\src
.......\...............\WebRoot
.......\...Test\.myeclipse
.......\.......\.settings
.......\.......\src
.......\.......\WebRoot
.......\CXFSpringClient
.......\CXFSpringServer
.......\CXFTest
cxf例子