Technical Leader at Odigo·
Needs advice
on
QuarkusQuarkus
and
Spring BootSpring Boot
at
()

Moving from a classic monolithic Java EE application on-premise to a cloud application based on microservices. What is the easier framework to learn/to move on? is Quarkus enough mature for production? Is the performance of Quarkus in production the same as the benchmarks suggest?

READ LESS
(inokoa.com)
2 upvotes·23.6K views
Replies (2)
Recommends
on
Quarkus

While I cut my teeth learning Java with Spring Boot, you are beholden to some extent to where Pivotal wants to take it. I've been bitten by their decision before to make a breaking change to an API, forcing a lot of work to bring my app back up-to-date. Quarkus, however, is based on Java/Jakarta EE, which has no single company behind it and a strong history of backwards compatibility. There is no obligation to use all the Quarkus specific elements. I build my apps as plain Java EE 8 apps with a small Quarkus runner module. Your team presumably already know Java EE so there should be no re-training required.

READ MORE
3 upvotes·246 views
Avatar of Mathieu Barcikowski

Mathieu Barcikowski

Technical Leader at Odigo