|
Aspect-Oriented Programming
|
|
|
|
|
Contributed by Chad Brandt
|
|
|
|
Sunday, 11 July 2004
This is a very nice introduction to understanding Aspect Oriented Programming and learning how to leverage it to make programming easier.AOP is a new programming methodology that captures and implements crosscutting concerns as modules. Where object-oriented programming (OOP) encapsulates core concerns into a class, AOP encapsulates crosscutting concerns into aspects.
Read Full Story
Only registered users can write comments. Please login or register. Powered by AkoComment 1.0 beta 2! |