All Posts
Dynamic Proxies and Dependency Injection
December 16, 2015
How dynamic proxies work in Java and how they can be used with dependency injection.
Custom Method Parameter Injection with Jersey
November 1, 2015
How we can use custom annotation injection for method parameters of our resource methods in Jersey.
Creating Reusable Jersey Extensions (Features)
October 23, 2015
How we can implement reusable extensions (features) when working with Jersey 2.
Why and How to Use Spring With Jersey?
October 19, 2015
Some benefits of why we should use Spring with Jersey, along with some examples.
HTTP Caching with Jersey (and JAX-RS)
October 18, 2015
Learn about HTTP caching semantics and how we can implement it in Jersey (and JAX-RS).
Getting Started with Jersey 2 using Maven
October 10, 2015
Quickly create a running Jersey 2 application from scratch using a Maven archetype.
Previous
Next