Boosting Performance: Tracking Method Access with Spring AOP, Security, and a High-Performance Database
In our previous blog post, we explored how to track method access in Spring using AOP, Security, and JPA. While that approach provides a solid foundation, let’s now take it…
Reflection made Easy!
I have not done any work prior to using reflection in my Java projects. A project I was working on I needed to be able to access the Getter/Setter of…
Mastering Location Data with Spring JPA: A Comprehensive Guide
In today’s interconnected world, location data plays a pivotal role in numerous applications, from e-commerce and logistics to travel and social networking. Efficiently managing and accessing this wealth of geographical…
AdvancedString – java.lang.String on steroids!
Every need an additional method on the String Class? Well I have and it would have made life much easier. Unfortunately you can’t subclass String as it is Final. So…
Taming Version Chaos with Gradle Version Catalogs
Keeping track of dependencies and their versions across a project can quickly become a nightmare, especially as your project grows. Manually updating versions in every module is tedious and error-prone.…
Conquering Dependency Injection with Spring: A Beginner’s Guide
Dependency Injection (DI) is often hailed as a superpower in the Spring framework, but it can seem mysterious to those new to it. Fear not! This guide will break down…
EVRete: A Modern Java Rule Engine
EVRete is a high-performance, lightweight, and open-source rule engine designed for Java applications. It offers a flexible and expressive way to implement rule-based logic, making it a compelling alternative to…