awesome-dropwizard
Resource collection
A curated list of useful resources and bundles for building Dropwizard applications
94 stars
8 watching
9 forks
Language: Shell
last commit: almost 7 years ago
Linked from 3 awesome lists
awesomeawesome-listdropwizardlist
Awesome Dropwizard / Editor Support / Eclipse | |||
| dropwizard-tools | 3 | over 9 years ago | Eclipse Tools for Dropwizard |
Awesome Dropwizard / Open Source | |||
| dropwizard-swagger | 182 | 11 months ago | Serves Swagger UI static content and loads Swagger endpoints |
| dropwizard-jaxws | 43 | over 2 years ago | enables building SOAP web services and clients using JAX-WS API |
| dropwizard-redirect-bundle | 13 | over 3 years ago | allows for HTTP redirects |
| dropwizard-template-config | 50 | almost 2 years ago | enables you to write your config.yaml as a Freemarker template |
| dropwizard-caching-bundle | 8 | about 3 years ago | generate cache-control options for resources and caching responses |
| dropwizard-xml | 32 | almost 7 years ago | Dropwizard bundle for processing and validating XMLs |
| dropwizard-crypto | 13 | almost 8 years ago | A Cryptographic Bundle for Dropwizard |
| dropwizard-circuitbreaker | 43 | almost 6 years ago | A circuit breaker design pattern for dropwizard |
| dropwizard-maxmind-bundle | 6 | almost 5 years ago | MaxMind GeoIP2 support for dropwizard |
| dropwizard-protobuf | 51 | 11 months ago | Support for reading and writing Google Protocol Buffer objects within Dropwizard |
| dropwizard-activemq-bundle | 32 | almost 2 years ago | send and receive JSON via ActiveMQ in your Dropwizard application |
| dropwizard-consul | 54 | over 2 years ago | A Consul bundle for Dropwizard |
| dropwizard-zipkin | 49 | over 2 years ago | A Zipkin bundle for Dropwizard |
| dropwizard-graphql | 54 | about 1 year ago | A GraphQL bundle for Dropwizard |
| dropwizard-money | 1 | almost 6 years ago | A Money bundle for Dropwizard |
| breakerbox | 63 | about 7 years ago | Frontend for Tenacity + Archaius |
| tenacity | 203 | almost 2 years ago | A Hystrix bundle for Dropwizard |
| dropwizard-grpc | 26 | over 4 years ago | use a gRPC server in a Dropwizard service |
| sqs-dropwizard | 14 | almost 6 years ago | Amazon SQS integration |
| dropwizard-simple-cors | A Dropwizard bundle to provide simple, sensible CORS support | ||
| dropwizard-version-info | 7 | almost 9 years ago | A Dropwizard bundle which exposes a version endpoint |
Awesome Dropwizard / Open Source / Boilerplate Destruction | |||
| Brahma-HibernateUtils | 9 | over 7 years ago | An annotation processor to keep track of classes to make entity registration in dropwizard super simple |
Awesome Dropwizard / Open Source / Authentication | |||
| dropwizard-auth-ldap | 36 | over 8 years ago | LDAP authentication for Dropwizard |
| dropwizard-jwt-cookie-authentication | 36 | 11 months ago | Dropwizard bundle managing authentication through JWT cookies |
Awesome Dropwizard / Open Source / Assets | |||
| dropwizard-configurable-assets-bundle | 55 | about 9 years ago | An implementation of an AssetBundle for use in Dropwizard that allows user configuration |
| dropwizard-markdown-assets-bundle | 5 | about 9 years ago | renders Markdown files as pretty HTML |
Awesome Dropwizard / Open Source / Data Stores | |||
| dropwizard-etcd | 3 | over 8 years ago | A Dropwizard Bundle for Etcd |
| dropwizard-mongo | 20 | over 10 years ago | Factories and health checks for connecting to mongoDB |
| dropwizard-elasticsearch | 59 | almost 3 years ago | A set of classes for using Elasticsearch in a Dropwizard service |
| dropwizard-service-discovery | 17 | over 1 year ago | Zookeeper service discovery bundle and client for dropwizard |
| dropwizard-cassandra | 58 | over 8 years ago | Dropwizard support for Cassandra |
| dropwizard-riak | 1 | almost 6 years ago | Dropwizard support for Riak |
| dropwizard-orient-server | 16 | over 1 year ago | Embedded OrientDB server for dropwizard |
| dropwizard-atomix | 1 | almost 5 years ago | Integration with |
Awesome Dropwizard / Open Source / Metrics | |||
| riemann-bundle | 0 | over 4 years ago | Simplifies dropwizard metrics integration into Riemann |
| metrics | Metrics Libraries | ||
Awesome Dropwizard / Open Source / Logging | |||
| dropwizard-gelf | 52 | about 3 years ago | Addon bundle for Dropwizard to support logging to a GELF-enabled servers |
| dropwizard-raven | 21 | over 7 years ago | Dropwizard integration for error logging to Sentry |
| dropwizard-logstash-encoder | 18 | over 7 years ago | Dropwizard logging addon for sending logs using the logstash-logback-encoder |
Awesome Dropwizard / Open Source / Scheduled/Recurrence Jobs | |||
| dropwizard-quartz | 51 | about 10 years ago | Simple Job Scheduler implementation integrating Guice and Quartz |
| dropwizard-jobs | 2 | over 7 years ago | Quartz integration for dropwizard |
| dropwizard-sundial | 35 | over 1 year ago | Scheduled jobs in Dropwizard using Sundial |
Awesome Dropwizard / Open Source / Guice | |||
| dropwizard-guice | 266 | almost 6 years ago | Adds support for Guice |
| dropwizard-guicey | 233 | 11 months ago | Dropwizard guice integration |
| dropwizard-guicier | 42 | over 2 years ago | A Dropwizard bundle to handle Guice integration |
Awesome Dropwizard / Open Source / Deployment | |||
| WizToWar | 40 | over 2 years ago | Build WARs from your Dropwizard apps |
| wizard-in-a-box | 31 | over 8 years ago | deploy Dropwizard apps as a war |
Awesome Dropwizard / Tutorials | |||
| Getting Started | |||
| Official docs | |||
| Dropwizard internals | |||
| Dropwizard Modules Directory | |||
Awesome Dropwizard / Guides | |||
| Serving Static Assets with DropWizard | |||
| Hooking up Custom Jersey Servlets in Dropwizard | |||
| Using Hibernate DAOs in DropWizard Tasks | |||
| Heroku for Highly Available Dropwizard Apps | |||
| Enabling Newrelic for Dropwizard | |||
| Application Health Checks with DropWizard | |||
| Using Hystrix with Dropwizard | |||
| Using Dropwizard in combination with Elasticsearch | |||
| Deploy a Dropwizard Unikernel to AWS | |||
| Use Consul's KV store for Dropwizard settings | |||
| Deploying Dropwizard on App Engine Flex | |||
| Measuring the performance of your Dropwizard application | |||
| Heroku + Gradle + Dropwizard | |||
Awesome Dropwizard / Community | |||
| dropwizard-user | |||
| StackOverflow | |||
| @dropwizardio on twitter | |||
Awesome Dropwizard / Videos | |||
| Instant-ish Real Service Architecture | |||