Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waylau/rest-in-action

REST in Action 《REST 实战》。基于 Jersey 构建 RESTful 服务。
https://github.com/waylau/rest-in-action

action java jersey rest

Last synced: about 3 hours ago
JSON representation

REST in Action 《REST 实战》。基于 Jersey 构建 RESTful 服务。

Awesome Lists containing this project

README

        

# REST in Action 《REST 实战》

REST in Action base on Jersey.Learning REST step by step with a large number of samples and finally build a complete RESTful application.There is also a GitBook version of the book: .
Let's [READ](SUMMARY.md)!

基于 Jersey 的 REST 实战。在做 Java RESTful 相关的项目,发现网上中文的资料比较少( 这个是我以前写的博客,可以作为参考),而且 Jersey 的更新比较快,利用业余时间写了本书,图文并茂,用大量实例带你一步一步走进 REST 的世界,最终构建一个完整的 REST 应用。如有疏漏欢迎指正。感谢您的参与!

有关 Jersey 详细信息,可以参阅《[Jersey 2.x 用户指南](https://github.com/waylau/Jersey-2.x-User-Guide)》。

### Get start 如何开始阅读

选择下面入口之一:

* 的 [SUMMARY.md](SUMMARY.md)
* 的 [SUMMARY.md](SUMMARY.md) (国内访问速度快)
* 的 Read 按钮

### Code 源码

书中所有示例源码,移步至的 `samples` 目录下,代码遵循《[Java 编码规范]()》

### Issue 意见、建议

如有勘误、意见或建议欢迎拍砖

### Contact 联系作者:

* Blog: [waylau.com](http://waylau.com)
* Gmail: [waylau521(at)gmail.com](mailto:[email protected])
* Weibo: [waylau521](http://weibo.com/waylau521)
* Twitter: [waylau521](https://twitter.com/waylau521)
* Github : [waylau](https://github.com/waylau)