Did you know you could use Spring Data JPA in Quarkus? Find out how!
Tag: java
Quarkus Guide: Configuration
Add more flexibility to your Quarkus application by having configurable properties, allowing features/beans to be changed before runtime.
Quarkus Guide: Contexts and Dependency Injection
Learn the basics of Quarkus with a demo and explanation of the concepts of Contexts and Dependency Injection (CDI).
Calling C++ Functions from Java
Calling C/C++ code in Java is something that can make wonders in an application and it's especially used in Android apps. The truth is, it isn't really that hard to do so.