2010-11-22 1 views
0

Springerの書籍「ソフトウェアエンジニアリングの未来」に72ページあります。 実際の記事/トークや興味もなくこの要約を含める目的は何か混乱していますそれは読書のための任意の形式で存在する?デザインパターン - 過去、現在、そして未来Erich Gamma talk

http://books.google.com.au/books?id=WXXlTTjMRB8C&pg=PA72&lpg=PA72&dq=Design+patterns+past+present+future+erich+gamma&source=bl&ots=-S8RfoKzDo&sig=-n55ELkfpLcHDZ-ONvbySue4NEQ&hl=en&ei=pwfqTJqbH4amvQPOnoHDCA&sa=X&oi=book_result&ct=result&resnum=3&sqi=2&ved=0CCYQ6AEwAg#v=onepage&q=Design%20patterns%20past%20present%20future%20erich%20gamma&f=false

 
============================ 
Design Patterns – Past, Present & Future 
    Erich Gamma 

IBM Rational Zurich Research Lab, Switzerland 
erich [email protected] 

Abstract. Design Patterns are now a 15 year old thought experiment. 
And today, for many, Design Patterns have become part of the stan- 
dard development lexicon. This talk looks back to the origin of Design 
Patterns and how they evolved since their initial description. I will then 
show patterns in action in the context of the Eclipse and Jazz platforms. 
Finally, I will discuss how the Design Patterns from the book can be 
refactored towards a Design Pattern 2.0 version. 

S. Nanz (ed.), The Future of Software Engineering, 
DOI 10.1007/978-3-642-15187-3_4, © Springer-Verlag Berlin Heidelberg 2011 
====================== 

答えて

0

抽象的にパターンを設計するための基準は、ブックへの参照です。

Design Patterns: Elements of Reusable Object-Oriented Software

本は16歳ですので、あなたが図書館でそれを見つけるかもしれません。ここで

+0

を記録し、PDFやビデオへのリンクです。私の混乱は、「私は、EclipseとJazzプラットフォームのコンテキストで、パターンを実際に見せます。最後に、この本のDesign PatternsをDesign Pattern 2.0バージョンにリファクタリングする方法について説明します。 – MicMit

+0

Eclipseはオープンソースの統合開発環境(IDE)です。 JazzはMicrosoft Visual StudioのIDEです。ガンマは両方のIDEでデザインパターンを実演し、過去16年間に彼が学んだデザインパターンの変化について話しました。 –

関連する問題