scispace - formally typeset
E

Erik Hilsdale

Researcher at PARC

Publications -  7
Citations -  9928

Erik Hilsdale is an academic researcher from PARC. The author has contributed to research in topics: AspectJ & Aspect-oriented programming. The author has an hindex of 6, co-authored 7 publications receiving 9847 citations.

Papers
More filters
Proceedings ArticleDOI

Aspect-oriented programming

TL;DR: This tutorial shows how to use AOP to implement crosscutting conerns in a concise modular way and includes a description of their underlying model, in terms of which a wide range of AOP languages can be understood.
Journal Article

An overview of AspectJ

TL;DR: AspectJ as mentioned in this paper is a simple and practical aspect-oriented extension to Java with just a few new constructs, AspectJ provides support for modular implementation of a range of crosscutting concerns.
Book ChapterDOI

An Overview of AspectJ

TL;DR: AspectJ provides support for modular implementation of a range of crosscutting concerns, and simple extensions to existing Java development environments make it possible to browse the crosscutting structure of aspects in the same kind of way as one browses the inheritance structure of classes.
Journal ArticleDOI

Getting started with ASPECTJ

TL;DR: Many software developers are attracted to the idea of AOP, but unsure about how to begin using the technology and what are the risks of using this new technology?
Proceedings ArticleDOI

Advice weaving in AspectJ

Erik Hilsdale, +1 more
TL;DR: The 1.1 implementation which is based on transforming bytecode is described, which describes how AspectJ's join points are mapped to regions of bytecode, how these regions are efficiently matched by Aspect J's pointcuts, and how pieces of advice are efficiently implemented at these regions.