thomasvandoren / dropwizard

A damn simple library for building production-ready RESTful web services.

Home Page:http://www.dropwizard.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dropwizard

Build Status Coverage Status Maven Central Javadoc

Dropwizard is a sneaky way of making fast Java web applications.

It's a little bit of opinionated glue code which bangs together a set of libraries which have historically not sucked:

Read more at dropwizard.io.

Want to contribute to Dropwizard?

Before working on the code, if you plan to contribute changes, please read the following CONTRIBUTING document.

Need help or found an issue?

When reporting an issue through the issue tracker on GitHub or sending an email to the Dropwizard User Google Group mailing list, please use the following guidelines:

  • Check existing issues to see if it has been addressed already
  • The version of Dropwizard you are using
  • A short description of the issue you are experiencing and the expected outcome
  • Description of how someone else can reproduce the problem
  • Paste error output or logs in your issue or in a Gist. If pasting them in the GitHub issue, wrap it in three backticks: ``` so that it renders nicely
  • Write a unit test to show the issue!

About

A damn simple library for building production-ready RESTful web services.

http://www.dropwizard.io

License:Apache License 2.0


Languages

Language:Java 99.6%Language:Shell 0.3%Language:FreeMarker 0.1%Language:HTML 0.0%