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


または
1-Clickで注文する場合は、サインインをしてください。
または
Amazonプライム会員に適用。注文手続きの際にお申し込みください。詳細はこちら
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Essential GWT: Building for the Web with Google Web Toolkit 2 (Developer's Library)
 
 

Essential GWT: Building for the Web with Google Web Toolkit 2 (Developer's Library) [ペーパーバック]

Federico Kereki

参考価格: ¥ 3,733
価格: ¥ 3,413 通常配送無料 詳細
OFF: ¥ 320 (9%)
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
在庫あり。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。
1点在庫あり。ご注文はお早めに。
2012/5/31 木曜日 にお届けします! 「お急ぎ便」オプション(有料)を選択して注文を確定された関東エリアへの配達のご注文が対象です。詳しくはこちら

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

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


商品の説明

内容説明

With Google Web Toolkit, Java developers can build sophisticated Rich Internet Applications (RIAs) and complete Web sites using the powerful IDEs and tools they already use. Now, with GWT 2, Google Web Toolkit has become even more useful. Essential GWT shows how to use this latest version of GWT to create production solutions that combine superior style, performance, and interactivity with exceptional quality and maintainability.

Federico Kereki quickly reviews the basics and then introduces intermediate and advanced GWT skills, covering issues ranging from organizing projects to compiling and deploying final code. Throughout, he focuses on best-practice methodologies and design patterns. For example, you’ll learn how to use the MVP (model-view-presenter) pattern to improve application design and support automated testing for agile development.

Kereki illuminates each concept with realistic code examples that help developers jump-start their projects and get great results more quickly. Working with the latest versions of open source tools such as Eclipse, Subversion, Apache, Tomcat, and MySQL, he demonstrates exactly how GWT fits into real Web development environments. Coverage includes

  • Using the Google Plugin for Eclipse and the GWT Shell Script
  • Detecting and working with browsersand solving the problems they cause
  • Building better user interfaces with the MVP pattern
  • Using APIs for visualization, mapping, weather data, and more
  • Internationalizing and localizing GWT code
  • Securing GWT applications with cryptography, hashing, and encryption
  • Testing with JUnit, Emma, GWTTestCase, Selenium, and Mock Objects
  • Deploying client-only and client-plus-server GWT applications

著者について

Federico Kereki is a systems engineer with more than twenty years of experience as a consultant, system developer, writer, and university professor. He has given talks on GWT at public conferences organized by Microsoft and TCS, and he used GWT to develop several company-wide Internet business systems. Kereki has taught and written texts for computer science courses at the Universidad de la Repblica, Universidad ORT Uruguay, and the Instituto Universitario Autnomo del Sur. His current research interests include software quality, software engineering, and agile methodologies. He works extensively with both Linux and Windows and has been involved with open source for more than a decade. He currently resides, works, and teaches in Uruguay.

登録情報


この本のなか見!検索より (詳細はこちら
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引
この本の中身を閲覧する:

この商品を見た後に買っているのは?


この商品につけられているタグ

 (詳細)
タグをクリックすると、タグがつけられた商品、タグをつけた人が表示されます。※タグは初期設定で公開になっています。詳しくはこちら
 

 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  31件のカスタマーレビュー
14 人中、13人の方が、「このレビューが参考になった」と投票しています。
Warning: Not a Beginner book! 2010/12/2
By David O'Meara - (Amazon.com)
形式:ペーパーバック
"Essential GWT" covers the intermediate to advanced level features of Google's GWT2. While a little time is spent getting the reader set up, it is certainly not aimed at beginners and rapidly dives into the topics that receive inadequate coverage in starter books. There appears to be plenty of confusion about this book, but in my opinion this is caused by assuming that the basic topics will be covered.

I liked it a lot. The prose is easy to read and often amusing and the author is experienced and well aware of the realities and limitations of GWT and doesn't try to over sell the product. Even excluding the value of the technical content this alone makes it easy to consume.

Between the covers lies a wealth of information to help design your next application or improve an existing one. While each chapter covers an important subject, the code samples and best practices are of equal value in boosting the strength of any GWT app. The range of topics covered in the chapters will help elevate your applications to enterprise level stable and mature applications and allow you to apply full testing rigor.

So while I understand the negative comments regarding this book, in my opinion it is an excellent GWT resource provided it is not your first GWT resource.

---
Disclosure: I received a copy of this book from the publisher in exchange for writing this review on behalf of CodeRanch.
11 人中、10人の方が、「このレビューが参考になった」と投票しています。
Disorganized Spaghetti 2010/9/6
By Bill W. Cunningham - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
Essential GWT is easily the most disorganized book I've ever read. It skips around randomly from one very detailed factoid to another. For example, chapter 3 introduces how to compile the first "hello world" GWT application. This is followed immediately by the intricacies of saving page history and authenticating user logins. I tried to like this book, but I must agree with several other reviewers - just read the Google docs and save your money on this one.
13 人中、11人の方が、「このレビューが参考になった」と投票しています。
Makes MVP more confusing 2010/8/27
By Sam Alexander - (Amazon.com)
形式:ペーパーバック
I bought this book because it was the only new book I could find out there using the Model View Presenter pattern for GWT aside from the google tutorials. The author confused the heck out of me! He shows snippets of code from his sample application (he's got 5 versions of the app all in ONE project!) to explain concepts and adds his techniques to it. But I couldn't focus on his writing because there was no "road map" or something for me that I can grasp which made reading this book very, very frustrating. Like the other reviewers have said, he jumps all over the place. I think the book would have been much better if he had taken a step by step (iterative) approach in building his app and explaining the concepts and his own techniques pertaining to only what he would have built so far. Actually, come to think of it..to me it was like a bunch of blog articles on various topics of GWT were just compiled together into a book. I was disappointed as a person trying to get some in depth knowledge of using GWT. Therefore, the google tutorials on GWT unfortunately will be the only source of GWT MVP that I can refer to at this point. If anyone knows of another GWT book that uses MVP...please respond to my comment.

クチコミ

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

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

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


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック


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