Programming Models?

Hi everyone,

are there any good resources for learning more about programming models (or patterns, designs or what ever it's called) such as Singleton, Connector, Reactor, Observer etc? I believe these resources should make programming a lot easier and more structured.

Thanks on advance,

Nille

[320 byte] By [nille40a] at [2007-9-28 8:14:30]
# 1
Design Patterns by Gamma et al.Ironluca
Ironlucaa at 2007-7-9 19:27:26 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
The good way to learn is to read, practice, read, practice, read, practice, read, practice so many books and on so many problems.- Karthicraja
karthicrajaa at 2007-7-9 19:27:26 > top of Java-index,Other Topics,Patterns & OO Design...
# 3

As well as Gamma et al, try these...

Good basic books:

Refactoring: Improving the Design of Existing Code - http://www.amazon.com/exec/obidos/tg/detail/-/0201485672/ref=pd_sim_books_1/002-2148712-8656867?v=glance&s=books

Pattern Hatching: Design Patterns Applied - http://www.amazon.com/exec/obidos/tg/detail/-/0201432935/ref=pd_sim_books_2/002-2148712-8656867?v=glance&s=books

Heavier books:

Pattern-Oriented Software Architecture, Volume 1: A System of Patterns - http://www.amazon.com/exec/obidos/tg/detail/-/0471958697/qid=1044324952/sr=8-1/ref=sr_8_1/002-2148712-8656867?v=glance&s=books&n=507846

Pattern-Oriented Software Architecture, Volume 2, Patterns for Concurrent and Networked Objects - http://www.amazon.com/exec/obidos/tg/detail/-/0471606952/ref=pd_bxgy_text_1/002-2148712-8656867?v=glance&s=books

Regards,

Lance

lance.waltona at 2007-7-9 19:27:26 > top of Java-index,Other Topics,Patterns & OO Design...