Skip to main content

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

> Are there any functionalities that can be done using AspectJ but not using
> the JBoss implementation?

Well, taking the alphabetically first example,

  doc/examples/bean

can JBoss implement Bean functionality on any class?  That would
be a nice way to implement MBeans, so someone must have tried.

I expect it goes both ways.  Right now AspectJ doesn't have
pointcuts to pick up C# metadata tags.

For interesting things that both AspectJ and JBoss can do,
it would be nice to compare the source code and steps necessary
to do it, and see which ones are easier.

Wes

(Proposed Dec 2002 on JBoss-AspectJ thread, but no takers...
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=25931
)
Arun Natarajan wrote:

Hello all,
Has someone recently evaluated AspectJ and the JBoss implementation? I read
some old papers talking about the performance related issues with JBoss, but
any other differences? JBoss seems to be more easy to learn than AspectJ.
Are there any functionalities that can be done using AspectJ but not using
the JBoss implementation?

I have just started using AspectJ and someone suggeted considering JBoss, so
just wondering if there are any advantages of using AspectJ over the JBoss
implementation.

Regards,
Arun N

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




Back to the top