Jersey
-
Enterprise Java
Prime-UI, JAX-RS with Jersey and Gson on Oracle Cloud
The Oracle Cloud is around everywhere these days. It had a rough start with Larry denying the need for a…
Read More » -
Enterprise Java
JSON-Schema generation in Jersey
So in my previous post I talked about a proposal to allow the use of JSON-Schema in a WADL, this post…
Read More » -
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 »