1. What pointcut method pattern to use for interface with method that returns Collection |
2. How to implement Abstract Factory Pattern using AspectJ stackoverflow.comHow can I implement Abstract Factory Pattern using AspectJ either compile time or Load time |
3. How can we implement Strategy Pattern using AspectJ stackoverflow.comCan I implement Strategy Pattern using AOP. I would like to either 1. Override the default algorithm 2. Or Would like to dynamically select any of the given algorithm. Thanks, |
4. Java Design Patterns Examples stackoverflow.comPossible Duplicate:for some university work I'm working on a new way (using AO) to implement design patterns. So now basically need ... |
5. AspectJ Weaver setter pattern issue stackoverflow.comI have a "working" AspectJ Weaver pattern for matching all the setters inside a certain type (Item):
It ... |