Software Design
AOP exercise
- Take the source example of the Observer design pattern in Java.
- Take the source example of the aspectj Observer in Java.
- Draw the class diagram of each implementation of Observer.
- Write your comments about what are the differences between the
two ways to implement Observer.
- Take a look about another example of observer implementation of Observer
AOP Documentation
A list of links to find documentation