资源列表
WebClient
- webService简单实例,很好的学习(webService demo study normal go go go)
rest-client-1.1
- 测试Restful 接口协议,需要安装java jdk。(To test the Restful interface protocol, you need to install Java JDK.)
ClWebS2
- soap xml protocol descr iption
webserviceForCalculate
- 基本运算服务的开发与部署。具体内容:实现加、减、乘、除、平方、开平方等常用数学运算 webservice(The development and deployment of basic operational services. Specific content: the common mathematical operation of adding, subtraction, multiplication, division, square, square and other common m
ML_XML_Demo-master
- Full XML parsing Demo, collected online, for reference only.
XMLtreeview
- xml和treeView的相互转换,treeview·控件中的结点写入xml,互相映射。(XML and treeView are converted to each other, and the nodes in the treeview control are written to XML and mapped to each other.)
pbdom90.DLL
- 本插件用于PB平台使用webservice连接java端的接口编码工作。(This plug-in is used for the PB platform to use WebService to connect the interface coding to the Java side.)
08网络在线考试系统
- 基于B/S的网络在线考试系统,解压后得到数据库文件(Network online examination system based on B/S)
07物流信息网
- 基于B/S的物流信息开发系统,解压后有数据库文件(Logistics information development system based on B/S)
lib
- axis调用web service的实例,非常好用(axis use web service is very good)
spring-mvc-REST-master
- spring-mvc-REST 是一个完整的,轻量、简单的Java RESTful 项目,基于Spring MVC. 里面有基本的增删改查的功能。而且无需修改任何内容,就可以直接跑起来。 如果你想要学习或贡献和这个项目: 下载IDEA Intellij,然后选择import project, 选择import一个maven项目即可。 (注:该资料是他人用于分享的)(IDEA Intellij,java RESTFul study)
设计一个务实的RESTful API.pdf
- restful设计标准 网上很多关于API设计的意见都是一些学术讨论,里边充斥着对模糊标准非常主观的解释,而不是讨论在现实世界中如何落地。这篇文章的目标是描述一个最 佳实践:如何为当今的web应用设计一个务实的API。如果一个标准不合理,我不会去尝试满足这个标准。为了帮助决策过程进行,我写下了一些API必须要 满足的要求: 它应该使用合理的web标准 它应该对开发者友好,并且可以通过浏览器的地址栏就能浏览其功能 它应该是简单、直观并且一致的 它应该是高效,并且要跟其他要求保持平衡 API是