What do you want to learn today?
Jersey & JAX-RS Recent Tutorials
DTO to Entity and Entity to DTO Conversion
Sergey Kargopolov
Java | Jersey JAX-RS | RESTful Web Services | Spring Boot | Spring MVC
Almost in every RESTful Web Service application, I have to do the DTO to Entity and then Entity to DTO conversion. DTO stands for Data…
Configure Spring Data JPA in Jersey 2 JAX-RS App
Sergey Kargopolov
Hibernate | Java | Jersey JAX-RS | RESTful Web Services | Spring Data JPA
In this blog post, I am going to share with you how to configure Spring Data JPA in a Jersey 2 Container Deployable Web App.…
Configuring JPA in Jersey 2 Web App
Sergey Kargopolov
Hibernate | Java | Jersey JAX-RS | RESTful Web Services | Spring Data JPA
With this blog post, I am going to share what I needed to do to make JPA work in my Jersey 2 Web Services App.…
Dependency Injection with HK2 in Jersey and JAX-RS
Sergey Kargopolov
Java | Jersey JAX-RS | RESTful Web Services
Adding dependency injection support into Jersey 2 Web Services application that uses HK2 is not very straightforward. So, I created this page to document things…
RESTful Web Services with Jersey and Spring Data JPA – Cheat Sheet
Sergey Kargopolov
Java | Jersey JAX-RS | RESTful Web Services | Spring Data JPA
Create a Servlet Container deployable Jersey web application Create new Jersey web application using Maven. The project created with the below jersey-quickstart-webapp archetype can be built and…
RESTful Web Service to Save a New User in Database
Sergey Kargopolov
Hibernate | Java | Jersey JAX-RS | RESTful Web Services
In this blog post I am going to share with you a way to create a RESTful Web Service to: Create a new user profile,…
Jersey & JAX-RS Developer Resources
Documentation
-
Oracle JAX-RS Reference Implementation
-
Jakarta RESTful Web Services
-
API Documentation
-
Apache CXF JAX-RS
Tools
Where to ask questions