CSC/ECE 517 Fall 2009/wiki2 9 km: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
=Aspect-Oriented Programming=
=Aspect-Oriented Programming=
Aspect-Oriented Programming (AOP) is a [http://en.wikipedia.org/wiki/Programming_paradigm programming paradigm] in which the model can be dynamically modified to pefectly satisfy the growing/new requirements of a system. It's very helpful in development of applications which change drastically during their lifecycle.


==Overview==
==Overview==

Revision as of 15:31, 9 October 2009

Aspect-Oriented Programming

Aspect-Oriented Programming (AOP) is a programming paradigm in which the model can be dynamically modified to pefectly satisfy the growing/new requirements of a system. It's very helpful in development of applications which change drastically during their lifecycle.

Overview

History

Fundamtental Concepts of AOP

AspectJ/AspectR

See also

References

Further Reading

External links