Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Application Server is used by Quarkus Internally?

Tags:

jboss

quarkus

Like Spring Boot uses Apache Tomcat, Undertow and Jetty and i have worked on an assignment of same. So just trying to map understanding.

What application server is used by Quarkus?

I have created an application in server and found Jboss libaries, Arjuna Libraries for transaction 
which is used by Jboss servers or wildfly servers. But i am not sure whether it is based on Jboss. 

Can anyone please clarify?

like image 751
fatherazrael Avatar asked Oct 24 '25 17:10

fatherazrael


1 Answers

In short, Quarkus can be thought of as its own application server. However, it is comprised of many open source libraries that have been around for a while, such as:

  • RESTEasy for JAX-RS
  • Undertow for the Servlet/Websocket engine
  • Netty for the network IO layer
  • Hibernate for JPA

The full set of extensions can be found on the Quarkus Starter website.

like image 119
Andy Guibert Avatar answered Oct 26 '25 18:10

Andy Guibert



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!