Jersey
-
Enterprise Java
How to compress responses in Java REST API with GZip and Jersey
There may be cases when your REST api provides responses that are very long, and we all know how important transfer…
Read More » -
Enterprise Java
Custom Reason Phrase in HTTP status error message response with JAX-RS (Jersey)
In some of my recent work I got the request to produce a custom Reason Phrase in the HTTP status…
Read More » -
Enterprise Java
Spring Rest API with Swagger – Creating documentation
The real key to making your REST API easy to use is good documentation. But even if your documentation is…
Read More » -
Enterprise Java
Tutorial – REST API design and implementation in Java with Jersey and Spring
Looking to REST in Java? Then you’ve come to the right place, because in the blog post I will present…
Read More » -
Enterprise Java
Jersey SSE capability in Glass Fish 4.0.1
Glass Fish bundles different Reference Implementations for various Java EE specifications e.g. Weld for CDI, Mojarra for JSF, Tyrus for WebSocket,…
Read More » -
Enterprise Java
Declarative Linking in Jersey 2.9 and up
A couple of weeks ago A couple of months ago I was looking how I was going to engineers new…
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
Jibx Jersey2 Integration
Jersey2 provides inbuilt support for Jackson and JAXB. But Jibx is not supported by default. To use Jibx in conjunction…
Read More » -
Enterprise Java
Integration testing custom validation constraints in Jersey 2
I recently joined a team trying to switch a monolithic legacy system into set of RESTful services in Java. They…
Read More »