May 18, 2007

Applying aspect-oriented programming

Aspect-oriented programming, or AOP, is a programming technique that allows programmers to modularize crosscutting concerns, or behavior that cuts across the typical divisions of responsibility, such as logging and transaction management. The core construct of AOP is the aspect, which encapsulates behaviors affecting multiple classes into reusable modules.

Conclusion:
Aspect-oriented programming is a programming technique that allows programmers to separate application business logic from system services

No comments: