Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. V.E.R.A. -- Virtual Entity of Relevant Acronyms (February 2016)
AOP
       Aspect Orientated Programming
       

2. The Free On-line Dictionary of Computing (30 December 2018)
aspect-oriented programming
AOP

    (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>.

   <AspectJ>.

   <ECOOPP'99 AOP workshop>.

   (1999-11-21)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy