Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Using AspectJ with EJB3

Nikhil/Andy,

I am guessing you are likely reading this type of information because the EJB3 platform already has built-in support for interceptors via the javax.interceptor.Interceptors annotation.

Ron DiFrango
________________________________________
From: aspectj-users-bounces@xxxxxxxxxxx [aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Andy Clement [andrew.clement@xxxxxxxxx]
Sent: Wednesday, March 03, 2010 2:41 PM
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] Using AspectJ with EJB3

Hi,

Can you point me to any of those comments?  I'm not aware of any
problems with using AspectJ and EJB3.  Unfortunately I don't have any
examples to share with you though... maybe someone else can provide
some?

cheers,
Andy

On 2 March 2010 05:48, Nikhil Kumar <nikhilkumar_99@xxxxxxxxx> wrote:
> Reviewing the comments on the web, it seems that the feeling is that AspectJ
> will not work as an interceptor on EJB3.
> Any comments/ suggestions / examples?
> Thanks,
> Nikhil
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Back to the top