Java 17 – Artikel uit JAVA magazine 3 2021 Oracle heeft sinds Java SE …
Read More »Building a Declarative API with Spring AOP and SpEL
Author: Mikael Francoeur Original post on Foojay: Read More Table of Contents A story about legacyEvaluating SpEL expressionsImplementing the audit adviceTesting the audit aspectImprovementsFootnotes In this article, we’ll implement a declarative API to perform tasks belonging to cross-cutting concerns, using auditing as an example. We’ll see how SpEL and Spring AOP allow us to easily intercept invocations throughout a code …
Read More »