Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 928 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 928 Bytes

Dropwizard + MongoDB Sample Application

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

This is a sample Brown Bag Seminars (BBS) application to demonstrate features of Dropwizard with MongoDB integration.

The application handles basic REST methods, CRUD actions and other features of Dropwizard v0.8.1.

Features Covered

  • Resources
  • Custom Configuration
  • Metrics
  • Health Check
  • View (Freemarker)
  • Static File Serve
  • Task
  • Filter
  • MongoDB Integration (Morphia)

Modules Used

  • dropwizard-core
  • dropwizard-assets
  • dropwizard-views-freemarker
  • dropwizard-testing

3rd Party Libraries