Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Tools that generate AspectJ aspects

Hi Eric:

The Demeter group has generated AspectJ code from other languages.
A collection of projects is described here:
http://www.ccs.neu.edu/research/demeter/AspectJGen

-- Karl

On Feb 3, 2008 11:51 AM, Eric Bodden <eric.bodden@xxxxxxxxxxxxxx> wrote:
Hi all.

For a current research project I am trying to get an overview of tools
that generate AspectJ aspects (usually for the purpose of
instrumentation) from some other language. As an example of what I
have in mind, there are for example JavaMOP and J-LO which generate
AspectJ code from temporal safety specifications.

http://fsl.cs.uiuc.edu/index.php/JavaMOP
http://www.sable.mcgill.ca/~ebodde/rv/JLO/

So if you know or even developed any other tool(s) that does a similar
thing, please let me know. In turn I promise to cite the tool it in my
work ;-)

Cheers,
Eric

--
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top