A blog about technology, coding and whatever misguided and unlikely endeavor I've decided to pursue.

Roll your own Auto Discovery with Jersey and HK2

I recently read a great post by Justin Grant about Dependency Injection in Jersey and I wanted to update it with a slight improvement I uncovered while working with Jersey 2.23.1.

How to enable request logging while working with Jersey tests under Maven

I’ve recently been working on developing a RESTful API using Jersey and one of my very first struggles was getting it to output the HTTP headers and request/response content during testing.