文件名称:example4xfirewebservice
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:9.99mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
例子中实现了使用xfire创建web服务,并且发布服务,调用服务的功能。其中test是调用服务的工程。test1是创建服务并发布服务的工程。-Example to achieve a web service using xfire to create and publish services, call the service functions. One test is to call the service project. test1 is to create services and publish the service project.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
test/.classpath
test/.mymetadata
test/.project
test/.settings/com.genuitec.eclipse.ws.prefs
test/.settings/com.genuitec.eclipse.ws.xfire.prefs
test/.settings/org.eclipse.jdt.core.prefs
test/src/com/zoer/config/DaoConfig.java
test/src/com/zoer/config/ISqlMap.java
test/src/com/zoer/config/sql-map-config.xml
test/src/com/zoer/config/SqlMapImpl.java
test/src/com/zoer/dao/QuestionDao.java
test/src/com/zoer/dao/UserDao.java
test/src/com/zoer/domain/Question.java
test/src/com/zoer/domain/User.java
test/src/com/zoer/server/IQuestionService.java
test/src/com/zoer/server/IUserService.java
test/src/com/zoer/server/QuestionServiceImpl.java
test/src/com/zoer/server/UserServiceImpl.java
test/src/com/zoer/service/QuestionService.java
test/src/com/zoer/service/UserService.java
test/src/com/zoer/util/Utils.java
test/src/com/zoer/xml/Question.xml
test/src/com/zoer/xml/User.xml
test/WebRoot/index.jsp
test/WebRoot/META-INF/MANIFEST.MF
test/WebRoot/WEB-INF/classes/com/zoer/config/DaoConfig.class
test/WebRoot/WEB-INF/classes/com/zoer/config/ISqlMap.class
test/WebRoot/WEB-INF/classes/com/zoer/config/sql-map-config.xml
test/WebRoot/WEB-INF/classes/com/zoer/config/SqlMapImpl.class
test/WebRoot/WEB-INF/classes/com/zoer/dao/QuestionDao.class
test/WebRoot/WEB-INF/classes/com/zoer/dao/UserDao.class
test/WebRoot/WEB-INF/classes/com/zoer/domain/Question.class
test/WebRoot/WEB-INF/classes/com/zoer/domain/User.class
test/WebRoot/WEB-INF/classes/com/zoer/server/IQuestionService.class
test/WebRoot/WEB-INF/classes/com/zoer/server/IUserService.class
test/WebRoot/WEB-INF/classes/com/zoer/server/QuestionServiceImpl.class
test/WebRoot/WEB-INF/classes/com/zoer/server/UserServiceImpl.class
test/WebRoot/WEB-INF/classes/com/zoer/service/QuestionService.class
test/WebRoot/WEB-INF/classes/com/zoer/service/UserService.class
test/WebRoot/WEB-INF/classes/com/zoer/util/Utils.class
test/WebRoot/WEB-INF/classes/com/zoer/xml/Question.xml
test/WebRoot/WEB-INF/classes/com/zoer/xml/User.xml
test/WebRoot/WEB-INF/lib/ibatis-common-2.jar
test/WebRoot/WEB-INF/lib/ibatis-dao-2.jar
test/WebRoot/WEB-INF/lib/ibatis-sqlmap-2.jar
test/WebRoot/WEB-INF/lib/mysql-connector-java-5.0.8-bin.jar
test/WebRoot/WEB-INF/web.xml
test/WebServices/services.xml
test1/.classpath
test1/.mymetadata
test1/.project
test1/.settings/com.genuitec.eclipse.ws.prefs
test1/.settings/com.genuitec.eclipse.ws.xfire.prefs
test1/.settings/org.eclipse.jdt.core.prefs
test1/src/com/zoer/action/AddQuestionAction.java
test1/src/com/zoer/action/CheckUserAction.java
test1/src/com/zoer/action/GetQuestionsAction.java
test1/src/com/zoer/action/ScoreAction.java
test1/src/com/zoer/client/Main.java
test1/src/com/zoer/domain/Question.java
test1/src/com/zoer/domain/User.java
test1/src/com/zoer/server/AddQuestion.java
test1/src/com/zoer/server/AddQuestionResponse.java
test1/src/com/zoer/server/AddUser.java
test1/src/com/zoer/server/AddUserResponse.java
test1/src/com/zoer/server/DeleteQuestionByID.java
test1/src/com/zoer/server/DeleteQuestionByIDResponse.java
test1/src/com/zoer/server/DeleteUser.java
test1/src/com/zoer/server/DeleteUserResponse.java
test1/src/com/zoer/server/GetQuestions.java
test1/src/com/zoer/server/GetQuestionsResponse.java
test1/src/com/zoer/server/GetUser.java
test1/src/com/zoer/server/GetUserResponse.java
test1/src/com/zoer/server/ObjectFactory.java
test1/src/com/zoer/server/package-info.java
test1/src/com/zoer/server/QuestionServiceClient.java
test1/src/com/zoer/server/QuestionServicePortType.java
test1/src/com/zoer/server/UpdateQuestionByID.java
test1/src/com/zoer/server/UpdateQuestionByIDResponse.java
test1/src/com/zoer/server/UpdateUser.java
test1/src/com/zoer/server/UpdateUserResponse.java
test1/src/com/zoer/server/UserServiceClient.java
test1/src/com/zoer/server/UserServicePortType.java
test1/src/com/zoer/servlet/CheckServlet.java
test1/src/com/zoer/util/Service.java
test1/src/com/zoer/util/Utils.java
test1/src/struts.xml
test1/WebRoot/common/bottom.jsp
test1/WebRoot/common/index.jsp
test1/WebRoot/common/login.jsp
test1/WebRoot/common/map.jsp
test1/WebRoot/common/menu.jsp
test1/WebRoot/common/successPage.jsp
test1/WebRoot/common/successTip.jsp
test1/WebRoot/common/top.jsp
test1/WebRoot/common/userInfoEdit.jsp
test1/WebRoot/common/userPwdEdit.jsp
test1/WebRoot/index.jsp
test1/WebRoot/login.jsp
test1/WebRoot/META-INF/MANIFEST.MF
test1/WebRoot/public/images/1.jpg
test1/WebRoot/public/images/2.gif
test1/WebRoot/public/images/2.jpg
test1/WebRoot/public/images/3.gif
test1/WebRoot/public/images/3.jpg
test1/WebRoot/public/images/ask-Y.gif
test1/WebRoot/public/images/ask.gif
test1/WebRoot/public/images/bg01.gif
test1/WebRoot/public/images/bg02.gif
test1/WebRoot/public/images/bg03.gif
test1/WebRoot/public/images/bg04.gif
test1/WebRoot/public/images/bg05.gif
test1/WebRoot/public/images/bg06.gif
test1/WebRoot/public/images/bg07.gif
test1/WebRoot/public/images/bg08.gif
test1/WebRoot/public/images/bg09.gif
test1/WebRoot/public/images/browse.gif
test1/WebRoot/public/images/Browse03.gif
test1/WebRoot/public/images/busy.gif
test1/WebRoot/public/images/busy_text.gif
test1/WebRoot/public/images/But_EndPage.gif
test1/WebRoot/pub
test/.mymetadata
test/.project
test/.settings/com.genuitec.eclipse.ws.prefs
test/.settings/com.genuitec.eclipse.ws.xfire.prefs
test/.settings/org.eclipse.jdt.core.prefs
test/src/com/zoer/config/DaoConfig.java
test/src/com/zoer/config/ISqlMap.java
test/src/com/zoer/config/sql-map-config.xml
test/src/com/zoer/config/SqlMapImpl.java
test/src/com/zoer/dao/QuestionDao.java
test/src/com/zoer/dao/UserDao.java
test/src/com/zoer/domain/Question.java
test/src/com/zoer/domain/User.java
test/src/com/zoer/server/IQuestionService.java
test/src/com/zoer/server/IUserService.java
test/src/com/zoer/server/QuestionServiceImpl.java
test/src/com/zoer/server/UserServiceImpl.java
test/src/com/zoer/service/QuestionService.java
test/src/com/zoer/service/UserService.java
test/src/com/zoer/util/Utils.java
test/src/com/zoer/xml/Question.xml
test/src/com/zoer/xml/User.xml
test/WebRoot/index.jsp
test/WebRoot/META-INF/MANIFEST.MF
test/WebRoot/WEB-INF/classes/com/zoer/config/DaoConfig.class
test/WebRoot/WEB-INF/classes/com/zoer/config/ISqlMap.class
test/WebRoot/WEB-INF/classes/com/zoer/config/sql-map-config.xml
test/WebRoot/WEB-INF/classes/com/zoer/config/SqlMapImpl.class
test/WebRoot/WEB-INF/classes/com/zoer/dao/QuestionDao.class
test/WebRoot/WEB-INF/classes/com/zoer/dao/UserDao.class
test/WebRoot/WEB-INF/classes/com/zoer/domain/Question.class
test/WebRoot/WEB-INF/classes/com/zoer/domain/User.class
test/WebRoot/WEB-INF/classes/com/zoer/server/IQuestionService.class
test/WebRoot/WEB-INF/classes/com/zoer/server/IUserService.class
test/WebRoot/WEB-INF/classes/com/zoer/server/QuestionServiceImpl.class
test/WebRoot/WEB-INF/classes/com/zoer/server/UserServiceImpl.class
test/WebRoot/WEB-INF/classes/com/zoer/service/QuestionService.class
test/WebRoot/WEB-INF/classes/com/zoer/service/UserService.class
test/WebRoot/WEB-INF/classes/com/zoer/util/Utils.class
test/WebRoot/WEB-INF/classes/com/zoer/xml/Question.xml
test/WebRoot/WEB-INF/classes/com/zoer/xml/User.xml
test/WebRoot/WEB-INF/lib/ibatis-common-2.jar
test/WebRoot/WEB-INF/lib/ibatis-dao-2.jar
test/WebRoot/WEB-INF/lib/ibatis-sqlmap-2.jar
test/WebRoot/WEB-INF/lib/mysql-connector-java-5.0.8-bin.jar
test/WebRoot/WEB-INF/web.xml
test/WebServices/services.xml
test1/.classpath
test1/.mymetadata
test1/.project
test1/.settings/com.genuitec.eclipse.ws.prefs
test1/.settings/com.genuitec.eclipse.ws.xfire.prefs
test1/.settings/org.eclipse.jdt.core.prefs
test1/src/com/zoer/action/AddQuestionAction.java
test1/src/com/zoer/action/CheckUserAction.java
test1/src/com/zoer/action/GetQuestionsAction.java
test1/src/com/zoer/action/ScoreAction.java
test1/src/com/zoer/client/Main.java
test1/src/com/zoer/domain/Question.java
test1/src/com/zoer/domain/User.java
test1/src/com/zoer/server/AddQuestion.java
test1/src/com/zoer/server/AddQuestionResponse.java
test1/src/com/zoer/server/AddUser.java
test1/src/com/zoer/server/AddUserResponse.java
test1/src/com/zoer/server/DeleteQuestionByID.java
test1/src/com/zoer/server/DeleteQuestionByIDResponse.java
test1/src/com/zoer/server/DeleteUser.java
test1/src/com/zoer/server/DeleteUserResponse.java
test1/src/com/zoer/server/GetQuestions.java
test1/src/com/zoer/server/GetQuestionsResponse.java
test1/src/com/zoer/server/GetUser.java
test1/src/com/zoer/server/GetUserResponse.java
test1/src/com/zoer/server/ObjectFactory.java
test1/src/com/zoer/server/package-info.java
test1/src/com/zoer/server/QuestionServiceClient.java
test1/src/com/zoer/server/QuestionServicePortType.java
test1/src/com/zoer/server/UpdateQuestionByID.java
test1/src/com/zoer/server/UpdateQuestionByIDResponse.java
test1/src/com/zoer/server/UpdateUser.java
test1/src/com/zoer/server/UpdateUserResponse.java
test1/src/com/zoer/server/UserServiceClient.java
test1/src/com/zoer/server/UserServicePortType.java
test1/src/com/zoer/servlet/CheckServlet.java
test1/src/com/zoer/util/Service.java
test1/src/com/zoer/util/Utils.java
test1/src/struts.xml
test1/WebRoot/common/bottom.jsp
test1/WebRoot/common/index.jsp
test1/WebRoot/common/login.jsp
test1/WebRoot/common/map.jsp
test1/WebRoot/common/menu.jsp
test1/WebRoot/common/successPage.jsp
test1/WebRoot/common/successTip.jsp
test1/WebRoot/common/top.jsp
test1/WebRoot/common/userInfoEdit.jsp
test1/WebRoot/common/userPwdEdit.jsp
test1/WebRoot/index.jsp
test1/WebRoot/login.jsp
test1/WebRoot/META-INF/MANIFEST.MF
test1/WebRoot/public/images/1.jpg
test1/WebRoot/public/images/2.gif
test1/WebRoot/public/images/2.jpg
test1/WebRoot/public/images/3.gif
test1/WebRoot/public/images/3.jpg
test1/WebRoot/public/images/ask-Y.gif
test1/WebRoot/public/images/ask.gif
test1/WebRoot/public/images/bg01.gif
test1/WebRoot/public/images/bg02.gif
test1/WebRoot/public/images/bg03.gif
test1/WebRoot/public/images/bg04.gif
test1/WebRoot/public/images/bg05.gif
test1/WebRoot/public/images/bg06.gif
test1/WebRoot/public/images/bg07.gif
test1/WebRoot/public/images/bg08.gif
test1/WebRoot/public/images/bg09.gif
test1/WebRoot/public/images/browse.gif
test1/WebRoot/public/images/Browse03.gif
test1/WebRoot/public/images/busy.gif
test1/WebRoot/public/images/busy_text.gif
test1/WebRoot/public/images/But_EndPage.gif
test1/WebRoot/pub
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.