Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Custom JoinPoints

Aspectbench hmmm hadn't heard of this before., do they intend to support
AspectJ1.5 

-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Eric Bodden
Sent: Wednesday, September 27, 2006 7:20 PM
To: aspectj-users@xxxxxxxxxxx
Subject: RE: [aspectj-users] Custom JoinPoints

Hello.

You can do what you seek to do with the AspectBench Compiler
(www.aspectbench.org). It implements full AspectJ 1.2.1 and is fully
extensible. 

This paper gives a good introduction:
http://abc.comlab.ox.ac.uk/papers#taosd2005

Hope that helps.


Eric


> -----Original Message-----
> From: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-
> bounces@xxxxxxxxxxx] On Behalf Of Chandan, Savita
> Sent: Wednesday, September 27, 2006 8:32 PM
> To: aspectj-users@xxxxxxxxxxx
> Subject: RE: [aspectj-users] Custom JoinPoints
> 
> I was looking at overriding the behavior of the jp.
> 
> -----Original Message-----
> From: aspectj-users-bounces@xxxxxxxxxxx
> [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Ron Bodkin
> Sent: Wednesday, September 27, 2006 2:17 PM
> To: aspectj-users@xxxxxxxxxxx
> Subject: RE: [aspectj-users] Custom JoinPoints
> 
> Hi Savita,
> 
> It does not, although there is a long-standing related request for
> enhancement to allow associating user state with join points (and
their
> static parts). See https://bugs.eclipse.org/bugs/show_bug.cgi?id=89009
> for a
> discussion of this. Is your desire to track state or do you want to
> override behavior of join points?
> 
> -----Original Message-----
> From: aspectj-users-bounces@xxxxxxxxxxx
> [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Chandan,
Savita
> Sent: Wednesday, September 27, 2006 2:08 PM
> To: aspectj-users@xxxxxxxxxxx
> Subject: [aspectj-users] Custom JoinPoints
> 
>  Hi
> 
> Does AspectJ allow inheriting from the JoinPoint class and creating a
> custom JoinPoint class?
> If it does how do I plug in the derived JoinPoint into AspectJ
> framework?
> 
> 
> Thanks,
> Savita
> _______________________________________________
> 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
> _______________________________________________
> 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