Top "Dropwizard" questions

Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web services.

DropWizard/Jersey API Clients

DropWizard uses Jersey under the hood for REST. I am trying to figure out how to write a client for …

java rest jersey dropwizard webservices-client
Add jetty servlet into dropwizard

I need to add jetty servlet into my already existing server implemented using dropwizard framework. To be more specific: I …

java servlets jetty dropwizard
Configure dropwizard to server index.html for (almost) all routes?

I'm building a single page application which does all of it's html request routing on the client side and on …

java configuration jetty dropwizard