Hello again!
I'm confused by the following text from the avalon-developing-guide:

The Separation of Concerns pattern in turn led to Aspect Oriented Programming (AOP). Researchers discovered that many concerns couldn't be addressed at class or even method granularity. Those concerns are called aspects. Examples of aspects include managing the lifecycle of objects, logging, handling exceptions and cleaning up resources. With the absence of a widely accepted and stable AOP implementation, the Avalon team chose to implement Aspects or concerns by providing small interfaces that a Component implements.

How can an interface provide finer granularity than method-granularity? Where can I find those particular interfaces in the avalon-framework-api?

Any help would be greatly apreciated. Many Greetings...

_________________________________________________________________
So einfach geht das. MSN Toolbar mit Pop-up-Blocker. http://toolbar.msn.de/ Jetzt kostenlos downloaden und gut ist!



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to