1.

What Is Aspect Oriented Programming (aop) In Spring?

Answer»

Aspect Oriented Programming works like Object Oriented Programming. In Object Oriented Programming, the unit of modularity is Object But in Aspect Oriented Programming the unit of modularity is Aspect. Aspect works as the MODULARIZATION of concerns known as crosscutting concerns in AOP. AOP framework is pluggable in spring. AOP PROVIDES declarative enterprise SERVICE and allows USERS to implement custom aspects.

Aspect Oriented Programming works like Object Oriented Programming. In Object Oriented Programming, the unit of modularity is Object But in Aspect Oriented Programming the unit of modularity is Aspect. Aspect works as the modularization of concerns known as crosscutting concerns in AOP. AOP framework is pluggable in spring. AOP provides declarative enterprise service and allows users to implement custom aspects.



Discussion

No Comment Found