Jersey 1.19.1

Getting Started

  Get started with Jersey using the embedded Grizzly server

  Get started with a Web application

Overview of JAX-RS 1.1

  Root Resource Classes

  Deploying a RESTful Web Service

  Extracting Request Parameters

  Representations and Java Types

  Building Responses

  Sub-resources

  Building URIs

  WebApplicationException and Mapping Exceptions to Responses

  Conditional GETs and Returning 304 (Not Modified) Responses

  Life-cycle of Root Resource Classes

  Security

  Rules of Injection

  Use of @Context

Client API

  Uniform Interface Constraint

  Ease of use and reusing JAX-RS artifacts

  Overview of the API

  Using filters

  Testing services

  Security with Http(s)URLConnection

XML Support

JSON Support

最新文章

  1. OPRNGL总结(一)OPENGL的理论原理
  2. CommonUtils
  3. WLAN频段介绍-04
  4. 【转载】extern "C"的用法解析(原博主就是抄百度百科的,不如另外一篇好)
  5. 造一个Badge Service(徽章)的轮子
  6. .getBoundingClientRect()
  7. Java课程设计——象棋(201521123042 姚佳希)
  8. SpringAop源码情操陶冶-JdkDynamicAopProxy
  9. PHP内核之旅-5.强大的数组
  10. Asp.net中时间格式化的几种方法
  11. lightoj-1128-Greatest Parent(二分+LCA)
  12. 对B+树,B树,红黑树的理解
  13. c#获取鼠标坐标
  14. C/JS_实现选择排序
  15. Elasticsearch初探(一)
  16. 3503: [Cqoi2014]和谐矩阵
  17. CentOS安装Emacs文本编辑器
  18. 【C语言】二维数组中的查找,杨氏矩阵
  19. 网络知识===wireshark抓包数据分析(一)
  20. (一)Oracle学习笔记—— 表和表空间

热门文章

  1. ANDROID FRAMENT的切换(解决REPLACE的低效)
  2. Flex圆角矩形
  3. CSS布局经验谈
  4. 资源管理更新系统V2.0版的一些问题
  5. 以优美方式编写JavaScript代码
  6. Eclipse中SVN的安装步骤(两种)和用法
  7. ChRoomtst
  8. 【译文】漫谈ASP.NET中的Session
  9. 自己编写的.sh脚本文件运行完闪退解决方案
  10. LeetCode13 Roman to Integer