[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

a newbie wants to know....about ASPECTs?????

dave

6/2/2006 3:48:00 PM

if ruby is totally OO.... (please don't get into a discussion of ASPECT
J)...What in general are ASPECT's supposed to be an improvement to OO
of??? just curious and want to know?

2 Answers

Trans

6/2/2006 4:19:00 PM

0


dave wrote:
> if ruby is totally OO.... (please don't get into a discussion of ASPECT
> J)...What in general are ASPECT's supposed to be an improvement to OO
> of??? just curious and want to know?

They address what are called CROSS-CONCERNS. That is to say, applying
reusable code compnents across many objects. This is primarily done
through function wrapping at join-points. (Join-points are just
definitions of where in the code to apply the reusable compnenets eg.
Aspects).

HTH,
T.

Gene Tani

6/2/2006 5:23:00 PM

0


dave wrote:
> if ruby is totally OO.... (please don't get into a discussion of ASPECT
> J)...What in general are ASPECT's supposed to be an improvement to OO
> of??? just curious and want to know?

http://aspectr.source...
http://rubygarden.com/ruby?AspectOr...
http://thekode.net/ruby/techniques/CapturingMe...
http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/479b50...

http://www.rcrchive.net/rcr/s...