This article provides an introduction to Aspect oriented programming(AOP) and also explains the commonly used terms and concepts used for implementing AOP. Aspect Oriented Programming(AOP) Aspect Oriented Programming deals with cross-cutting systems in a system. Some examples of cross-cutting concerns could be logging, security, transaction management, security etc. AOP is built on Object …
Continue reading Aspect Oriented Programming Concepts