Skip to content
Discussion options

You must be logged in to vote

There's a couple reasons I didn't go with Spring Boot. I was already extremely familiar with JAX-RS web services APIs from work, and the microprofile APIs include JAX-RS. Also, Microprofile is a "standard" and there must be half a dozen implementations to choose from. I wanted the developer to have flexibility to chose the implementation that best aligned with their needs. I chose Quarkus as it seemed to have the most momentum right now, and is very lightweight compared to the others I checked with. It's startup speed is impressive and is designed for microservices in mind. It also is setup to use GraalVM to compile your application to a native application if you desire. I did verify that…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ranous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants