Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] RE: how to integrate aspectj with JSPs?

Title: RE: [aspectj-users] help needed in installing the aspectJ plug-in for jbuilder9
I think you should pre-compile the JSP into class files, then weave them.
 
For how to pre-compile the jsp and the configuration of the web app, see:
 
 
if you configure the web app properly, the process will have any effect on your current app, i.e., what you have to do is just comiple the jsp and configure it. You donot need to modify your app.
 
The configuration is automated (see jsper-howto.html above).

 -----Original Message-----
From: Hinna Javaid [mailto:aspectj-users-admin@xxxxxxxxxxx]On Behalf Of Hinna Javaid
Sent: Friday, January 09, 2004 9:55 PM
To: aspectj-users@xxxxxxxxxxx
Subject: how to integrate aspectj with JSPs?

Hi
I have defined an aspect for logging all method calls. However, when I integrate my application with JSPs i get an error saying that aspect signature class not found. Can anybody help me with thay? How can I resolve this error?
thanks
Hinna

Back to the top