Remix.run Logo
nilamo a day ago

I'm not that deep into Java, but I was under the impression that things like Quarkus were starting to replace Spring in enterprise use...

nogridbag a day ago | parent | next [-]

We have a medium sized Quarkus app (~200kLOC) and Quarkus has been fantastic. Startup in JVM mode for our app is around 10 secs. Not blazing fast - but likely much faster than a typical Java enterprise app. I'm sure a few of those secs are spent doing things like pulling authz policies from github or due to having several thousand hibernate entities.

sidcool 14 hours ago | parent | prev | next [-]

Quarkus, Micronaut etc. are doing well. But Spring Boot is the giant of Java ecosystem.

theflyinghorse a day ago | parent | prev [-]

It will take some time for Quarkus to become a significant enough presence in the market share. In my experience, for the majority of Java shops Spring Boot does just fine because it worked before and it will probably work in the future.