Jersey
niuhea
自我评价</br></br>(1).有良好的开发习惯和设计思路,善于接受新事物</br></br>(2).具有较强的学习能力,能很好的和其他同事协同工作,发挥团队精神</br></br>(3).具有较强的责任心,积极承担并按时完成上级领导指派的工作任务</br></br>(4).对计算机软件有着强烈而浓厚的兴趣,而且有着吃苦耐劳和认真细致的工作精神</br></br>(5).踏实稳重、喜欢突破常规,富于创新</br></br>
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Chapter 2. Overview of JAX-RS 1.1
2.1. Root Resource ClassesRoot resource classes are POJOs (Plain Old Java Objects) that are annotated with @Path have at least one method annotated with @Path or a resource method designator a原创 2012-06-11 19:24:14 · 651 阅读 · 0 评论 -
Chapter 1. Getting Started(RETS helloworld)
Jersey 1.12 User Guidehttp://jersey.java.net/nonav/documentation/latest/index.html新建Java类:package sample.hello.resources;import javax.ws.rs.GET;import javax.ws.rs.Path;import javax.ws.原创 2012-06-11 19:07:45 · 628 阅读 · 0 评论 -
Chapter 3. Client API
3.1. Introduction3.2. Uniform Interface Constraint3.3. Ease of use and reusing JAX-RS artifacts3.4. Getting started with the Jersey client3.5. Overview of the API3.6. Adding support for ne原创 2012-06-11 21:31:12 · 613 阅读 · 0 评论 -
Chapter 4. XML Support
4.1. Low level XML support4.2. Getting started with JAXB4.3. POJOs4.4. Using custom JAXBContext实体类Planet:(注意如下注解:@XmlRootElement)package resource;import javax.xml.bind.annotation.XmlRoot原创 2012-06-15 20:49:38 · 686 阅读 · 0 评论 -
Chapter 5. JSON Support
5.1. POJO support5.2. JAXB Based JSON support5.3. Low-Level JSON support原创 2012-06-15 21:01:16 · 481 阅读 · 0 评论
分享