Jersey Rest Tutorial


Jersey Rest Tutorial
Jersey RESTful Web Services framework is open source, production quality, a framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. This tutorial describes how to use the Jersey framework to develop productive Restful web services in Java.

Table of Contents

1. Getting Started

2. JAX-RS Application, Resources, and Sub-Resources

3. JAX-RS Annotations

4. Client API

5. Logging

6. Spring Integration

7. Jersey Test Framework

8. Jersey Rest Examples

9. Rest API Design Best Practices

All the code of this Jersey Rest Developer Guide is available over on Github
Learn and master in spring boot on Master in Spring Boot
Learn and master in Spring framework on Master in Spring Framework

Comments