Cheap Web Hosting and Domain Registration - Dayana Host Cheap Web Hosting and Domain Registration - Dayana Host Cheap Web Hosting and Domain Registration - Powered by Dayana Networks   Cheap Web Hosting with 100% Satisfaction Guarantee by Dayana Host
More than 68,202 web sites hosted. Latest client joined at Nov 21, 2008, 2:30am PST

Useful Books and Software

Related CSS Books

     
 
Books and Software > Books > CSS > Page 1 > GWT in Practice
 
     
 
GWT in Practice
 
5.0 of 5.0
 
GWT in Practice
If you're a web developer, you know that you can use Ajax to add rich, user-friendly, dynamic features to your applications. With the Google Web Toolkit (GWT), a new Ajax tool from Google that automatically converts Java to JavaScript, you can build Ajax applications using the Java language.

GWT in Practice is an example-driven, code-rich book designed for web developers already familiar with the basics of GWT who now want hands-on experience. After a quick review of GWT fundamentals, GWT in Practice presents scores of handy, reusable solutions to the problems you face when you need to move beyond "Hello World" and "proof of concept" applications. This book skips the theory and looks at the way things really work when you're building. I also shows you where GWT fits into the Enterprise Java Developer's toolset. Written by expert authors Robert Cooper and Charlie Collins, this book combines sharp insight with hard-won experience. Readers will find thorough coverage of all aspects of GWT development from the basic GWT concepts to in depth real world example applications.

The first part of the book is a rapid introduction to the GWT methodology The second part of the book then delves into several practical examples which further demonstrate core aspects of the toolkit The book concludes by presenting several larger GWT applications including drag and drop support for UI elements, data binding, processing streaming data, handling application state, automated builds, and continuous integration.

Along the way GWT in Practice covers many additional facets of working with the toolkit. Various development tools are used throughout the book, including Eclipse, NetBeans, IDEA, Ant, Maven, and, of course, the old fashioned command line. The book also addresses integrating GWT with existing applications and services along with enterprise and team development.

 
Publisher: Manning Publications
Authors: Robert Cooper, Charlie Collins
Release Date: 2008-05-12
ISBN/EAN: 1933988290 / 9781933988290

New Price: $25.16 / Used Price: $25.16 / Collectible Price: n.a.
Buy it Now!
Average Rating: 5.0
Number of Reviews: 7

 

GWT in PracticeRating:
GWT in practice covers the Google Web Toolkit at a level few books on this subject matter go into. The book is well written and also approachable for someone who is new to GWT. I particularly found useful the chapter on deployment which also covers deployment using Maven with the GWT-Maven plug-in, and the chapter on CI which covered Hudson. IMHO it is worth buying the book for these chapters alone as this information is hard to find anywhere else.
Total Votes: 0, Helpful Votes: 0, Date: 2008-10-02
 
Perfect for a GWT Beginner with a Programming BackgroundRating:
As a beginner to GWT, I was interested in a book that provided examples and also explained components. This books does exactly both. The examples vary from very simple to complex. They really made it easy for me to understand how to actually us this in practice, no pun intended. I definitely agree with other reviewers that a background in Java will definitely be necessary to easily follow. Overall, this is one of the better technology books I have read.
Total Votes: 0, Helpful Votes: 0, Date: 2008-08-27
 
