# jax-rs2-guide-II **Repository Path**: feuyeux/jax-rs2-guide-II ## Basic Information - **Project Name**: jax-rs2-guide-II - **Description**: mirror for https://github.com/feuyeux/jax-rs2-guide-II - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-28 - **Last Updated**: 2022-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: Core ## README ### 《Java Restful Web Service实战·第二版》示例源代码 [![Build Status](https://travis-ci.com/feuyeux/jax-rs2-guide-II.svg?branch=master)](https://travis-ci.com/feuyeux/jax-rs2-guide-II) [![codecov](https://codecov.io/gh/feuyeux/jax-rs2-guide-II/branch/master/graph/badge.svg)](https://codecov.io/gh/feuyeux/jax-rs2-guide-II) #### Build ```bash git clone https://github.com/feuyeux/jax-rs2-guide-II.git cd jax-rs2-guide-II mvn clean install -DskipTests ``` #### 源代码目录 1. [1.5.my-first-service](1.5.my-first-service) 2. [1.5.my-first-webapp](1.5.my-first-webapp) 3. [1.6.1.myrest-servlet2-webxml](1.6.1.myrest-servlet2-webxml) 4. [1.6.2.myrest-servlet3-webxml](1.6.2.myrest-servlet3-webxml) 5. [1.6.3.myrest-subservlet](1.6.3.myrest-subservlet) 6. [1.6.4.myrest-servlet3-application](1.6.4.myrest-servlet3-application) 7. [1.6.5.myrest-servlet2-rc](1.6.5.myrest-servlet2-rc) 8. [1.6.6.myrest-servlet2-application](1.6.6.myrest-servlet2-application) 9. [1.6.7.myrest-servlet3-application](1.6.7.myrest-servlet3-application) 10. [2.1.simple-service-3](2.1.simple-service-3) 11. [2.1.simple-service-moxy](2.1.simple-service-moxy) 12. [2.2.simple-service-jackson](2.2.simple-service-jackson) 13. [2.3.6-1.simple-service-moxy](2.3.6-1.simple-service-moxy) 14. [2.3.6-2.simple-service-jsonp](2.3.6-2.simple-service-jsonp) 15. [2.3.6-3.simple-service-jackson](2.3.6-3.simple-service-jackson) 16. [2.3.6-4.simple-service-jettison](2.3.6-4.simple-service-jettison) 17. [2.3.simple-service-jettison](2.3.simple-service-jettison) 18. [2.simple-service-3](2.simple-service-3) 19. [3.jaxrs2-handle](3.jaxrs2-handle) 20. [4.2 JAX-RS2的异步机制](4.2.asynchronized) 21. [4.4 基于HTML5的异步通信](4.4.sse) 22. [5 REST 客户端](5.jaxrs2-client) 23. [6.rest-test](6.rest-test) 24. [7.2 Spring-boot基础](7.2.demo) 25. [7.3.1 Spring Cloud Zookeeper示例](7.3.1.boot.zookeeper) 26. [7.3.2 Spring Cloud Consul示例](7.3.2.boot.consul) 27. [7.3.3 Spring Cloud Etcd示例](7.3.2.boot.etcd) 28. [8.2 REST服务的容器化](8.2.containerization) 29. [8.3 容器化微服务](8.3.boot.zk.kaka) 30. [9.simple-service](9.simple-service) 31. [10.3.security-rest](10.3.security-rest) 32. [10.5.oauth2-rest](10.5.oauth2-rest) #### 最新Jersey官方文档 [**Jersey User Guide**](https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest/index.html) #### Jersey问答 [**Jersey StackOverflow**](http://stackoverflow.com/questions/tagged/jersey) #### Jersey Maven仓库信息 **[GlassFish Jersey Core](https://mvnrepository.com/artifact/org.glassfish.jersey.core)** #### Jersey版本发布历史 https://projects.eclipse.org/projects/ee4j.jersey |版本号|发布日期|发版说明| |:-----|:----------|:---------------------------------------| |3.1.0 |2022-04-30 |[Jersey 3.1.0](https://projects.eclipse.org/projects/ee4j.jersey/releases/3.1.0)| |3.0.4 |2022-02-09|[Jersey 3.0.4](https://projects.eclipse.org/projects/ee4j.jersey/releases/3.0.4)| |3.0.2|23/Aug/21|[Jersey 3.0.2](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/3.0.2.html)| |3.0.1|27Jan/21|[Jersey 3.0.1](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/3.0.1.html)| |3.0.0|01/Dec/20|[Jersey 3.0.0](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/3.0.0.html)| |2.35| 2021-09-03|[Jersey 2.35](https://projects.eclipse.org/projects/ee4j.jersey/releases/2.35)| |2.34|16/Aug/21|[Jersey 2.34](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.34.html)| |2.33|18/Dec/20|[Jersey 2.33](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.33.html)| |2.32|25/Sep/20|[Jersey 2.32](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.32.html)| |2.31|22/May/20|[Jersey 2.31](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.31.html)| |2.30.1|21/Feb/20|[Jersey 2.30.1](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.30.1.html)| |2.30|10/Jan/20|[Jersey 2.30](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.30.html)| |2.29.1|10/Sep/19|[Jersey 2.29.1](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.29.1.html)| |2.29|12/Aug/19|[Jersey 2.29](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.29.html)| |2.28|25/Jan/19|[Jersey 2.27](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.28.html)| |2.27|13/Apr/18|[Jersey 2.27](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.27.html)| |2.26|06/Sep/17|[Jersey 2.26](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.26.html)| |2.25|08/Dec/16|[Jersey 2.25](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.25.html)| |2.24.1|21/Nov/16|[Jersey 2.24.1](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.24.1.html)| |2.24|27/Oct/16|[Jersey 2.24](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.24.html)| |2.23.2|08/Aug/16|[Jersey 2.23.2](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.23.2.html)| |2.23.1|07/Jun/16|[Jersey 2.23.1](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.23.1.html)| |2.23|18/May/16|[Jersey 2.23](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.23.html)| |2.22.2|16/Feb/16|[Jersey 2.22.2](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.22.2.html)| |2.22.1|07/Oct/15|[Jersey 2.22.1](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.22.1.html)| |2.22|23/Sep/15|[Jersey 2.22](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.22.html)| |2.21.1|16/Sep/15|[Jersey 2.21.1](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.21.1.html)| |2.21|15/Aug/15|[Jersey 2.21](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.21.html)| |2.20|06/Aug/15|[Jersey 2.20](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.20.html)| |2.19|29/Jun/15|[Jersey 2.19](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.19.html)| |2.18|05/Jun/15|[Jersey 2.18](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.18.html)| |2.17|11/Mar/15|[Jersey 2.17](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.17.html)| |2.16|11/Feb/15|[Jersey 2.16](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.16.html)| |2.15|03/Dec/14|[Jersey 2.15](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.15.html)| |2.14|01/Oct/14|[Jersey 2.14](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.14.html)| |2.13|30/Sep/14|[Jersey 2.13](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.13.html)| |2.12|26/Aug/14|[Jersey 2.12](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.12.html)| |2.11|23/Jul/14|[Jersey 2.11](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.11.html)| |2.10.1|01/Jul/14|[Jersey 2.10.1](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.10.1.html)| |2.10|24/Jun/14|[Jersey 2.10](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.10.html)| |2.9.1|30/May/14|[Jersey 2.9.1](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.9.1.html)| |2.9|23/May/14|[Jersey 2.9](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.9.html)| |2.8|29/Apr/14|[Jersey 2.8](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.8.html)| |2.7|13/Mar/14|[Jersey 2.7](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.7.html)| |2.6|19/Feb/14|[Jersey 2.6](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.6.html)| |2.5.1|02/Jan/14|[Jersey 2.5.1](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.5.1.html)| |2.5|18/Dec/13|[Jersey 2.5](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.5.html)| |2.4.1|08/Nov/13|[Jersey 2.4.1](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.4.1.html)| |2.4|25/Oct/13|[Jersey 2.4](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.4.html)| |2.3.1|27/Sep/13|[Jersey 2.3.1](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.3.1.html)| |2.3|20/Sep/13|[Jersey 2.3](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.3.html)| |2.2|14/Aug/13|[Jersey 2.2](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.2.html)| |2.1|15/Jul/13|[Jersey 2.1](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.1.html)| |2.0.1|03/Jan/14|[Jersey 2.1](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.0.1.html)| |2.0|28/May/13|[Jersey 2.0](https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.0.html)|