Search code examples
javadesign-patternsaopgang-of-four

Gang-of-four pattern usage in aspect-oriented-programming?


I am doing research on a SOA topic and i am trying to understand what gang of four say about aspect orientation. I also need to implement one of these pattern in AOP paradigm.

What would be best pattern to pick for this?


Solution

  • If you can splurge on a book, the AspectJ Cookbook has chapters on how AOP can be used in the various GOF patterns.