Developing RESTful Web Services Using Dropwizard Part III
- access_time 9 years ago
- date_range 06/07/2013
- comment 0
- share 0
- label_outlineDropwizard, Guice, JPA
Update 12/2017: I wouldn't go that way anymore. Dependency injection is sweet, but either take minimalistic Dropwizard approach of just not doing it, or just switch to a fully-blown solution like Spring.
This is the last article of Dropwizard series, that outlines how to use Google Guice as a lightweight way to add dependency injection capabilities while developing RESTful web services using Dropwizard.