Using CDI in a Dropwizard Microservice
Dropwizard provides a great infrastructure for creating microservices. Jetty for http, Jersey for Rest, Jackson for JSON, Metrics for metrics and other useful helper libraries can be seen as a “best of breed” approach for developing microservices with the java platform. The usage of CDI in web- and backend applications however has been essential in…