Aspect-oriented programming


aspect-oriented programming
programming
(AOP) A style of programming that attempts to abstract out features common to many parts of the code beyond simple functional modules and thereby improve the quality of software.
Mechanisms for defining and composing abstractions are essential elements of programming languages. The design style supported by the abstraction mechanisms of most current languages is one of breaking a system down into parameterised components that can be called upon to perform a function.
But many systems have properties that don’t necessarily align with the system’s functional components, such as failure handling, persistence, communication, replication, coordination, memory management, or real-time constraints, and tend to cut across groups of functional components.
While they can be thought about and analysed relatively separately from the basic functionality, programming them using current component-oriented languages tends to result in these aspects being spread throughout the code. The source code becomes a tangled mess of instructions for different purposes.
This “tangling” phenomenon is at the heart of much needless complexity in existing software systems. A number of researchers have begun working on approaches to this problem that allow programmers to express each of a system’s aspects of concern in a separate and natural form, and then automatically combine those separate descriptions into a final executable form. These approaches have been called aspect-oriented programming.
Xerox AOP homepage (http://parc.xerox.com/csl/projects/aop/).
AspectJ (http://AspectJ.org/).
ECOOPP’99 AOP workshop (http://wwwtrese.cs.utwente.nl/aop-ecoop99/).
(1999-11-21)

Read Also:

  • Aspectant

    (of birds, fish, and animals other than beasts of prey) face to face; respectant. Historical Examples Animals placed face to face in a charge are said to be aspectant. The Manual of Heraldry; Fifth Edition Anonymous

  • Aspectual

    of, relating to, or producing a particular or . used as or like a form inflected for a particular . adjective of or relating to grammatical aspect

  • Aspen

    any of various poplars, as Populus tremula, of Europe, and P. tremuloides (quaking aspen) or P. alba (white aspen) of America, having soft wood and alternate ovate leaves that tremble in the slightest breeze. of or relating to the aspen. trembling or quivering, like the leaves of the aspen. a town in central Colorado: ski […]

  • Aspen hill

    a city in central Maryland.

  • Asper

    a former silver coin of Turkey and Egypt: later a money of account equal to 1/120 of a piaster. harsh; rough. . Historical Examples The word “asper” is the first descriptive adjective applied by Michelius. The Mushroom, Edible and Otherwise M. E. Hard Sometimes a girl is married in performance of a vow to the […]


Disclaimer: Aspect-oriented programming definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.