CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 Web服务器

文件名称:javaPWeb-servicePSOA

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-01-23
  • 文件大小:
    2.63mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

java环境下开发的web服务器 SOA架构,很有用哦-SOA architecture of the web server for java development environment useful Oh
(系统自动生成,下载前可以参看下载内容)

下载文件列表

chap08/autodeploy/
chap08/autodeploy/modules/
chap08/autodeploy/modules/client/
chap08/autodeploy/modules/client/build.xml
chap08/autodeploy/modules/client/pom.xml
chap08/autodeploy/modules/client/src/
chap08/autodeploy/modules/client/src/test/
chap08/autodeploy/modules/client/src/test/java/
chap08/autodeploy/modules/client/src/test/java/samples/
chap08/autodeploy/modules/client/src/test/java/samples/TestClient.java
chap08/autodeploy/modules/endpoint/
chap08/autodeploy/modules/endpoint/build.xml
chap08/autodeploy/modules/endpoint/pom.xml
chap08/autodeploy/modules/endpoint/src/
chap08/autodeploy/modules/endpoint/src/java/
chap08/autodeploy/modules/endpoint/src/java/samples/
chap08/autodeploy/modules/endpoint/src/java/samples/Hello.java
chap08/autodeploy/modules/endpoint/src/webapp/
chap08/autodeploy/modules/endpoint/src/webapp/WEB-INF/
chap08/autodeploy/modules/endpoint/src/webapp/WEB-INF/web.xml
chap08/autodeploy/modules/wsdl2java/
chap08/autodeploy/modules/wsdl2java/build.xml
chap08/autodeploy/modules/wsdl2java/pom.xml
chap08/autodeploy/pom.xml
chap08/catalog/
chap08/catalog/examples/
chap08/catalog/examples/ejb-jar.xml
chap08/catalog/modules/
chap08/catalog/modules/client/
chap08/catalog/modules/client/build.xml
chap08/catalog/modules/client/pom.xml
chap08/catalog/modules/client/src/
chap08/catalog/modules/client/src/test/
chap08/catalog/modules/client/src/test/java/
chap08/catalog/modules/client/src/test/java/samples/
chap08/catalog/modules/client/src/test/java/samples/TestClient.java
chap08/catalog/modules/endpoint/
chap08/catalog/modules/endpoint/build.xml
chap08/catalog/modules/endpoint/pom.xml
chap08/catalog/modules/endpoint/src/
chap08/catalog/modules/endpoint/src/ejb/
chap08/catalog/modules/endpoint/src/ejb/META-INF/
chap08/catalog/modules/endpoint/src/ejb/META-INF/jax-ws-catalog.xml
chap08/catalog/modules/endpoint/src/java/
chap08/catalog/modules/endpoint/src/java/samples/
chap08/catalog/modules/endpoint/src/java/samples/Hello.java
chap08/catalog/modules/mywebservice/
chap08/catalog/modules/mywebservice/build.xml
chap08/catalog/modules/mywebservice/pom.xml
chap08/catalog/modules/mywebservice/src/
chap08/catalog/modules/mywebservice/src/java/
chap08/catalog/modules/mywebservice/src/java/samples/
chap08/catalog/modules/mywebservice/src/java/samples/MyWeb.java
chap08/catalog/modules/mywebservice/src/webapp/
chap08/catalog/modules/mywebservice/src/webapp/WEB-INF/
chap08/catalog/modules/mywebservice/src/webapp/WEB-INF/web.xml
chap08/catalog/modules/mywebservice-wsdl2java/
chap08/catalog/modules/mywebservice-wsdl2java/build.xml
chap08/catalog/modules/mywebservice-wsdl2java/pom.xml
chap08/catalog/modules/wsdl2java/
chap08/catalog/modules/wsdl2java/build.xml
chap08/catalog/modules/wsdl2java/pom.xml
chap08/catalog/pom.xml
chap08/descriptor-ejbjar/
chap08/descriptor-ejbjar/examples/
chap08/descriptor-ejbjar/examples/generated-ejb-jar.xml
chap08/descriptor-ejbjar/modules/
chap08/descriptor-ejbjar/modules/client/
chap08/descriptor-ejbjar/modules/client/build.xml
chap08/descriptor-ejbjar/modules/client/pom.xml
chap08/descriptor-ejbjar/modules/client/src/
chap08/descriptor-ejbjar/modules/client/src/test/
chap08/descriptor-ejbjar/modules/client/src/test/java/
chap08/descriptor-ejbjar/modules/client/src/test/java/samples/
chap08/descriptor-ejbjar/modules/client/src/test/java/samples/TestClient.java
chap08/descriptor-ejbjar/modules/endpoint/
chap08/descriptor-ejbjar/modules/endpoint/build.xml
chap08/descriptor-ejbjar/modules/endpoint/pom.xml
chap08/descriptor-ejbjar/modules/endpoint/src/
chap08/descriptor-ejbjar/modules/endpoint/src/ejb/
chap08/descriptor-ejbjar/modules/endpoint/src/ejb/META-INF/
chap08/descriptor-ejbjar/modules/endpoint/src/ejb/META-INF/ejb-jar.xml
chap08/descriptor-ejbjar/modules/endpoint/src/java/
chap08/descriptor-ejbjar/modules/endpoint/src/java/samples/
chap08/descriptor-ejbjar/modules/endpoint/src/java/samples/Goodbye.java
chap08/descriptor-ejbjar/modules/endpoint/src/java/samples/Hello.java
chap08/descriptor-ejbjar/modules/goodbyebean/
chap08/descriptor-ejbjar/modules/goodbyebean/pom.xml
chap08/descriptor-ejbjar/modules/goodbyebean/src/
chap08/descriptor-ejbjar/modules/goodbyebean/src/ejb/
chap08/descriptor-ejbjar/modules/goodbyebean/src/ejb/META-INF/
chap08/descriptor-ejbjar/modules/goodbyebean/src/java/
chap08/descriptor-ejbjar/modules/goodbyebean/src/java/samples/
chap08/descriptor-ejbjar/modules/goodbyebean/src/java/samples/Goodbye.java
chap08/descriptor-ejbjar/modules/goodbyebean/src/java/samples/GoodbyeEJB.java
chap08/descriptor-ejbjar/modules/mywebservice/
chap08/descriptor-ejbjar/modules/mywebservice/build.xml
chap08/descriptor-ejbjar/modules/mywebservice/pom.xml
chap08/descriptor-ejbjar/modules/mywebservice/src/
chap08/descriptor-ejbjar/modules/mywebservice/src/java/
chap08/descriptor-ejbjar/modules/mywebservice/src/java/samples/
chap08/descriptor-ejbjar/modules/mywebservice/src/java/samples/MyWeb.java
chap08/descriptor-ejbjar/modules/mywebservice/src/webapp/
chap08/descriptor-ejbjar/modules/mywebservice/src/webapp/WEB-INF/
chap08/descriptor-ejbjar/modules/mywebservice/src/webapp/WEB-INF/web.xml
ch

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com