Sciweavers

184 search results - page 2 / 37
» Aspects and polymorphism in AspectJ
Sort
View
FOAL
2009
ACM
13 years 12 months ago
Unweaving the impact of aspect changes in AspectJ
Aspect-oriented programming (AOP) fosters the coding of tangled concerns in separated units that are then woven together in the executable system. Unfortunately, the oblivious nat...
Luca Cavallaro, Mattia Monga
GPCE
2005
Springer
13 years 11 months ago
abc: The AspectBench Compiler for AspectJ
Aspect-oriented programming (AOP) is gaining popularity as a new way of modularising cross-cutting concerns. The aspectbench compiler (abc) is a new workbench for AOP research whi...
Chris Allan, Pavel Avgustinov, Aske Simon Christen...
JOT
2007
86views more  JOT 2007»
13 years 5 months ago
AspectScope: An Outline Viewer for AspectJ Programs
Michihiro Horie, Shigeru Chiba
AOSD
2004
ACM
13 years 11 months ago
Advice weaving in AspectJ
This paper describes the implementation of advice weaving in AspectJ. The AspectJ language picks out dynamic join points in a program's execution with pointcuts and uses advi...
Erik Hilsdale, Jim Hugunin
JUCS
2006
123views more  JUCS 2006»
13 years 5 months ago
Detecting Bad Smells in AspectJ
: This paper defines algorithms to automatically detect five types of bad smells that occur in aspect-oriented systems, more specifically those written using the AspectJ language. ...
Eduardo Kessler Piveta, Marcelo Hecht, Marcelo Soa...