>-----Original Message----- >From: shasckaw [mailto:shasckaw / skynet.be] >Then I suppose it is possible to do that in ruby either. If some fair >people could give some simple examples of practical AOP in ruby, it >would probably help everybody to grasp the concepts. > The classic examples of AOP are logging and profiling. For more general business cases, a Java example is at http://www.theserverside.com/articles/article.jsp?l=AspectOrientedRefactorin gPart1 and my take on it in Ruby is at: http://homepages.ihug.com.au/~naseby/16.html David http://homepages.ihug.com.au/~naseby/