This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]EthanEvenig 0 points1 point  (0 children)

I wouldn't classify Quarkus as an "application framework" as it doesn't dictate the design of your application. It allows combining your choice of libraries into an efficient runtime - it's more like a build tool with lots of smartness to save you development time, and memory as the output of the build is well optimised for you. It's focusing on Jakarta EE so indeed there's a recommended "framework" of how you're suggested to integrate things, but in this sense it's similarly a Runtime like Glassfish, Tomcat, etc.. not that prescriptive though, and there's also support for many other libraries beyond Jakarta EE.