Introdução aos Padrões de Desenho: Difference between revisions
From Wiki**3
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
* "structural" -- Bridge, Composite, Proxy, ... | * "structural" -- Bridge, Composite, Proxy, ... | ||
* "behavioral" -- Command, Iterator, Strategy, Visitor, ... | * "behavioral" -- Command, Iterator, Strategy, Visitor, ... | ||
== Livros == | |||
<runphp> | |||
echo '<em><img height="150" src="http://www.oreilly.com/catalog/covers/hfdesignpat.s.gif"><br><a href="http://www.oreilly.com/catalog/hfdesignpat/"><b>Head First Design Patterns</b></a></em><br><span>Eric Freeman, Elisabeth Freeman, Kathy Sierra, Bert Bates</span><br><span>2004 (Outubro)</span>, <span><a href="http://www.oreilly.com/">OReilly</a>. ISBN 0596007124.<br><a href="http://www.oreilly.com/catalog/hfdesignpat/toc.pdf">Índice</a> (PDF), <a href="http://www.oreilly.com/catalog/hfdesignpat/errata/">Errata</a></span>'; | |||
</runphp> | |||
<runphp> | |||
echo '<em><img border=1 height="150" src="http://www.aw-bc.com/bigcovers/0201633612.jpg"><br> <a href="http://www.awprofessional.com/bookstore/product.asp?isbn=0201633612&rl=1"><b>Design Patterns: Elements of Reusable Object-Oriented Software</b></a></em>, | |||
<span>Erich Gamma, Richard Helm, Ralph Johnson e John Vlissides</span>, | |||
<span>1995</span>, | |||
<span><a href="http://www.awprofessional.com/">Addison Wesley Professional</a>. ISBN 0201633612.</span> | |||
</li>'; | |||
</runphp> | |||
[[category:Ensino]] | [[category:Ensino]] | ||
[[category:PO]] | [[category:PO]] |
Revision as of 19:49, 6 December 2013
"Someone has already solved your problem."
Cada padrão:
- Descreve um problema recorrente
- Captura a estrutura estática e dinâmica, assim como a colaboração entre os principais actores
Categorias básicas:
- "creational" -- "Simple" Factory, Factory Method, Abstract Factory, Singleton
- "structural" -- Bridge, Composite, Proxy, ...
- "behavioral" -- Command, Iterator, Strategy, Visitor, ...
Livros
<runphp>
echo '<img height="150" src="http://www.oreilly.com/catalog/covers/hfdesignpat.s.gif">
<a href="http://www.oreilly.com/catalog/hfdesignpat/">Head First Design Patterns</a>
Eric Freeman, Elisabeth Freeman, Kathy Sierra, Bert Bates
2004 (Outubro), <a href="http://www.oreilly.com/">OReilly</a>. ISBN 0596007124.
<a href="http://www.oreilly.com/catalog/hfdesignpat/toc.pdf">Índice</a> (PDF), <a href="http://www.oreilly.com/catalog/hfdesignpat/errata/">Errata</a>';
</runphp>
<runphp>
echo '<img border=1 height="150" src="http://www.aw-bc.com/bigcovers/0201633612.jpg">
<a href="http://www.awprofessional.com/bookstore/product.asp?isbn=0201633612&rl=1">Design Patterns: Elements of Reusable Object-Oriented Software</a>,
Erich Gamma, Richard Helm, Ralph Johnson e John Vlissides,
1995,
<a href="http://www.awprofessional.com/">Addison Wesley Professional</a>. ISBN 0201633612.
'; </runphp>