Spring Batch is a powerful module of the Spring framework that provides out-of-the-box implementation for batch processing tasks. It is used in scenarios where data needs to be processed in multiple ...
Spring Boot is the most popular Java framework for building cloud-native applications, and Hibernate is the most popular object-relational mapping framework for implementing the JPA spec. This Spring ...
Audit logging is a crucial part of enterprise applications. Whether you’re building a banking platform, an insurance portal, or an e-commerce API, you must track who did what and when. In this guide, ...
GSRS 3.x is based on a Spring Boot microservice infrastructure and is highly flexible and configurable. Both the core substance modules as well as the modules for additional entities (e.g. products, ...
Community driven content discussing all aspects of software development from DevOps to design patterns. MySQL remains one of the most popular, open-source databases in the Java community, while ...
The Jakarta Persistence API (JPA) is a Java specification that bridges the gap between relational databases and object-oriented programming. This two-part tutorial introduces JPA and explains how Java ...
Red Hat’s Quarkus is a full-stack, open-source Java framework designed for containers and cloud environments. See why it’s a worthy alternative to Spring. Quarkus is a full-stack, open-source Java ...
I love spring-data-jpa, she set my hands free, crud methods are boring! However she is not perfect on dynamic native query and her return type must be an entity, although she provide us a ...