
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 Classes Root 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 · 626 阅读 · 0 评论 -
Chapter 1. Getting Started(RETS helloworld)
Jersey 1.12 User Guide http://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 · 606 阅读 · 0 评论 -
Chapter 3. Client API
3.1. Introduction 3.2. Uniform Interface Constraint 3.3. Ease of use and reusing JAX-RS artifacts 3.4. Getting started with the Jersey client 3.5. Overview of the API 3.6. Adding support for ne原创 2012-06-11 21:31:12 · 587 阅读 · 0 评论 -
Chapter 4. XML Support
4.1. Low level XML support 4.2. Getting started with JAXB 4.3. POJOs 4.4. Using custom JAXBContext 实体类Planet: (注意如下注解:@XmlRootElement) package resource; import javax.xml.bind.annotation.XmlRoot原创 2012-06-15 20:49:38 · 658 阅读 · 0 评论 -
Chapter 5. JSON Support
5.1. POJO support 5.2. JAXB Based JSON support 5.3. Low-Level JSON support原创 2012-06-15 21:01:16 · 458 阅读 · 0 评论