Example & Tutorial understanding programming in easy ways.

How the AOP used in Spring?

 AOP is used in the Spring Framework: To provide declarative enterprise services, especially as a  replacement for EJB declarative services. The most important such service is declarative transaction  management, which builds on the Spring Framework's transaction abstraction.To allow users to  implement custom aspects, complementing their use of OOP with AOP.

Read More →