Jersey & JAX-RS

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…


Read More


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.…


Read More


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.…


Read More


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…


Read More


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…


Read More


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,…


Read More



Read All

Jersey & JAX-RS Developer Resources

Documentation

Tools

Where to ask questions

Jersey & JAX-RS Video Courses

JAX-RS Books