Restful Java with Jax-RS

时间:2012-12-14 09:34:11
【文件属性】:
文件名称:Restful Java with Jax-RS
文件大小:2.05MB
文件格式:PDF
更新时间:2012-12-14 09:34:11
Jave Jax-RS Part I. REST and the JAX-RS Standard 1. Introduction to REST . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 REST and the Rebirth of HTTP 4 RESTful Architectural Principles 5 Addressability 6 The Uniform, Constrained Interface 7 Why Is the Uniform Interface Important? 9 Representation-Oriented 10 Communicate Statelessly 10 HATEOAS 11 Wrapping Up 13 2. Designing RESTful Services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 3. Your First JAX-RS Service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

网友评论

  • 不错,原版资源,值得一看
  • 比较有用的资源。
  • 该资源对我帮助还是比较大的
  • 挺全的,但是图片看起来挺累
  • 不错的资源,能清晰点就更好了,感谢分享。
  • 很完整,谢谢
  • 使用JERSEY写RESTful本来就不是太难,我个人认为写资源的程序比如何部署如何配置要来得简单。这本书覆盖得还算全面,但很多地方写得不是十分详细。就拿部署一章来说,作者分为jax-rs aware和jax-rs unaware两种container, 但自始至终没有说哪些是哪些,比如说tomcat,整本书就提过一次。所以这书仅为参考,具体还得考网上查其他资源。