Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] proceed() implementation details

Hello Swati Pradhan,

  See "Advice Weaving in AspectJ" from Erik Hilsdale and Jim Hugunin (published
on AOSD 2004). There are lots of implementation details including the around
advice weaving strategy.

Otávio

Citando Swati Pradhan <swatipradhan@xxxxxxxxx>:

> Hi all,
> 
> For my studies I need to look into the various
> implementaion details of Aspect Languages ...  For
> now, in AspectJ, I want to know the implementation
> details of how around advice and "proceed()" is
> implemented and why that way...
> 
> I mean "why" the the advice code get copied to the
> Joinpoint scope... what are the various aspects
> considered for choosing that.... etc...
> 
> I'll really appreciate any help... like some
> explanation or link to any site....
> 
> thanks,
> Swati  
> 
> 
> 
> 		
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - 50x more storage than other providers!
> http://promotions.yahoo.com/new_mail
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users
> 


-- 
-----------------------------------------------------------.__
  Otávio Augusto Lazzarini Lemos                              |
  oall@xxxxxxxxxxx - otaviolemos@xxxxxxxxxx                   |
------------------------------------------------------------- |
  Insituto de Ciências Matemáticas e de Computação - ICMC/USP |
--------------------------------------------- -------- ---- == 


Back to the top