meanings of Aspect (computer science) encyclopedia of Aspect (computer science) dictionary of Aspect (computer science) thesaurus on Aspect (computer science) books about Aspect (computer science) dreams about Aspect (computer science)
 Aspect (computer science) - Definition 

In computer science, an aspect is a part of a program that cross-cuts its core concerns, therefore violating its separation of concerns. In other words, it is needed to complete the program, but is not necessarily specific to the domain the program is written for. Isolating such aspects as logging and persistence from business logic is the aim of the aspect-oriented programming paradigm.

Another possible view is that every major feature of the program, core concern (business logic), or cross-cutting concern (additional features), is an aspect, and by weaving them together, you finally produce a whole out of the separate aspects.

The prism analogy describes aspects with terms from the domain of light. Like splitting light into its many aspects (different colors) with a prism, you split a problem into its separate aspects. With another prism you can put the different colors back into a white ray of light, and by the process of weaving aspects you can put your solutions for the different aspects of a problem back into a solution for the whole problem.


Copyright 2008 WordIQ.com - Privacy Policy  ::  Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Aspect (computer science)".