商品の詳細
ソフトウェアアーキテクチャ―ソフトウェア開発のためのパターン体系

ソフトウェアアーキテクチャ―ソフトウェア開発のためのパターン体系
By F. ブッシュマン, H. ローネルト, M. スタル, R. ムニエ, P. ゾンメルラード

価格: ¥ 4,830 1500円以上は送料無料 詳細

発送可能時期: 在庫あり。
販売、発送は Amazon.co.jp

7 新品/中古商品価格 ¥ 4,173

おすすめ度:

商品の説明

Pattern-oriented software architecture is a new approach to software development. This book represents the progression and evolution of the pattern approach into a system of patterns capable of describing and documenting large-scale applications. A pattern system provides, on one level, a pool of proven solutions to many recurring design problems. On another it shows how to combine individual patterns into heterogeneous structures and as such it can be used to facilitate a constructive development of software systems. Uniquely, the patterns that are presented in this book span several levels of abstraction, from high-level architectural patterns and medium-level design patterns to low-level idioms. The intention of, and motivation for, this book is to support both novices and experts in software development. Novices will gain from the experience inherent in pattern descriptions and experts will hopefully make use of, add to, extend and modify patterns to tailor them to their own needs. None of the pattern descriptions are cast in stone and, just as they are borne from experience, it is expected that further use will feed in and refine individual patterns and produce an evolving system of patterns.


商品の詳細

  • Amazon.co.jp ランキング: #126594 / 本
  • 発売日: 2000-12
  • 版型: 単行本
  • 454 ページ

エディターレビュー

内容(「BOOK」データベースより)
パターンでソフトウェアアーキテクチャを創出するというのは、ソフトウェア開発の新しいアプローチだといえるだろう。本書は、パターンアプローチを発展させて、大規模アプリケーションを設計、文書化することのできるパターン体系を著したものである。

内容(「MARC」データベースより)
ソフトウェア開発の新しいアプローチ、パターンでのソフトウェアアーキテクチャの創出。パターンアプローチを発展させ、大規模アプリケーションを設計、文書化することのできるパターン体系を解説する。再刊。

Amazon.com
Pattern-Oriented Software Architecture: A System of Patterns looks at how patterns occur on three different levels--in software architecture, in everyday design, and in idioms (which describe how a particular design pattern is implemented in a programming language like C++). This synthetic approach is a little theoretical at times, but the authors also present over a dozen patterns and provide real-world examples wherever possible.

For architectural patterns, the authors look at the Layers pattern, used in operating systems such as Windows NT and virtual machines. They also consider Pipes and Filters, which process streams of data. (This pattern, the authors point out, is a lynchpin of Unix.) Their Blackboard pattern shows how a complex problem, such as image or speech recognition can be broken up into smaller, specialized subsystems that work together to solve a problem. (For recognizing words from a raw waveform input, a Blackboard approach might have separate processes to find phonemes, then words, then sentences.)

This book also looks at today's distributed systems in considering the Broker pattern, which is used on the Internet and in Microsoft's OLE technology. This section also presents several powerful patterns for building effective graphical user interfaces, such as Model-View-Controller.

The authors define several well-known design patterns, such as the Proxy and Command patterns, and also basic, far-reaching patterns, such as Whole-Part and Master-Slave, which are widely used throughout computing. Their survey ends with a discussion on the way objects can communicate (using such patterns as Forwarder-Receiver, Client-Dispatcher-Server, and Publisher-Subscriber), which many developers will recognize as familiar patterns, but are codified here as "official" patterns. The book then discusses some idioms in C++ and a more far-reaching role for patterns in software design and architecture. By fitting patterns into traditional software engineering practices, the authors of Pattern-Oriented Software Architecture successfully argue that the role for patterns will only continue to diversify and enrich tomorrow's software engineering tools and methodologies. --Richard Dragan


カスタマーレビュー

アーキテクチャパターンを学ぶのに優れた一冊5
本書は粒度の大きなアーキテクチャパターンから、より粒度の小さなパターンも説明していますが、最も意義のあると思うのはアーキテクチャパターンを説明している箇所です。説明は非常に丁寧で、具体例も適切だと思います。内容も実践的で役に立つものが多く、特にPipe & Filter、Broker、PAC(Presentation-Abstraction-Control)などはぜひ押さえておきたいところ。また、ソフトウェアパターンをある程度学習した読者には、筆者らの言う「パターン体系」がどんなものかを理解するのも重要だと思います。

内容は重要だが読みづらい2
 私は、この本を用いて会社で輪講会を行っているが、この本はよみづらく、正直いって少々閉口することがある。理由は2つあり、そもそも原書の原文がぶっきらぼうであり、「必要だったら参考文献を読め」といった態度でかかれている。さらに訳文がこなれておらず、誤訳らしき箇所も何箇所かみうけられる。これは再刊されていても修正されていない。この本と同等の内容の本がないため、勉強のため読んでいるが、デザインパターンに限っていえば、もっと分かりやすい本もでているのでそちらを読んだ方がよい。

UMLやjavaに対応した改訂が望まれます3
既に米国ではアーキテクチャパターンのバイブル的な存在であるので翻訳されたことは喜ばしいことですが、せっかく原書の発刊から4年も後の2000年末に発刊されたのですからダイアグラムはOMTではなくUMLで、サンプルはC++だけではなくjavaも欲しかったです。