Using Quarkus for Building Reactive Applications
Here s a good look at what Quarkus can do for you in an enterprise seetting. by
Join the DZone community and get the full member experience.Join For Free
When building applications and microservices for container environments like Kubernetes and OpenShift, efficient usage of resources is key. Similarly to popular frameworks like Node.js/JavaScript, the open source Java framework Quarkus comes with capabilities to build reactive applications to reduce the usage of memory and start up times significantly making Java ready for containers.
This article is part of a series of articles that documents how to modernize a sample Java EE application from 2010 with modern technologies.