Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Can AspectJ be used with jsp code

One resource for AspectJ in JSP's:  on 

  http://www.eclipse.org/aspectj/docs.php

there's a link to "precompiling JSP's for Tomcat"

  http://www.eclipse.org/aspectj/sample-code.html#j2ee-tomcat4-precompileJsp

using AspectJ 1.1.  (You can also use ajc as the JSP compiler, I think.)  

Let us know if it still works!

Wes

> ------------Original Message------------
> From: Naval Vaidya <naval@xxxxxxxxxxxxxx>
> To: aspectj-users@xxxxxxxxxxx
> Date: Tue, May-10-2005 9:55 AM
> Subject: [aspectj-users] Can AspectJ be used with jsp code
>
> 
> Hi,
> 
> I have a lot of jsp code.
> I want to use aspectj for saperating the concerns.
> Is it possible?
> If so please give some pointers for reading.
> 
> Thanks,
> Naval.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
> 



Back to the top