Aspect-oriented programming
Advice (programming)
In aspect and functional programming, advice describes a class of functions which modify other functions when the latter are run; it is a certain function, method or procedure that is to be app...
In aspect and functional programming, advice describes a class of functions which modify other functions when the latter are run; it is a certain function, method or procedure that is to be app...
Aspect (computer programming)
In computer science, an aspect of a program is a feature linked to many other parts of the program, but which is not related to the program's primary function.
In computer science, an aspect of a program is a feature linked to many other parts of the program, but which is not related to the program's primary function.
Aspect weaver
An aspect weaver is a metaprogramming utility for aspect-oriented languages designed to take instructions specified by aspects (isolated representations of a significant concepts in a program) a...
An aspect weaver is a metaprogramming utility for aspect-oriented languages designed to take instructions specified by aspects (isolated representations of a significant concepts in a program) a...
Aspect-oriented programming
In computing, aspect-oriented programming (AOP) is a programming paradigm which aims to increase modularity by allowing the separation of cross-cutting concerns.
In computing, aspect-oriented programming (AOP) is a programming paradigm which aims to increase modularity by allowing the separation of cross-cutting concerns.
AspectWerkz
AspectWerkz is a dynamic, lightweight and high-performance AOP/AOSD framework for Java.
AspectWerkz is a dynamic, lightweight and high-performance AOP/AOSD framework for Java.
Cross-cutting concern
In computer science, cross-cutting concerns are aspects of a program which affect other concerns.
In computer science, cross-cutting concerns are aspects of a program which affect other concerns.
Damon Middleware
Damon is a fully distributed AOP middleware built on top of a structured P2P network and dynamic AOP substrates.
Damon is a fully distributed AOP middleware built on top of a structured P2P network and dynamic AOP substrates.
DTrace
DTrace is a comprehensive dynamic tracing framework created by Sun Microsystems for troubleshooting kernel and application problems on production systems in real time.
DTrace is a comprehensive dynamic tracing framework created by Sun Microsystems for troubleshooting kernel and application problems on production systems in real time.
GluonJ
GluonJ is a simple aspect-oriented programming (AOP) system for Java.
GluonJ is a simple aspect-oriented programming (AOP) system for Java.
Google Guice
Google Guice is an open source software framework for the Java platform released by Google under an Apache license.
Google Guice is an open source software framework for the Java platform released by Google under an Apache license.
Join point
In computer science, a join point is a point in the control flow of a program.
In computer science, a join point is a point in the control flow of a program.
Pointcut
In aspect-oriented computer programming, a pointcut is a set of join points.
In aspect-oriented computer programming, a pointcut is a set of join points.
Spring Framework
The Spring Framework is an open source application framework and Inversion of Control container for the Java platform.
The Spring Framework is an open source application framework and Inversion of Control container for the Java platform.
Settings