Audit Framework with Spring AOP and JPA
Every now and then we come across a common requirement of building an Audit framework. In simple words it means…
Every now and then we come across a common requirement of building an Audit framework. In simple words it means…
Earlier we used Spring AOP to weave common logging functionality to our BookShelf add and remove methods. But those were…
AOP a.k.a Aspect Oriented programming using Spring is a common usage now. In a nutshell it provides common functionality to…