plugin « aspectj « Java Enterprise Q&A





1. Compiling errors occur while convert a project to AspectJ project with AspectJ eclipse 3.4 plugin, ajdt2.0.1    stackoverflow.com

Hey, I wanna to add AOP to my web project. I download ajdt2.0.1 for eclipse 3.4.1. But when I convert this project to AspectJ projects, I got so many compile errors which ...

2. aspectj eclipse plugin to generate pointcuts and advice signature    stackoverflow.com

it's quite tedious to manually type a pointcut definition and advice signature for a method; is there any eclipse plugin that does it for you? thanks