- 博客(18)
- 收藏
- 关注
原创 struts配置文件详解
Struts应用采用两个基于XML的配置文件来配置,分别是web.xml和struts-cofig.xml文件.web.xml文件是配置所有web应用的而struts-config.xml文件是struts专用的配置文件,事实上也是可以根据需要给这个配置文件起其他名称的. Web应用的发布描述文件:web应用发布描述文件可以在应用开着者,发布者和组装者之间传递配置信息,Web容器在启
2007-07-16 16:19:00
648
转载 WSDL 语法
WSDL 语法 作者:w3pop.com 翻译/整理:w3pop.com<!--google_ad_client = "pub-7906861952969058";google_alternate_color = "ffffff";google_ad_width = 468;google_ad_height = 60;google_ad_format
2007-05-24 10:54:00
1068
转载 WSDL 与 UDDI
WSDL 与 UDDI 作者:w3pop.com 翻译/整理:w3pop.com <!--google_ad_client = "pub-7906861952969058";google_alternate_color = "ffffff";google_ad_width = 468;google_ad_height = 60;google_ad_fo
2007-05-24 10:53:00
907
转载 WSDL 绑定
WSDL 绑定 作者:w3pop.com 翻译/整理:w3pop.com <!--google_ad_client = "pub-7906861952969058";google_alternate_color = "ffffff";google_ad_width = 468;google_ad_height = 60;google_ad_format
2007-05-24 10:52:00
835
转载 WSDL 端口
WSDL 端口 作者:w3pop.com 翻译/整理:w3pop.com <!--google_ad_client = "pub-7906861952969058";google_alternate_color = "ffffff";google_ad_width = 468;google_ad_height = 60;google_ad_format
2007-05-24 10:51:00
951
转载 WSDL 介绍
WSDL 介绍 作者:w3pop.com 翻译/整理:w3pop.com <!--google_ad_client = "pub-7906861952969058";google_alternate_color = "ffffff";google_ad_width = 468;google_ad_height = 60;google_ad_format
2007-05-24 10:50:00
5191
转载 WSDL 文档
WSDL 文档 作者:w3pop.com 翻译/整理:w3pop.com<!--google_ad_client = "pub-7906861952969058";google_alternate_color = "ffffff";google_ad_width = 468;google_ad_height = 60;google_ad_format
2007-05-24 10:50:00
1157
转载 SOAP HTTP Binding
SOAP HTTP Binding 作者:w3pop.com 翻译/整理:w3pop.com <!--google_ad_client = "pub-7906861952969058";google_alternate_color = "ffffff";google_ad_width = 468;google_ad_height = 60;google
2007-05-24 10:48:00
1124
转载 SOAP 实例
SOAP 实例 作者:w3pop.com 翻译/整理:w3pop.com <!--google_ad_client = "pub-7906861952969058";google_alternate_color = "ffffff";google_ad_width = 468;google_ad_height = 60;google_ad_format
2007-05-24 10:48:00
905
原创 SOAP Body
SOAP Body 作者:w3pop.com 翻译/整理:w3pop.com<!--google_ad_client = "pub-7906861952969058";google_alternate_color = "ffffff";google_ad_width = 468;google_ad_height = 60;google_ad_forma
2007-05-24 10:45:00
1282
转载 SOAP Fault
SOAP Fault 作者:w3pop.com 翻译/整理:w3pop.com <!--google_ad_client = "pub-7906861952969058";google_alternate_color = "ffffff";google_ad_width = 468;google_ad_height = 60;google_ad_for
2007-05-24 10:45:00
1702
转载 SOAP Header
SOAP Header 作者:w3pop.com 翻译/整理:w3pop.com<!--google_ad_client = "pub-7906861952969058";google_alternate_color = "ffffff";google_ad_width = 468;google_ad_height = 60;google_ad_forma
2007-05-24 10:42:00
1447
转载 SOAP 封套
SOAP 封套 作者:w3pop.com 翻译/整理:w3pop.com <!--google_ad_client = "pub-7906861952969058";google_alternate_color = "ffffff";google_ad_width = 468;google_ad_height = 60;google_ad_format =
2007-05-24 10:39:00
907
转载 SOAP 介绍
SOAP 介绍 作者:w3pop.com 翻译/整理:w3pop.com <!--google_ad_client = "pub-7906861952969058";google_alternate_color = "ffffff";google_ad_width = 468;google_ad_height = 60;google_ad_format
2007-05-24 10:33:00
6608
2
原创 Xml WebService完全实例解析(三)
接上篇文章,我们先简单解释下GetSiteAData(string AssignName)函数. 函数功能很简单,只是要返回查询结果,其数据格式是XmlDataDocument.当查询失败时(无匹配查询结果),我们构造一个xml,返回一个空记录.否则,我们把查询后的dataset生成一个XmlDataDocument,接下来,由于该项目的需要,我加入了一个循环,添加datas
2007-05-10 15:16:00
764
转载 Xml WebService完全实例解析(二)
上篇文章介绍了些webservice的基本特性和我们例子的结构,这篇文章我们将开始具体的代码编写工作. 这个专题主要讲述的是webservice,因此这里我们的代码以Webservice相关为主,而其他工程,例如:ServiceGatherSite,WebSiteA等,只将简略介绍. 在VS2003中,开发一个webservice并不是件困难的事,首先,我们新建一个w
2007-05-10 15:12:00
615
转载 XML WebService完全实例详细解析
首先,我们必须了解什么是webservice.就概念上来说,可能比较复杂,不过我们可以有个宏观的了解:webservice就是个对外的接口,里面有 函数可供外部客户调用(注意:里面同样有客户不可调用的函数).假若我们是服务端,我们写好了个webservice,然后把它给了客户(同时我们给了他 们调用规则),客户就可以在从服务端获取信息时处于一个相对透明的状态.即是客户不了解(也不需要)其过程,他们
2007-05-10 15:10:00
849
1
转载 JDOM操作XML文件
这篇文章讲的不错~把JDOM的基本操作实例化了,不过由于当时的作者用的JDOM版本还比较陈旧,所以部分代码会编译出错!支持中文也不好!所以,法老在原作者的基础上对程序做了修改!休正了编译出错以及中文乱码的问题。发表出来,供大家学习和使用。测试环境:jdom1.0,weblogic 8.1sp2,tomcat 5.0,IE 6。0/==================================
2006-09-28 11:22:00
634
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人