[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] AspectJ with Servlets on Tomcat 5.x
|
- From: Jordi Cabré <cabrejcr@xxxxxxxx>
- Date: Mon, 21 Aug 2006 18:43:14 +0200
- Delivered-to: aspectj-users@eclipse.org
- User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
are you using ant?maven1?maven2?
I've using Eclipse and AspectJ plugin
what is the structure of your project?
com.gmsoft
--> ControllerServlet.java
com.gmsoft.aspects
--> LogAspect.aj
where are the classes that you need to weave?
I only need to weave ControllerServlet in com.gmsoft package.
Note: doPost method is protected. Is it important?