DEV Community

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

Yoshio Terada on March 12, 2019

Please refer to the article such kind of person who think that starting Java applications on the Docker environment is slow. Java Application started only 0.005 sec in my env!
Original Document is Here

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.

Collapse
 
yoshioterada profile image
Yoshio Terada

Actually it is first time for me to use this dev.to site.
In fact, My original contents is as follows.

github.com/yoshioterada/k8s-Azure-...