StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Follow on

© 2025 StackShare. All rights reserved.

Product

  • Stacks
  • Tools
  • Feed

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  1. Stackups
  2. Application & Data
  3. Frameworks
  4. Frameworks
  5. Dropwizard vs Quarkus

Dropwizard vs Quarkus

OverviewComparisonAlternatives

Overview

Dropwizard
Dropwizard
Stacks309
Followers366
Votes182
GitHub Stars8.6K
Forks3.4K
Quarkus
Quarkus
Stacks312
Followers382
Votes80
GitHub Stars15.2K
Forks3.0K

Dropwizard vs Quarkus: What are the differences?

Key Differences between Dropwizard and Quarkus

Introduction:

Dropwizard and Quarkus are both frameworks used for building Java applications, but they have key differences that set them apart. In this article, we will highlight six major differences between Dropwizard and Quarkus.

  1. Runtime Efficiency: Dropwizard is known for its lightweight and fast runtime. It allows developers to create production-ready services quickly, but it lacks ahead-of-time (AOT) compilation capabilities. On the other hand, Quarkus leverages AOT compilation and GraalVM to achieve impressive runtime efficiency. This feature enables Quarkus to start and consume less memory, making it ideal for serverless and cloud-native architectures.

  2. Microservices vs. Monolith: Dropwizard is designed for developing monolithic applications where all services are packaged together. It provides a comprehensive stack of libraries, including Jetty for web services and Jackson for JSON processing. In contrast, Quarkus embraces the microservices architecture. It offers a modular and lightweight runtime to support the development of microservices and cloud-native applications. Developers can choose the exact set of extensions they need, reducing the memory footprint and startup time.

  3. Build and Deployment: Dropwizard uses the Maven build system and creates fat JARs that contain all dependencies. Deploying a Dropwizard application is as simple as running the JAR file. Quarkus, on the other hand, employs its own build tool called Gradle. It creates native images using GraalVM, resulting in a significantly smaller container image size and faster startup time. Quarkus applications can be deployed as lightweight containers with a minimal footprint.

  4. Language Support: Dropwizard is primarily focused on Java, allowing developers to utilize the vast Java ecosystem and libraries. Quarkus, on the other hand, supports multiple languages, including Java, Kotlin, and Scala. This flexibility allows developers to choose the language they are most comfortable with and leverage the rich set of libraries available for each language.

  5. Development Mode: Dropwizard provides hot reloading by default, allowing developers to make changes to the code without restarting the application. However, due to its monolithic nature, the reloading process can be slower for larger applications. Quarkus excels in this area by offering fast and efficient hot reloading, even for large applications. Developers can rely on Quarkus's dev mode, which instantly applies code changes without the need for application restart.

  6. Community and Ecosystem: Dropwizard has been around since 2011 and has built a strong community around it. It has a large and mature ecosystem with various plugins and libraries readily available. Quarkus, although relatively new compared to Dropwizard, has gained significant traction recently. It has an active and growing community that provides continuous support and contributes new extensions and integrations to the ecosystem.

In summary, Dropwizard and Quarkus differ in terms of runtime efficiency, architectural approach, build and deployment processes, language support, development mode, and community/ecosystem. Choosing between the two depends on factors such as application requirements, project size, and individual developer preferences.

Share your Stack

Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.

View Docs
CLI (Node.js)
or
Manual

Detailed Comparison

Dropwizard
Dropwizard
Quarkus
Quarkus

Dropwizard is a sneaky way of making fast Java web applications. Dropwizard pulls together stable, mature libraries from the Java ecosystem into a simple, light-weight package that lets you focus on getting things done.

It tailors your application for GraalVM and HotSpot. Amazingly fast boot time, incredibly low RSS memory (not just heap size!) offering near instant scale up and high density memory utilization in container orchestration platforms like Kubernetes. We use a technique we call compile time boot.

-
CONTAINER FIRST; UNIFIES IMPERATIVE AND REACTIVE; BEST OF BREED LIBRARIES AND STANDARDS
Statistics
GitHub Stars
8.6K
GitHub Stars
15.2K
GitHub Forks
3.4K
GitHub Forks
3.0K
Stacks
309
Stacks
312
Followers
366
Followers
382
Votes
182
Votes
80
Pros & Cons
Pros
  • 27
    Quick and easy to get a new http service going
  • 23
    Health monitoring
  • 20
    Metrics integration
  • 20
    Easy setup
  • 18
    Good conventions
Cons
  • 2
    Slightly more confusing dependencies
  • 1
    Not on ThoughtWorks radar since 2014
Pros
  • 13
    Open source
  • 13
    Fast startup
  • 12
    Low memory footprint
  • 11
    Produce native code
  • 10
    Integrated with GraalVM
Cons
  • 2
    Boilerplate code when using Reflection
Integrations
Java
Java
Kubernetes
Kubernetes
Apache Camel
Apache Camel
Hibernate
Hibernate
Netty
Netty

What are some alternatives to Dropwizard, Quarkus?

Node.js

Node.js

Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

Rails

Rails

Rails is a web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.

Django

Django

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Laravel

Laravel

It is a web application framework with expressive, elegant syntax. It attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.

.NET

.NET

.NET is a general purpose development platform. With .NET, you can use multiple languages, editors, and libraries to build native applications for web, mobile, desktop, gaming, and IoT for Windows, macOS, Linux, Android, and more.

ASP.NET Core

ASP.NET Core

A free and open-source web framework, and higher performance than ASP.NET, developed by Microsoft and the community. It is a modular framework that runs on both the full .NET Framework, on Windows, and the cross-platform .NET Core.

Symfony

Symfony

It is written with speed and flexibility in mind. It allows developers to build better and easy to maintain websites with PHP..

Spring

Spring

A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.

Spring Boot

Spring Boot

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.

Android SDK

Android SDK

Android provides a rich application framework that allows you to build innovative apps and games for mobile devices in a Java language environment.

Related Comparisons

Bootstrap
Materialize

Bootstrap vs Materialize

Laravel
Django

Django vs Laravel vs Node.js

Bootstrap
Foundation

Bootstrap vs Foundation vs Material UI

Node.js
Spring Boot

Node.js vs Spring-Boot

Liquibase
Flyway

Flyway vs Liquibase