Skip to main content

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

Jan Hannemann has implemented the 23 GoF patterns with AspectJ and
documented his findings here:

http://www.cs.ubc.ca/~jan/AODPs/

Outside of that I'm not aware of a collection of tried and tested AOP
patterns.  Hopefully with the AspectJ development happening in enterprise
app libraries we will soon see some enterprise application AOP patterns
emerge.  It could be interesting to go through Fowler's new "Patterns of
Enterprise Application Architecture" book and see what implementations
AspectJ makes more concise or explicit.

Mik

> -----Original Message-----
> From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users-
> admin@xxxxxxxxxxx] On Behalf Of Alain Sarraf
> Sent: Thursday, September 25, 2003 11:49 PM
> To: aspectj-users@xxxxxxxxxxx
> Subject: [aspectj-users] Aspect patterns?
> 
> 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
> 
> --
> Alain Sarraf
> Project Manager & Software Developer
> SOFTPRO - Software Professional GmbH & Co. KG
> Wilhelmstr. 34 * 71034 Boeblingen * Germany
> Tel. +49 (0) 7031 66 06 96 * Fax +49 (0) 7031 66 06 66
> asa@xxxxxxxxxx * www.softpro.de
> 
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top