Search
 Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Google Web Toolkit ApplicationsSeptember 6, 2008  
Bestsellers
CISSP Certification All-in-One Exam Guide, 4th Ed. (All-in-One)
Computer Networking: A Top-Down Approach (4th Edition)
CCNA: Cisco Certified Network Associate Study Guide: Exam 640-802
MCITP Self-Paced Training Kit (Exams 70-640, 70-642, 70-643, 70-647): Windows Server 2008 Enterprise Administrator Core Requirements
CCNA Official Exam Certification Library (CCNA Exam 640-802) (Exam Certification Guide)
Learning ActionScript 3.0: A Beginner's Guide
Web 2.0: A Strategy Guide: Business thinking and strategies behind successful Web 2.0 implementations.
Computer Networks: A Systems Approach, Fourth Edition (The Morgan Kaufmann Series in Networking)
Access 2007: The Missing Manual
JavaScript: The Definitive Guide
Browse
Books
Computers
Electronics
New Releases
MCITP Self-Paced Training Kit (Exams 70-640, 70-642, 70-643, 70-647): Windows Server 2008 Enterprise Administrator Core Requirements
The iPhone Developer's Cookbook: Building Applications with the iPhone SDK (Developer's Library)
Microsoft Office SharePoint Server 2007 Best Practices
The Best of 2600: A Hacker Odyssey
Python for Unix and Linux System Administration
Sams Teach Yourself SAP in 24 Hours (3rd Edition) (Sams Teach Yourself)
Head First Ajax
Active Directory For Dummies (For Dummies (Computer/Tech))
CCNA Security Official Exam Certification Guide (Exam 640-553) (Exam Certification Guide)
Google AdSense For Dummies (For Dummies (Computer/Tech))
Google Web Toolkit Applications
Google Web Toolkit Applications
Author: Ryan Dewsbury
Publisher: Addison-Wesley Professional
Category: Book

List Price: $54.99
Buy New: $41.19
You Save: $13.80 (25%)
Buy New/Used from $39.60

Avg. Customer Rating: 4.5 out of 5 stars(10 reviews)
Sales Rank: 115723

Media: Paperback
Edition: 1
Number Of Items: 1
Pages: 608
Shipping Weight (lbs): 1.9
Dimensions (in): 9.2 x 6.9 x 1

ISBN: 0321501969
Dewey Decimal Number: 006.76
EAN: 9780321501967
ASIN: 0321501969

Publication Date: December 15, 2007
Availability: Usually ships in 1-2 business days

Editorial Reviews:

Product Description

“Ryan clearly understands the GWT value proposition and how GWT integrates into a diverse web technology stack–and not just in a theoretical way. With the popularity of gpokr.com and kdice.com, Ryan can speak with the authority of concrete success.”

Bruce Johnson, creator of Google Web Toolkit


“This book distinguishes itself from other books on GWT in that it walks through the entire process of building several nontrivial GWT applications, not the toy applications that most books present.”

R. Mark Volkmann, Object Computing, Inc.


Googlea Web Toolkit Applications is an excellent resource for any GWT developer. Solutions to challenges commonly encountered in GWT are presented through the design and development of actual applications. The applications developed throughout the text demonstrate best practices from simple UI design all the way to custom code generation, and are presented with little pretext about the amount of Java knowledge a given developer may have. Advanced concepts are not withheld but are presented in a way that will be understood by both novice and seasoned developers alike. Good application development practices and proper Model View Controller design is reinforced throughout the book, nearly guaranteeing that the reader will come away a better programmer. “

Jason Essington, Senior Web/Java Engineer, Green River Computing


“Dewsbury’s Googlea Web Toolkit Applications is a book for both experts and beginner programmers who want to discover this open source Java software development framework, as well as write Ajax applications. A very detailed book!”

Massimo Nardone, Advisory IT Security Architect

Accelerate and Simplify Ajax Development with Google Web Toolkit


Get the edge you need to deliver exceptional user experiences with Googlea Web Toolkit Applications, a guidebook that provides web developers with core information and instructions for creating rich web applications. Whether you’re a developer who needs to build a high-performance front end for Java, PHP, or Ruby applications, or to integrate with external web services, this resource from expert Google Web Toolkit (GWT) developer Ryan Dewsbury delivers the in-depth coverage you’ll need.


In this valuable book, insider Ryan Dewsbury provides instructions for using the robust tool set and gets you on your way to creating first-class web applications by providing a comprehensive overview of GWT technology. In addition, he shares his “in-the-trenches” insights on


  • Building elegant and responsive user interfaces with Cascading Style Sheets and GWT’s Widgets and Panels

  • Creating seamless user experiences through asynchronous communication with HTTP, REST, JSON/JSONP, and RPC Interoperating with web standards–such as XML, RSS, and Atom–and web services–such as Google Maps, Amazon Books, Yahoo! Search, Flickr, and Blogger

  • Overcoming browser security restrictions, such as HTTP’s two-connection limit and the Same-Origin policy

  • Accelerating development, using software engineering, code generation, internationalization, application patterns, and Java tools

  • Deploying for optimal performance with resource compression and caching

  • Building five non-trivial applications: a gadget application with a rich drag-and-drop interface, a multi-search application that makes requests to many search engines, a blog editor application for managing entries across multiple blogs, a web-based instant messenger, and a database manager for a traditional web page

This practical guide to GWT introduces you to the technology; provides techniques, tips, and examples; and puts you on the road to delivering top-notch user experiences for your web applications.




Customer Reviews:   Read 5 more reviews...

1 out of 5 stars Source code examples troublesome   August 26, 2008
  0 out of 1 found this review helpful

The source code examples on the book are incompatable with GWT version 1.5 because of the use of the GWT gears project in the examples. You also have to go hunting around for the examples by going to the authors page, then the book forum. Not a good starter book.


5 out of 5 stars Best GWT book ever   August 3, 2008
  1 out of 1 found this review helpful

This is the best GWT book among the others. Covers from basic concepts and definitions behind GWT (like the gadget library, panels, compositions) and moves to advanced topics (like internationalization, integration with other server technologies, patterns, etc). The book explains server comunication taking from the basic comunication (http requests) to more complex JSON and XML examples. It explains very well and gives so many examples, including many application examples (it's 600 pages).

For those with some experience in Java programming for the WEB and wants to know everything about GWT, this book is perfect.



5 out of 5 stars best GWT book   July 15, 2008
  1 out of 1 found this review helpful

There's not much to say about this book other than it is the best GWT book out there. It is prior to 1.5 but the generics really don't change any principles or techniques covered on this text.

It does have a very practical approach, with a lot of coding and it mixes several other technologies to solve the covered project issues, so, if you are not familiar with recent (not so recent anymore) web tech you will probably need a bit of research to fully enjoy the reading.



5 out of 5 stars Real Utilites   May 19, 2008
  1 out of 1 found this review helpful

This Book contain a real utilities Drag and Drop, Windows, conecting with logic in other lenguages by HTTP GET/POST and more, ideal for an understanding of the potential for rapid GWT Technology.


5 out of 5 stars Thoroughly Impressed   May 18, 2008
  1 out of 1 found this review helpful

I was thoroughly impressed with this book. Not only does it provide a great introduction to GWT, it provides the right background information on AJAX, patterns of AJAX usage, and other tools to use alongside GWT. I was just expecting another dry reference book for yet another framework. The examples were well thought out and interesting - not just more Hello World apps.

I think you may need a good background in both Java and JavaScript for this to be easily consumed, but for me it hit the spot.


Powered by: Dknc, inc. and Amazon.com


For your safety and security, orders are processed through amazon.com