资源列表
rest-client-1.1
- 测试Restful 接口协议,需要安装java jdk。(To test the Restful interface protocol, you need to install Java JDK.)
WebClient
- webService简单实例,很好的学习(webService demo study normal go go go)
WebServer_v14
- 纯净版webserice服务器搭建过程........学习(Pure version webserice server)
ProRESTful
- Pro RESTful APIs Design, Build and Integrate with REST, JSON, XML and JAX-RS
Fielding博士RESTful论文
- Restful paper by Fielding
19
- 说明例子,用于疯狂HTML的19单元的源码(you must 19 code HTML)
基于XML数据存储学生管理系统
- 简单学生管理系统,添加班级、学生,数据存储基于xml存储。(Simple student management system, add class, student, data storage based on XML storage.)
libxml2-2.9.4
- Libxml2是个C语言的XML程式库,能简单方便的提供对XML文件的各种操作,并且支持XPATH查询,及部分的支持XSLT转换等功能。Libxml2的下载地址是http://xmlsoft.org/ 完全版的库是开源的,并且带有例子程式和说明文件。(Libxml2 is a XML Library of C language. It can provide various operations for XML files simply and conveniently, and support
gsoap-2.8.32.tar
- gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。绝大多数的C++web服务工具包提供一组API函数类库来处理特定的SOAP数据结构,这样就使得用户必须改变程序结构来适应相关的类库。与之相反,gSOAP利用编译器技术提供了一组透明化的SOAP API,并将与开发无关的SOAP实现细节相关的内容对用户隐藏起来。(The gSOAP compiler provides a SOAP/XML about the
webservicedemo
- webservice的简单demo,soa课程实验中的一小部分(a demo of webservice)
pugixml-master
- xml processing by pugi lib
advanced
- xml rpc是使用http协议做为传输协议的rpc机制,使用xml文本的方式传输命令和数据。一个rpc系统,必然包括2个部分:1.rpc client,用来向rpc server调用方法,并接收方法的返回数据;2.rpc server,用于响应rpc client的请求,执行方法,并回送方法执行结果。RPC是Remote Procedure Call的缩写,翻译成中文就是远程过程调用,是一种在本地的机器上调用远端机器上的一个过程(方法)的技术,这个过程也被大家称为“分布式计算”,是为了提高各个