JAX-RS
-
Enterprise Java

New in JAX-RS 2.0 – @BeanParam annotation
JAX-RS is awesome to say the least and one of my favorites! Why? Feature rich Intuitive (hence the learning curve…
Read More » -
Enterprise Java

Jax-RS custom exception handling
One of the nice things about working with JEE is the components available really are pretty standard. While using JAX-RS,…
Read More » -
Enterprise Java

Jersey/Jax RS: Streaming JSON
About a year ago I wrote a blog post showing how to stream a HTTP response using Jersey/Jax RS and…
Read More » -
Enterprise Java

Validating JAX-RS resource data with Bean Validation in Java EE 7 and WildFly
I have already approached this subject twice in the past. First, on my post Integrating Bean Validation with JAX-RS in…
Read More » -
Enterprise Java

Apache CXF 3.0: JAX-RS 2.0 and Bean Validation 1.1 finally together
The upcoming release 3.0 (currently in milestone 2 phase) of the great Apache CXF framework is bringing a lot of…
Read More » -
Enterprise Java

JAX-RS 2.0 : Custom Content Handling
I tried to think of a better title, but failed to come up with one ! Please bear with me……. The…
Read More » -
Enterprise Java

Creating a simple JAX-RS MessageBodyWriter
JAX-RS is really cool and with the help of JAXB a lot of response data types can be converted for…
Read More » -
Enterprise Java

Implementing Jersey 2 Spring integration
Jersey is the excellent Java JAX-RS specification reference implementation from Oracle. Last year, when we were starting to build RESTful…
Read More » -
Enterprise Java

Transparent PATCH support in JAX-RS 2.0
The PATCH method is one the the less well loved HTTP methods simple because until recently there really wasn’t a…
Read More »