A great book on software development as well as GWTRating:
For starters: I am one of the pilot developers in my company (a large Fortune 100 Financial Institution) doing GWT development. We are about to release our first product to the business. So I've spent the last 18 months or so learning and beating my way through GWT. In the process, I've bought all the GWT books that are out there. Straight to the point: this is the best one out there. Period. Cooper & Collins have produced an excellent book on User Interface development for the next generation....and you get an outstanding understanding of basic and advanced principles in GWT. Plenty of good stuff for the beginner as well as someone who claims to be fairly advanced. GWT in Action by Rob Hanson used to be my favorite...it still has a soft spot for being the first real GWT book, and a great reference book. Collins & Cooper have managed have the same energy that David Geary has in GWT Solutions (which is lofty praise if you've ever seen David speak about GWT!). I really like Dewsbury's GWT Applications, but GWT in Practice is actually better. There are 3 other GWT books (can't remember their names because they're at home), the 2 black and yellow ones and the flower book...I really like GWT in Action better. I've used gwittir, which is a binding framework from Cooper & Collins, so when I saw that they had written a book, I was psyched. In this day and age when book sales gotta be tough because of all the info on the internet, I was glad to see a book that I didn't think was just a rehashing of what's out there online. Good stuff guys...crank out a new version when GWT 1.5 is fully baked and I'll buy it!
Total Votes: 2, Helpful Votes: 2, Date: 2008-08-26
 
Excellent!Rating:
I have only read the first two chapters of this book thus far (I will update this review when I have finished the book), but based upon what I have read this is an excellent book. I have been playing with GWT for a couple of weeks and, as another reviewer has stated, I wish that I had read this book earlier. I have one other GWT book that I purchased on Amazon, and it was very disappointing.

The authors of GWT In Practice are clearly seasoned Java programmers, and even in the second chapter they have introduced patterns that are appropriate for GWT solutions. They explain how GWT meshes with the MVC pattern, as well as other relevant patterns. Also, even in the first example, they introduce user-defined classes that extend widgets ... a very promising example of their direction through the rest of the book.

One caveat: I am not certain that this book would be easy to comprehend for someone who is a beginner. But I think this is generally true for GWT itself, and that anyone who wants to use GWT should have some training in Java.

One gripe: This is an unfair gripe, because there is no way that the authors could have achieved what I would have liked to see, specifically, a book based upon the 1.5 version of GWT (the book is based upon the 1.4 version). I haven't used GWT 1.4, but I get the impression that there are enough changes in 1.5 to make the information significant. But I'll get over it, if the book is as good as the first two chapters promise!

I don't often say this as fervently, but here's my recommendation: buy this book if you are learning GWT (and probably even if you already know GWT)! :)
Total Votes: 4, Helpful Votes: 2, Date: 2008-08-25
 
GWT in Practice - Excellent ResourceRating:
My first thought upon reading the first few chapeters of this book was "Where was this thing when I started to use GWT a few months ago?" The authors have done an excellent job really showing how to use the Google Web Toolkit. My eternal fear when I read these books is that there won't be any content outside of what the product already ships with. Not so in this case at all.

The authors cover the GWT basics, to be sure, but more importantly, they demonstrate a way to really use GWT. They hit upon one of my thoughts when first trying to get my head around GWT: GWT is not a framework; it is a platform at best. They recognize this and help you work with the power and around the limitations of GWT.
The authors demonstrate common patterns and practices in the "language" of GWT. It was extremely satisfying to finally, with the help of this book, be able to articulate and execute all the patterns that I've been using in other systems, (e.g. MVC, PropertyListeners, etc.)

The authors also demonstrate how to use GWT in a variety of environments and build system. These concepts were useful, but I found myself skimming over pages at a time to get back to the "good stuff." (This was my primary knock in not giving it five stars.)

All in all, I highly recommend and I'll be ensuring that my team each learn the concepts presented.
Total Votes: 5, Helpful Votes: 4, Date: 2008-07-01
 
GWT in PracticeRating:
GWT in practice covers the Google Web Toolkit at a level few books on this subject matter go into. The book is well written and also approachable for someone who is new to GWT. I particularly found useful the chapter on deployment which also covers deployment using Maven with the GWT-Maven plug-in, and the chapter on CI which covered Hudson. IMHO it is worth buying the book for these chapters alone as this information is hard to find anywhere else.
Total Votes: 0, Helpful Votes: 0, Date: 2008-10-02
 
Perfect for a GWT Beginner with a Programming BackgroundRating:
As a beginner to GWT, I was interested in a book that provided examples and also explained components. This books does exactly both. The examples vary from very simple to complex. They really made it easy for me to understand how to actually us this in practice, no pun intended. I definitely agree with other reviewers that a background in Java will definitely be necessary to easily follow. Overall, this is one of the better technology books I have read.
Total Votes: 0, Helpful Votes: 0, Date: 2008-08-27
 
