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
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
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.
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.
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
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
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,
Enter your email and stay on top of things,