https://github.com/rameshmf/jersey-tutorial
Guide to Jersey Rest API development
https://github.com/rameshmf/jersey-tutorial
java-8 jersey-client jersey-framework jersey-swagger jersey-tutorial jersey2
Last synced: 4 months ago
JSON representation
Guide to Jersey Rest API development
- Host: GitHub
- URL: https://github.com/rameshmf/jersey-tutorial
- Owner: RameshMF
- Created: 2018-06-11T07:36:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T16:22:33.000Z (over 1 year ago)
- Last Synced: 2025-04-02T02:39:48.207Z (about 1 year ago)
- Topics: java-8, jersey-client, jersey-framework, jersey-swagger, jersey-tutorial, jersey2
- Language: Java
- Size: 786 KB
- Stars: 27
- Watchers: 4
- Forks: 56
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jersey 2.27 Developer Guide
Table of Contents
1. Getting Started
2. JAX-RS Application, Resources, and Sub-Resources
3. JAX-RS Annotations
- Guide to Standard JAX-RS Annotations
- JAX-RS Parameter Annotations
- JAX-RS @Context Annotation with Examples
4. Client API
- Overview of Jersey JAX-RS Client API
- Jersey JAX-RS Client for CRUD Restful Web Services
- Jersey JAX-RS Client API Examples
5. Logging
6. Spring DI
7. Jersey Test Framework
8. Jersey Rest Examples
9. Rest API Design Best Practices
10. REST Basics
Important Java Developer Guides
- Java/J2EE Best Practices
- Jersey Rest Developer Guide
- Core Java Developer Guide
- Java 8 Developer Guide
- Spring Developer Guide
- Maven developers Guide
