Skip to content

Instantly share code, notes, and snippets.

@joekarl
Created January 7, 2015 19:17
Show Gist options
  • Save joekarl/84a28fbb7ff92a65c15f to your computer and use it in GitHub Desktop.
Save joekarl/84a28fbb7ff92a65c15f to your computer and use it in GitHub Desktop.
Webscale HTTP services with Dropwizard

Building web apps in Java has changed significantly over the past few years. Many of those changes revolve around keeping your application fast, maintainable, and flexible in the face of ever changing deployment environments (aka "the cloud") and rapidly changing standards. Dropwizard looks to fit in the areas that J2EE does not and even replace it in a large number of cases. So if web APIs are your thing, come checkout Dropwizard and how it can help when building production ready APIs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment