Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AspectJ with Servlets on Tomcat 5.x

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?


Back to the top