Introducing Quarkus
Focused on performance, Quarkus comes with built-in support for native executables based on GraalVM, making it possible to achieve swift startup times.
To help developers, it offers valuable things such as live development, a feature that enhances productivity by avoiding the need to restart an application whenever something changes in your code.
Targeting cloud-native environments, Quarkus comes ready with the proper tooling to allow you to deal with constraints and leverage the benefits that come when developing software to run in container-based environments such as Kubernetes.
Borrowing good ideas from enterprise development, Quarkus is built on top of well-established standards such as the Contexts and Dependency Injection (CDI) framework, the Jakarta Persistence API (JPA) specification with Hibernate ORM implementation, and the Jakarta RESTful Web Services (JAX-RS) specification implemented by RESTEasy. For those coming from the Java Enterprise Edition...