Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AspectJ and WebSphere


Daniel,

We are currently developing an application which is slated to go live next month.  It is running on WAS v5 and while there have been a couple of hitches, nothing major has come up yet.  We did have problems with the EJB projects though, so instead of using the workarounds, we opted to only use AspectJ in our Java-only projects.  The biggest catch is with the development environment.  We are using WSAD which is Eclipse 2.1 based and so we are stuck with back versions of the AJDT.  It is very usable, but you just have to control your version envy when the rest of the list discusses all of the great new features in Eclipse 3 :)

Good luck.

cheers,
-adrian.
--
Adrian Powell
Centre for IBM e-Business Innovation :: Vancouver
apowell@xxxxxxxxxx / 604-297-3194



"Daniel V. Viveiros" <viveiros@xxxxxxxxxx>
Sent by: aspectj-users-admin@xxxxxxxxxxx

10/05/2004 10:55 AM

Please respond to
aspectj-users

To
<aspectj-users@xxxxxxxxxxx>
cc
Subject
[aspectj-users] AspectJ and WebSphere





Hi all,

I´m starting a project that will be deployed in a Websphere Application Server v5. I wanna use AspectJ to deal with architectural issues such as logging and exception handling.

Have anybody used successfully (i.e. production mode) the framework AspectJ within an Websphere Application Server? Are there any compatibility or performance issues?
I will use EJB, so if you´ve used this technology please let me know.

Thanks in advance,
Daniel V.

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


Back to the top