Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Aspect patterns?

There is a broad range of reusable code possible, from idioms
(some of which replace OO design patterns) through reusable libraries
to design patterns.  We hope to capture the relevant/good ones in
the sample code repository, which is not yet ready for prime time
but can be snooped in CVS at org.aspectj/modules/docs/sandbox.

Thanks -
Wes

http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00526.html

Alain Sarraf wrote:

Hi  all,

I've been toying around with AspectJ with great interest for about a year now. There are certain design questions that seem to continuously reocur. I was just wondering if anyone is working on compliling a collection of common patterns for AOP ala GoF? or perhaps a library of reusable aspects? For example, a common aspect which stores the stack trace in a log when a NullPointerException ocurs. These kind of aspects seem to be needed in almost every project. Just a thought.

Best Regards,

Alain




Back to the top