搜索资源列表
Spring-restful-example
- Web Service实现例子
androidarestful
- 一个模拟教学评估系统。包括web和android客户端两部分,web端采用restful架构,提供资源,android 客户端负责显示。-A simulated teaching evaluation system. Including web and android client in two parts, web-side restful architecture, provide the resources, the android client is responsible for di
WebServices.may.2007
- how to design and implement RESTful web services, and clients for those services.
JavaWS
- With this example-driven book, you get a quick, practical, and thorough introduction to Java s API for XML Web Services (JAX-WS) and the Java API for RESTful Web Services (JAX-RS). Java Web Services: Up and Running takes a clear, no-nonsense approach
rseslib-3.0.1-src
- restful web services res tful web services res tful web services-restful web services restful web services restful web services restful web services restful web services
_CreatingRESTfulWebServiceswithWCF
- Creating Restful Web Services with .Net
RESTful-Web-Services-Cookbook-cn
- RESTful风格的企业框架,改善可扩展性与简约性解决方案-RESTful style corporate framework, to improve the scalability and simplicity of the solution
RESTful-with-notifications---Sales-Catalog
- The project implements notifications in the RESTful webservice.
HttpMultipart
- WCF 是微软力推的通讯框架,它能够以 ASP.NET WebService 的方式实现 RESTful 方式的服务。但是缺陷是目前的版本不支持对 HTTP multipart 格式的自动解析。而不像传统的 ASP.NET WebService 可以自动解析 multipart 中的多媒体数据,并通过访问 Context.Request.Form["name"] 和 Context.Request.Files["name"] 方便地访问。 这份代码在 HttpMultipartForm
playframework-master
- 高速度的Web框架 - 该游戏框架结合了生产效率和性能,使其易于构建可扩展的Web应用程序.使用Java和Scala。-Play Framework- The High Velocity Web Framework The Play Framework combines productivity and performance making it easy to build scalable web applications with Java and Scala. Play is
ice-frame-restful
- ICE微服务平台,当前主流微服务技术入门,采用restful风格接口。-ICE micro service platform, the current mainstream micro service technology portal, using restful style interface.
swagger-samples-master
- Swagger Samples for Java Restful Webservices
REST.API.Design.Rulebook.Oct.2011
- WebSevice Restful API 设计API指导书(WebSevice Restful API)
RESTful Web Service 实战
- Java RESTful Web Service 实战(Java RESTful Web Service in action)
Fielding博士RESTful论文
- Restful paper by Fielding
delphi-rest-client-api-master
- Delphi restful client
ProRESTful
- Pro RESTful APIs Design, Build and Integrate with REST, JSON, XML and JAX-RS
rest-client-1.1
- 测试Restful 接口协议,需要安装java jdk。(To test the Restful interface protocol, you need to install Java JDK.)
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是