←back to thread

214 points mmoogle | 1 comments | | HN request time: 0.513s | source
Show context
ntqz ◴[] No.44608949[source]
I could see the writing on the wall with this.

On that note, I'm already looking at migrating my codebase off of Spring. Just testing the waters with Quarkus, Helidon, Micronaut, Pekko, Vert.x, and plain Jakarta EE right now.

replies(3): >>44609703 #>>44610521 #>>44611297 #
1. EdwardDiego ◴[] No.44611297[source]
I quite like Micronaut, especially the ability to use its compile time DI as a standalone library in a non-Micronaut app.

Quarkus is pretty similar, but is built on top of Vert.x so a lot of the fun of Vert.x (don't block the event loop!) is still present. It also does compile time DI.