Jersey
-
Enterprise Java
Rest using Jersey – Complete Tutorial with JAXB, Exception Handling and Client Program
Recently I started working on a Restful web service project using Jersey API. There are some tutorials available online but…
Read More » -
Enterprise Java
Testing client side of RESTful services
Develop an application that uses RESTful web API may imply developing server and client side. Writing integration tests for server…
Read More » -
Enterprise Java
Simple REST client in Java
Today most of the mobile applications that used to communicate to some server use REST services. These services are also…
Read More » -
Enterprise Java
RESTful Web Applications with Jersey and Spring
A couple of months ago, we were tasked with creating an API to expose some functions in our system to…
Read More » -
Enterprise Java
Integrating Jersey with Spring
Spring provides a lot of benefits and promotes best practices with its dependency injection mechanism, application lifecycle management and Hibernate…
Read More »