The "Awesome Dropwizard" project is a curated collection of resources aimed at developers using Dropwizard, a Java framework designed for building RESTful web services. This list encompasses various components such as libraries, tools, best practices, tutorials, and community resources that enhance the development experience. It is beneficial for both beginners looking to understand the framework and experienced developers seeking advanced techniques and tools to optimize their applications. Users can discover essential resources to streamline their development process and effectively implement robust RESTful services with Dropwizard.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
The "Awesome Docker" project is a curated resource list designed to support developers and teams using Docker, a platform for developing, shipping, and running applications in containers. This list includes a variety of resources such as tutorials, tools, libraries, extensions, and community contributions that help streamline the containerization process. Whether you are a beginner looking to understand the basics of Docker or an experienced developer seeking advanced techniques and best practices, this collection offers valuable insights and tools to enhance your containerization workflow. Dive into the world of Docker and discover how to optimize your application deployment and management with ease.
The "Awesome Kubernetes" project is a comprehensive collection of resources dedicated to Kubernetes, an open-source platform designed to automate the deployment, scaling, and management of containerized applications. This list encompasses a wide range of categories including tools, libraries, tutorials, best practices, and community resources that facilitate the use of Kubernetes in various environments. It is invaluable for beginners seeking to understand container orchestration as well as experienced developers looking to optimize their workflows and enhance their applications. Users can discover everything from official documentation to advanced configurations, empowering them to effectively leverage Kubernetes for their container management needs.
The "Awesome Useful .htaccess Snippets" project is a curated collection of practical code snippets designed to enhance the functionality of the .htaccess file, which is used for configuring web server settings in Apache. This list includes a variety of snippets for URL rewriting, access control, security enhancements, and performance optimizations, making it a valuable resource for web developers and administrators. Whether you are a beginner looking to understand .htaccess or an experienced developer seeking to optimize your server configuration, this collection offers essential tools to improve your website's performance and security. Dive in to discover snippets that can streamline your web server management and enhance user experience.
The "Awesome Laravel" project is a curated resource list designed to support developers using Laravel, a popular PHP framework for web application development. This list includes a wide range of resources such as libraries, packages, tools, tutorials, and community contributions that enhance the Laravel development experience. Whether you are a beginner looking to learn the basics or an experienced developer seeking advanced techniques, this collection provides valuable insights and tools to streamline your workflow. Dive into this repository to discover everything you need to build robust and scalable web applications with Laravel.
A Dropwizard bundle that serves Swagger UI static content and loads Swagger endpoints for API documentation.
A Dropwizard bundle for building SOAP web services and clients using the JAX-WS API with Apache CXF.
A DropWizard bundle for configuring HTTP redirects including path, HTTPS, and regex-based URL rewrites.
A Dropwizard bundle that enables writing config.yaml as a Freemarker template for dynamic configuration.
A Dropwizard bundle for generating cache-control headers and caching HTTP responses, with support for in-memory and memcached stores.
A Dropwizard bundle for high-performance XML processing and validation using Jackson and Hibernate Validator.
A Dropwizard bundle that adds encryption support to an application's ObjectMapper for secure configuration handling.
A circuit breaker library for Dropwizard applications that prevents cascading failures by monitoring exception rates.
A Dropwizard bundle for integrating MaxMind GeoIP2 databases to add geolocation and IP intelligence to Java web services.
A Jersey JAX-RS Entity Provider for reading and writing Google Protocol Buffer messages in Dropwizard applications.
A Dropwizard bundle for sending and receiving JSON messages via ActiveMQ queues and topics.
A Dropwizard bundle for integrating Consul service discovery, configuration, and health checks into Java applications.
A Dropwizard bundle for sending distributed tracing data to Zipkin using Brave.
A Dropwizard bundle for adding GraphQL API endpoints to Java applications.
A Dropwizard bundle for handling Java Money API objects with Jackson serialization, JDBI persistence, and Jersey integration.
A dashboard and dynamic configuration tool for managing Tenacity circuit breakers and resilience patterns.
A Dropwizard module that integrates Hystrix for building resilient REST services with circuit breakers and fallbacks.
Integrates gRPC server and client lifecycle management into Dropwizard applications.
A utility library that integrates Amazon SQS and SNS with the Dropwizard REST framework for message handling.
A Dropwizard bundle that exposes application version information as a REST endpoint at /version.
A Dropwizard authentication module that adds LDAP support using JNDI and Basic Auth.
A Dropwizard bundle for stateless authentication using JWT stored in HTTP cookies.
A Dropwizard asset bundle that allows URI redirects to load files from disk instead of the classpath.
A Dropwizard assets bundle that renders Markdown files as HTML for serving documentation alongside microservices.
A Dropwizard bundle that provides integration with Etcd for configuration, JSON data handling, and cluster coordination.
Dropwizard factories and health checks for MongoDB integration, simplifying configuration and monitoring.
Provides managed Elasticsearch client integration and health checks for Dropwizard Java applications.
A Dropwizard bundle and client for service discovery using ZooKeeper via the Ranger library.
A Dropwizard bundle providing configuration, health checks, metrics, and dependency injection for Cassandra integration.
A Dropwizard bundle for accessing Riak databases using the official Riak Java client.
Embeds a full OrientDB server into Dropwizard applications for simplified development and deployment.
A Dropwizard bundle for integrating Atomix distributed coordination framework into Java applications.
A Dropwizard addon bundle for logging to GELF-enabled servers like Graylog or Logstash.
Dropwizard integration for error logging to Sentry, providing automatic appender registration and startup error capture.
A Dropwizard logging addon that enables sending structured logs to Logstash using the logstash-logback-encoder.
A simple job scheduler implementation for Dropwizard that integrates Guice and Quartz with dependency injection support.
A Dropwizard plugin that integrates the Quartz scheduler to create background jobs for scheduled and recurring tasks.
A Dropwizard bundle for adding scheduled jobs using Sundial, a Quartz-based scheduler.
A Dropwizard extension that integrates Guice dependency injection with optional auto-configuration via classpath scanning.
Dropwizard Guice integration library providing auto-configuration, YAML bindings, and advanced web and test support.
A Dropwizard bundle that provides seamless integration with Google Guice for dependency injection.
A library that enables Dropwizard services to be deployed as WAR files in containers like Tomcat.
Adapter for Dropwizard v0.8 applications to deploy as WAR files on Servlet 3 containers.