Top
image credit: Unsplash

Testing Quarkus Web Applications: Component & Integration Tests

February 12, 2021

Via: InfoQ

What is Quarkus?Quarkus is a full-stack, Kubernetes-native Java framework made for Java virtual machines (JVMs) and native compilation.

Quarkus optimizes Java specifically for containers and enables it to become an effective platform for serverless, cloud, and Kubernetes environments. Instead of reinventing the wheel, Quarkus uses well-known enterprise-grade frameworks backed by standards/specifications and makes them compilable to a binary using Graal VM.

Read More on InfoQ