DEV Community

Discussion on: Quarkus: Introduction of New Method for Quickly Launching Java applications on Container

Collapse
 
stealthmusic profile image
Jan Wedel

Did you plan to add any information here? 😊

I was also about to post about Quarkus, so if anyone is interested, this is the website:

quarkus.io/

There are two things that I find appealing:

  • Compiles Java to naive binary using GraalVM wich makes startup insanely fast
  • Unifies reactive and imperative in one application. This is great because you can’t have WebFlux and MVC mixed in one application

Downside:

  • yet another web framework
  • still beta, no one has used it in production

Nevertheless, I like new technologies being a bit disruptive to plant new ideas that will have a positive effect on other frameworks and libraries.