2001
DOI: 10.1145/383845.383854
|View full text |Cite
|
Sign up to set email alerts
|

Discussing aspects of AOP

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
75
0
21

Year Published

2002
2002
2012
2012

Publication Types

Select...
3
2
2

Relationship

1
6

Authors

Journals

citations
Cited by 135 publications
(96 citation statements)
references
References 0 publications
0
75
0
21
Order By: Relevance
“…Aspect-oriented programming (AOP) is the name given to a set of techniques based on the idea that software is better programmed by separately specifying the various concerns (or aspects), properties, or areas of interest of a system, and describing their relationships [2]. Ultimately, the programmer relies on the underlying AOP environment to weave (or compose) the concerns together into a coherent program.…”
Section: Aspect-oriented Programmingmentioning
confidence: 99%
See 2 more Smart Citations
“…Aspect-oriented programming (AOP) is the name given to a set of techniques based on the idea that software is better programmed by separately specifying the various concerns (or aspects), properties, or areas of interest of a system, and describing their relationships [2]. Ultimately, the programmer relies on the underlying AOP environment to weave (or compose) the concerns together into a coherent program.…”
Section: Aspect-oriented Programmingmentioning
confidence: 99%
“…Again, one could adopt this programming discipline in any language, but AOP languages help support this kind of separation through mechanisms like join points, weaving, etc. [2]. Typically, one might talk about functional and non-functional aspects.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…See [14] for details. 8 In this model [12], every class loader has a parent class loader. Whenever a class loader is asked to load a class, it first delegates the request to its parent.…”
Section: Class Loading Issuesmentioning
confidence: 99%
“…Containers are service components that enhance application component classes with predefined and packaged sets of aspect requirements. They provide serverside join points for aspects [16,8] that crosscut the central concerns of multiple EJB components. Dynamic proxies, used as client stubs, provide similar join points at the client side.…”
Section: Introductionmentioning
confidence: 99%