Linking other patterns with Observer

Hi all

Right up front, Im very green with design patterns. That said :)

I think I have a good grasp of the observer pattern. I wanted some quick thoughts on other design (or anti) patterns that you may also use with observer to avoid specific side effects, implement a M:M rel with subject/observers, manage cyclic dependencies etc.... from here I will extend my research but I didnt want to spend hours only to find specific patterns (when used in concert, present many other side effects).

Again, I am not after complete solutions, but pointers for my later research and trial as I become more confortable with Java.

Cheers

Ck

[665 byte] By [ChrisKempstera] at [2007-10-3 4:23:15]
# 1

Be careful and dont fall for a " Pattern Fever " , combination of Patterns is used in response to a specific problem and not generally as permutationa can be immense.

So ideally you should know about Patterns and when you have a problem in hand ,at that time you should be able to synthesise a solution based on your knowledge. Also Patterns a rough Guidelines ,actual implemention depends on problem in hand.

khangharotha at 2007-7-14 22:25:34 > top of Java-index,Other Topics,Patterns & OO Design...