#java
Read more stories on Hashnode
Articles with this tag
PART 1. App code and explanation 1. pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
Here is the complete Spring Boot project to expose a REST API that, given a tax ID code, returns the date of birth and age. The API is also accessible...
In Quarkus, Panache is a simplified and opinionated ORM (Object-Relational Mapping) layer built on Hibernate ORM. It provides an active record pattern...
1. Dependency Injection (CDI in Quarkus vs @Service in Spring Boot) š¹ Quarkus Example: CDI (Jakarta Dependency Injection) import...
Quarkus WhyQuarkus is a cutting-edge Kubernetes-native Java framework designed to optimize Java applications for cloud and container environments. It...
Lesson 9: GraalVM with Quarkus ā JUnit and RestAssuredThis lesson covers testing techniques in GraalVM-optimized Quarkus applications, focusing on...