In this issue, we examine three leading frameworks for microservices: Javalin, which is a very lightweight, unopinionated web framework; Micronaut, which handles all feature injection at compile time and so loads extremely fast; and Helidon, which is a cloud native framework that generates a pure Java SE JAR file that can be run as a service or a complete app.

Read more >