Skip to content

Commit 8721160

Browse files
committed
update
1 parent 43da3d6 commit 8721160

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,30 @@
33
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: <http://waylau.gitbooks.io/rest-in-action>.
44
Let's [READ](SUMMARY.md)!
55

6-
基于 Jersey 的 REST 实战。最近在做 Java RESTful 相关的项目,发现网上中文的资料比较少(<https://github.com/waylau/RestDemo> 这个是我以前写的博客,可以作为参考),而且 Jersey 的更新比较快,利用业余时间写了本书,图文并茂,用大量实例带你一步一步走进 REST 的世界,最终构建一个完整的 REST 应用。如有疏漏欢迎指正[点此](https://github.com/waylau/rest-in-action/issues)提问。感谢您的参与!
6+
基于 Jersey 的 REST 实战。在做 Java RESTful 相关的项目,发现网上中文的资料比较少(<https://github.com/waylau/RestDemo> 这个是我以前写的博客,可以作为参考),而且 Jersey 的更新比较快,利用业余时间写了本书,图文并茂,用大量实例带你一步一步走进 REST 的世界,最终构建一个完整的 REST 应用。如有疏漏欢迎指正。感谢您的参与!
77

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

10-
另外有 GitBook 的版本方便阅读 <http://waylau.gitbooks.io/rest-in-action>
1110

11+
### Get start 如何开始阅读
1212

13+
选择下面入口之一:
1314

14-
书中所有实例,在 `samples` 目录下。
15+
* <https://github.com/waylau/rest-in-action>[SUMMARY.md](SUMMARY.md)
16+
* <http://waylau.gitbooks.io/rest-in-action> 的 Read 按钮
1517

16-
[目录](SUMMARY.md)开始阅读吧!
18+
### Code 源码
1719

18-
###Contact 联系作者:
20+
书中所有示例源码,移步至<https://github.com/waylau/rest-in-action>`samples` 目录下,代码遵循《[Java 编码规范](<http://waylau.com/java-code-conventions>)
1921

20-
* Blog:[www.waylau.com](http://www.waylau.com)
21-
22+
### Issue 意见、建议
23+
24+
如有勘误、意见或建议欢迎拍砖 <https://github.com/waylau/rest-in-action/issues>
25+
26+
### Contact 联系作者:
27+
28+
* Blog: [waylau.com](http://waylau.com)
29+
* Gmail: [waylau521(at)gmail.com](mailto:[email protected])
2230
* Weibo: [waylau521](http://weibo.com/waylau521)
2331
* Twitter: [waylau521](https://twitter.com/waylau521)
24-
* Github : [waylau](https://github.com/waylau)
32+
* Github : [waylau](https://github.com/waylau)

0 commit comments

Comments
 (0)