A great book on software development as well as GWTRating:
For starters: I am one of the pilot developers in my company (a large Fortune 100 Financial Institution) doing GWT development. We are about to release our first product to the business. So I've spent the last 18 months or so learning and beating my way through GWT. In the process, I've bought all the GWT books that are out there. Straight to the point: this is the best one out there. Period. Cooper & Collins have produced an excellent book on User Interface development for the next generation....and you get an outstanding understanding of basic and advanced principles in GWT. Plenty of good stuff for the beginner as well as someone who claims to be fairly advanced. GWT in Action by Rob Hanson used to be my favorite...it still has a soft spot for being the first real GWT book, and a great reference book. Collins & Cooper have managed have the same energy that David Geary has in GWT Solutions (which is lofty praise if you've ever seen David speak about GWT!). I really like Dewsbury's GWT Applications, but GWT in Practice is actually better. There are 3 other GWT books (can't remember their names because they're at home), the 2 black and yellow ones and the flower book...I really like GWT in Action better. I've used gwittir, which is a binding framework from Cooper & Collins, so when I saw that they had written a book, I was psyched. In this day and age when book sales gotta be tough because of all the info on the internet, I was glad to see a book that I didn't think was just a rehashing of what's out there online. Good stuff guys...crank out a new version when GWT 1.5 is fully baked and I'll buy it!
Total Votes: 2, Helpful Votes: 2, Date: 2008-08-26
 
Excellent!Rating:
I have only read the first two chapters of this book thus far (I will update this review when I have finished the book), but based upon what I have read this is an excellent book. I have been playing with GWT for a couple of weeks and, as another reviewer has stated, I wish that I had read this book earlier. I have one other GWT book that I purchased on Amazon, and it was very disappointing.

The authors of GWT In Practice are clearly seasoned Java programmers, and even in the second chapter they have introduced patterns that are appropriate for GWT solutions. They explain how GWT meshes with the MVC pattern, as well as other relevant patterns. Also, even in the first example, they introduce user-defined classes that extend widgets ... a very promising example of their direction through the rest of the book.

One caveat: I am not certain that this book would be easy to comprehend for someone who is a beginner. But I think this is generally true for GWT itself, and that anyone who wants to use GWT should have some training in Java.

One gripe: This is an unfair gripe, because there is no way that the authors could have achieved what I would have liked to see, specifically, a book based upon the 1.5 version of GWT (the book is based upon the 1.4 version). I haven't used GWT 1.4, but I get the impression that there are enough changes in 1.5 to make the information significant. But I'll get over it, if the book is as good as the first two chapters promise!

I don't often say this as fervently, but here's my recommendation: buy this book if you are learning GWT (and probably even if you already know GWT)! :)
Total Votes: 4, Helpful Votes: 2, Date: 2008-08-25
 
GWT in Practice - Excellent ResourceRating:
My first thought upon reading the first few chapeters of this book was "Where was this thing when I started to use GWT a few months ago?" The authors have done an excellent job really showing how to use the Google Web Toolkit. My eternal fear when I read these books is that there won't be any content outside of what the product already ships with. Not so in this case at all.

The authors cover the GWT basics, to be sure, but more importantly, they demonstrate a way to really use GWT. They hit upon one of my thoughts when first trying to get my head around GWT: GWT is not a framework; it is a platform at best. They recognize this and help you work with the power and around the limitations of GWT.
The authors demonstrate common patterns and practices in the "language" of GWT. It was extremely satisfying to finally, with the help of this book, be able to articulate and execute all the patterns that I've been using in other systems, (e.g. MVC, PropertyListeners, etc.)

The authors also demonstrate how to use GWT in a variety of environments and build system. These concepts were useful, but I found myself skimming over pages at a time to get back to the "good stuff." (This was my primary knock in not giving it five stars.)

All in all, I highly recommend and I'll be ensuring that my team each learn the concepts presented.
Total Votes: 5, Helpful Votes: 4, Date: 2008-07-01
 
 
     
Dayana Host
  Home
  Process Guide
  Affiliate Program
  Testimonials
  Sample Clients
  CPanel Demo
  AUP / ASP / TOS
   
Network and tools
  Network Maps
  Network Status
 

NS Lookup

  Whois Search
   
Product and Services
  Domain Registration
  Say5 Web Hosting
  Personal Web Hosting
  Business Web Hosting
  Reseller Web Hosting
  Dedicated Servers
  Traffic Blazer
  Web Design Themes
  Members Area
   
Customer Support
  Support Center
  Forums
  CPanel Tutorials
  FAQ
  Getting Started Guide
  Useful Links
  Downloads
  Books and Software
   
Contact us
  Contact
  Customer Service
   
   

Say5 Hosting Control Panel
© Copyrights 1998-2008 Dayana Networks. All rights reserved. Privacy Policy - AUP/ASP/TOS

Home | Process Guide | Affiliate Program | Network Maps | Testimonials | Uptime Monitor | Contact | Table of Contents | phpOnline
Domain Registration | Personal Web Hosting Plans | Business Web Hosting Plans | Reseller Web Hosting Plans | Sample Clients
Customer Service | Support Center | Forums | Control Panel Demo | Useful Resources and links | Books and Software
CPanel and WHM Tutorials | Web Site Design Templates | Upgrade, Renew and Maintenance | Free Counter | NS Lookup | Whois
Acceptable Use Policy, Anti Spam Policy, Terms of Services | Privacy Policy