Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Newbie question:Running AspectJ on J2EE servers

Ok- here is the setup for a J2EE server-can you confirm if my assumptions
are correct:

1. aspectj runtimes jar in classpath for the server to find.
2.aspectj dev environment NOT installed on J2EE server system.
3.All code that is used for AspectJ classes must be included in the ajc
build.  For example, if I have a aspectj class that says:
log that the execute method occurred within  com.ibm.command.* classes and
related extensions- I'd need all of the commands classes as well as the
original IBM jar during the ajc compile/build process?

Thanks in advance.


matt




Matthew.Brown@xxxxxxxxxxxxxxxxx@eclipse.org on 03/26/2003 04:04:15 PM

Please respond to aspectj-users@xxxxxxxxxxx

Sent by:    aspectj-users-admin@xxxxxxxxxxx


To:    aspectj-users@xxxxxxxxxxx
cc:

Subject:    [aspectj-users] Newbie question:Running AspectJ on J2EE
       servers

Is there any documentation/or can anyone give me any pointers on running
AspectJ on an Application Server?
So far I included the two jars for aspectj in the classpath, and have
moved the classes into the appropriate location. I have not installed the
aspectJ development environment on our app servers(websphere).

Thanks in Advance.

Matt Brown


-------------------------------
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.  If you received
this in error, please contact the sender and delete the material from any
computer.


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users







Back to the top