Would you like to see this page in English? Click here.

新品を購入

または
1-Clickで注文する場合は、サインインをしてください。
中古品を購入
中古品 - 良い 詳細を見る
価格: ¥ 1,541

または
1-Clickで注文する場合は、サインインをしてください。
 
   
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Contributing to Eclipse: Principles, Patterns, and Plug-Ins (Eclipse Series)
 
イメージを拡大
 
Kindle化リクエスト
このタイトルのKindle化をご希望の場合、こちらをクリックしてください。

Kindle をお持ちでない場合、こちらから購入いただけます。 Kindle 無料アプリのダウンロードはこちら

Contributing to Eclipse: Principles, Patterns, and Plug-Ins (Eclipse Series) [ペーパーバック]

Erich Beck, Kent Gamma
5つ星のうち 5.0  レビューをすべて見る (1 件のカスタマーレビュー)
価格: ¥ 4,795 通常配送無料 詳細
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
通常2~3週間以内に発送します。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。
多読の一助に
英語学習にぴったり、10万冊以上の中から自分のレベルに合った洋書が探せる「英語 難易度別リーディングガイド」 がオープン!

会員なら、この商品は10%Amazonポイント還元 (ポイントが表示されている場合は、表示ポイント+10%還元)。

キャンペーンおよび追加情報


商品の説明

内容紹介

This book encourages tool building by laying bare the design of an excellent tool platform, Eclipse, and encourages design by building a typical tool extending Eclipse. This tutorial on creating custom tools also provides an explanation of a highly effective software design philosophy. The authors revive the lost art of supporting existing work by building tools. This book improves the software developers skill set by building little tools, and gradually growing those tools into better-than-professional quality products to help a whole community of developers. This book revives that highly-effective practice of tool writing and provides lessons along the way that tool building and design are two of the most leveraged skills for software developers.

著者について

Kent Beck consistently challenges software engineering dogma, promoting ideas like patterns, test-driven development, and Extreme Programming. Currently affiliated with Three Rivers Institute and Agitar Software, he is the author of many Addison-Wesley titles.

Dr. Erich Gamma is technical director at the Software Technology Center of Object Technology International in Zurich, Switzerland.


登録情報

  • ペーパーバック: 416ページ
  • 出版社: Addison-Wesley Professional; 1版 (2003/10/20)
  • 言語 英語, 英語, 英語
  • ISBN-10: 0321205758
  • ISBN-13: 978-0321205759
  • 発売日: 2003/10/20
  • 商品パッケージの寸法: 18.1 x 2.6 x 23.4 cm
  • おすすめ度: 5つ星のうち 5.0  レビューをすべて見る (1 件のカスタマーレビュー)
  • Amazon ベストセラー商品ランキング: 洋書 - 243,758位 (洋書のベストセラーを見る)
  •  カタログ情報、または画像について報告

  • 目次を見る

カスタマーレビュー

星4つ
0
星3つ
0
星2つ
0
星1つ
0
最も参考になったカスタマーレビュー
8 人中、7人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 一冊まるごとプラグイン 2003/11/26
By muimi
形式:ペーパーバック
内容はEclipseの使い方でなく、プラグインの開発についてです。ケント・ベックらしく、プラグイン開発のサンプルとしてJUnitネタを全般にわたって利用しています。これはこれで、現実的なサンプルで良しです。また、最終章はエリック・ガンマっぽく、パターンネタが続きます。Eclipseの基本機能(?)のIAdaptableをこれだけ解説してる文献ははじめて見ました。この本は、"ポイントを押さえて"解説されています。Eclipseのフレームワークは一見とっつきにくいですが、"どうしてそうなの"というのが書かれていてGoodです。逆に、手取り足取りの教え方ではないので、プラグインをまったく知らない人がいきなりこれを読んでも難しいかもしれません。GoF本のときは、裏表紙にデザインパターン一覧があったと思いますが、この本では、プラグインルール(ex. Everything is Contribution)というものが一覧されています(けっこう好き)。この本でもまだ入門レベルかもしれませんが、私は役に立ちました。
このレビューは参考になりましたか?
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com: 5つ星のうち 3.7  15件のカスタマーレビュー
29 人中、26人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 1.0 What I would expect if there was NO docs for eclipse 2004/11/6
By Manuel A. Ricart - (Amazon.com)
形式:ペーパーバック
I don't like this book as a book on writing plugins for eclipse for the following reasons:

1) This book's 'exploratory' approach tries to show you how to search (the hack approach) through the installed plugins for excerpts that you can copy/paste/edit. It would have been more useful if the authors used a 'tutorial' approach that constrains the example to documented basics (many different examples that then integrate/or not).

2) As expected (and tiring if you have other book from these authors), JUnit integration is the example developed throughout the book. This may satisfy the need for some types of plugins (code oriented plugins), but leaves much to be desired if you want to develop other kinds of tools.

3) The samples are outdated in 3.0, and the main example won't work/run in 3.0 (even if you download their project source). If you try to follow along, you will quickly be disapointed once you run into that snag. I am sure that under 2.x it works great.

4) This book is useful as a way of seeing a small example built up. However, because of #3, this all becomes useless once the plugin doesn't 'work'.

As with most books that cook a long example as a way of teaching, rather than as a way to support other knowledge, much of the time is spent on explaining how to cook things for the example. For me this doesn't work, as I want something focused that instructs me, rather than a evolving code-walkthrough of a particular example. To me this is boring, and has no use after the initial read.

This book would be great if it was 1/2 as long, and focused on the patterns for the plugins instead, not presume to be an intro to plugin development.
12 人中、12人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 Different is good 2004/9/3
By Ernest Friedman-Hill - (Amazon.com)
形式:ペーパーバック
"Contributing to Eclipse" is a great read. More importantly, as someone who is in the middle of their first major Eclipse plugin development project, I learned a lot -- even though I've previously read every other available book on the topic. Gamma and Beck take you through the development of a fairly sophisticated plugin, step by step. Perhaps most welcome, the plugin they develop isn't a syntax-highlighting text editor (an example that's already been done to death,) but a set of tools for running JUnit tests on Java code!

This is the only book I've seen that discusses testing and Test-Driven Development of plugins, a must for serious plugin developers. As you'd expect from the developers of JUnit, they use JUnit to test every piece of functionality they add. Surprisingly, even though you'd expect some confusing in writing about using JUnit to test a JUnit plugin, there's none. Gamma and Beck are both excellent writers, and they know this subject matter inside out.

A word of warning: this is neither an introduction to nor a reference for Eclipse plugin programming. I don't think I would have gotten nearly as much from this book if I hadn't read "Eclipse in Action" and "The Java Programmer's Guide to Eclipse" first. But if you've gotten beyond the novice level with Eclipse, I guarantee you'll learn something by reading this book.
8 人中、8人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 Zen and the Art of Eclipse 2004/7/31
By Lee Roberts - (Amazon.com)
形式:ペーパーバック
Once you get past the interesting writing style, this is a pretty cool book written by two of the giants in the industry. This is a particularly good book, if you are interested in Eclipse plugin development and JUnit testing. The tutorial is pretty comprehensive and the book example evolves in a natural way. The only downside is that this book is targeted at Eclipse 2.1 rather than 3.0 (which is no wonder given that it predates 3.0 by more than six months). This doesn't really detract from the book because most of the examples are fairly generic and can be made to run in Eclipse 3.0 with minimal effort.
これらのレビューは参考になりましたか?   ご意見はクチコミでお聞かせください。
カスタマーレビューの検索
この商品のカスタマーレビューだけを検索する

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換