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. Platform as a Service
  4. Web Servers
  5. JBoss vs Quarkus

JBoss vs Quarkus

OverviewComparisonAlternatives

Overview

JBoss
JBoss
Stacks457
Followers255
Votes0
Quarkus
Quarkus
Stacks312
Followers382
Votes80
GitHub Stars15.2K
Forks3.0K

JBoss vs Quarkus: What are the differences?

JBoss is a Java-based application server platform, while Quarkus is a Kubernetes-native Java framework tailored for GraalVM and OpenJDK HotSpot. Let's explore the key differences between them.

  1. Development Approach: JBoss follows a traditional monolithic development approach, where applications are built as a whole and deployed as a single unit. On the other hand, Quarkus embraces a more modern approach, using a microservices architecture. This allows developers to build applications as a collection of loosely coupled services, enabling scalability and faster development cycles.

  2. Startup Time: One significant difference between JBoss and Quarkus lies in their startup time. JBoss typically has a longer startup time due to its traditional monolithic architecture. In contrast, Quarkus is designed to have ultra-fast startup times. Quarkus achieves this by employing techniques such as ahead-of-time (AOT) compilation, reducing the time it takes to start and execute applications.

  3. Resource Consumption: Another key distinction between JBoss and Quarkus is their resource consumption. Given its monolithic nature, JBoss often requires more resources, such as memory and processing power, to run applications. Quarkus, being a lightweight framework, is built to consume minimal resources, which makes it more suitable for environments with limited resources, such as cloud deployments or containers.

  4. Developer Productivity: JBoss and Quarkus also differ in terms of developer productivity. With JBoss, developers often have to deal with longer build and deployment cycles due to its monolithic architecture. Quarkus, on the other hand, provides a streamlined development experience with features like live coding and fast iterative testing, enabling developers to be more productive and shorten development cycles.

  5. Native Image Support: Quarkus stands out with its unique native image support. The framework allows developers to compile their applications into native executables, resulting in faster startup times and reduced memory footprint. JBoss does not have native image support out of the box, making it less suited for use cases that require highly optimized performance.

  6. Technological Stack: Both JBoss and Quarkus leverage a wide range of technologies, but they differ in their primary technological stacks. JBoss is built on Java EE (Enterprise Edition) technologies, providing a mature and stable foundation for enterprise-grade applications. Quarkus, in contrast, is built on a more lightweight stack, mainly focusing on technologies like Eclipse MicroProfile and Spring.

In summary, JBoss is a traditional Java application server known for its robustness and support for enterprise applications, while Quarkus is a lightweight and fast framework designed for building cloud-native and microservices-based applications. Quarkus aims to optimize resource usage and startup times, making it well-suited for modern containerized environments and serverless architectures.

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

JBoss
JBoss
Quarkus
Quarkus

An application platform for hosting your apps that provides an innovative modular, cloud-ready architecture, powerful management and automation, and world class developer productivity.

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
-
GitHub Stars
15.2K
GitHub Forks
-
GitHub Forks
3.0K
Stacks
457
Stacks
312
Followers
255
Followers
382
Votes
0
Votes
80
Pros & Cons
No community feedback yet
Pros
  • 13
    Open source
  • 13
    Fast startup
  • 12
    Low memory footprint
  • 11
    Produce native code
  • 10
    Hot Reload
Cons
  • 2
    Boilerplate code when using Reflection
Integrations
No integrations available
Kubernetes
Kubernetes
Apache Camel
Apache Camel
Hibernate
Hibernate
Netty
Netty

What are some alternatives to JBoss, Quarkus?

NGINX

NGINX

nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. According to Netcraft nginx served or proxied 30.46% of the top million busiest sites in Jan 2018.

Apache HTTP Server

Apache HTTP Server

The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant web server. Originally designed as a replacement for the NCSA HTTP Server, it has grown to be the most popular web server on the Internet.

Unicorn

Unicorn

Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the the request and response in between Unicorn and slow clients.

Microsoft IIS

Microsoft IIS

Internet Information Services (IIS) for Windows Server is a flexible, secure and manageable Web server for hosting anything on the Web. From media streaming to web applications, IIS's scalable and open architecture is ready to handle the most demanding tasks.

Apache Tomcat

Apache Tomcat

Apache Tomcat powers numerous large-scale, mission-critical web applications across a diverse range of industries and organizations.

Passenger

Passenger

Phusion Passenger is a web server and application server, designed to be fast, robust and lightweight. It takes a lot of complexity out of deploying web apps, adds powerful enterprise-grade features that are useful in production, and makes administration much easier and less complex.

Gunicorn

Gunicorn

Gunicorn is a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.

Jetty

Jetty

Jetty is used in a wide variety of projects and products, both in development and production. Jetty can be easily embedded in devices, tools, frameworks, application servers, and clusters. See the Jetty Powered page for more uses of Jetty.

lighttpd

lighttpd

lighttpd has a very low memory footprint compared to other webservers and takes care of cpu-load. Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and many more) make lighttpd the perfect webserver-software for every server that suffers load problems.

Swoole

Swoole

It is an open source high-performance network framework using an event-driven, asynchronous, non-blocking I/O model which makes it scalable and efficient.

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