搜索资源列表
Spring-restful-example
- Web Service实现例子
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
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
mojo-master
- 实时网络框架。 强大的REST风格的路线,插件,命令,Perl模板框,内容协商,会话管理,表单验证,测试框架,静态文件服务器,一流的Unicode支持和更多的等你来发掘-Features An amazing real-time web framework, allowing you to easily grow single file Mojolicious::Lite prototypes into well structured web applications
JFinal_v2.2
- JFinal 是基于 Java 语言的极速 WEB + ORM 框架,其核心设计目标是开发迅速、代码量少、学习简单、功能强大、轻量级、易扩展、Restful。 在拥有Java语言所有优势的同时再拥有ruby、python、php等动态语言的开发效率!为您节约更多时间,去陪恋人、家人和朋友。-JFinal speed WEB+ ORM framework is based on Java language, the core design goal is to develop rapid, les
elasticsearch
- ElasticSearch是一个基于Lucene的搜索服务器。它提供了一个分布式多用户能力的全文搜索引擎,基于RESTful web接口。Elasticsearch是用Java开发的,并作为Apache许可条款下的开放源码发布,是当前流行的企业级搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。-ElasticSearch is an open-source and distributed search engine which is very much scalab
RESTful
- 项目总体介绍、项目架构简单介绍 搭建maven基本环境、创建父子工程(General introduction of the project and brief introduction of project structure Build maven basic environment, create father and son project)
OpenResty最佳实践.pdf
- nginx+lua 搭建高性能rest api服务器(nginx + lua high performance rest api server)
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)
http接口调试工具 谷歌扩展程序postman-4.1.2
- 小巧好用免费的http调试工具postMan(Small and good use of free HTTP debug tool postMan)
Fielding博士RESTful论文
- Restful paper by Fielding
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是