• Home
  • Search Tags
  • About

dropwizard

Topics related to dropwizard:

Getting started with dropwizard

Dropwizard pulls together stable, mature libraries from the Java ecosystem into a simple, light-weight package that lets you focus on getting things done.

Dropwizard has out-of-the-box support for sophisticated configuration, application metrics, logging, operational tools, and much more, allowing you and your team to ship a production-quality web service in the shortest time possible.

It uses:

  • Jetty for HTTP
  • Jersey for REST
  • Jackson for JSON
  • Metrics for metrics

Creating Resources

Creating Commands

Content on the page is taken from Stack Overflow Documentation

This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service