I've been looking for it, but found only old posts. I'm basically looking for a suggestion for a good GWT book, I've read the tutorials on the GWT page, done that StockWatcher app, and now I want to move forward, reading a book and then developing my own stuff.

So, any suggestions?

Thanks,

link|improve this question

feedback

closed as not constructive by Bill the Lizard Sep 18 '11 at 14:38

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

4 Answers

up vote 7 down vote accepted

After Essential GWT, mentioned by @mehdi shahdost, there were published only the following (as far as I know; both published in Nov 2010):

1) Google App Engine Java and GWT Application Development

enter image description here

Build powerful, scalable, and interactive web applications in the cloud

  • Comprehensive coverage of building scalable, modular, and maintainable applications with GWT and GAE using Java
  • Leverage the Google App Engine services and enhance your app functionality and performance
  • Integrate your application with Google Accounts, Facebook, and Twitter
  • Safely deploy, monitor, and maintain your GAE applications
  • A practical guide with a step-by-step approach that helps you build an application in stages

2) Google Web Toolkit 2 Application Development Cookbook

enter image description here

Over 70 simple but incredibly effective practical recipes to develop web applications using GWT with JPA , MySQL and i Report

  • Create impressive, complex browser-based web applications with GWT 2
  • Learn the most effective ways to create reports with parameters, variables, and subreports using iReport
  • Create Swing-like web-based GUIs using the Ext GWT class library
  • Develop applications using browser quirks, Javascript,HTML scriplets from scratch
  • Part of Packt's Cookbook series: Each recipe is a carefully organized sequence of instructions to complete the task as efficiently as possible

and altogether it seems to be the whole list of GWT books 2010/11, your choice is limited... You could also try to read book from Google gwt-gae-book:

Free online book exemplifying how to professionally develop applications using Google Web Toolkit and App Engine

Rather than writing a full book, gwt-gae-book complements existing online materials in a logical, structured, easy to follow way. With the help of community, this set of guides and samples intends to

  • Introduce engineers to GWT and GAE
  • Show by example best practices for implementing common functionality
  • Complement and heavily reference existing online materials, rather than duplicating existing contents
link|improve this answer
1  
+1 for gwt-gae-book – Pangea Feb 1 '11 at 12:43
feedback

look Essential GWT book.

link|improve this answer
This seems the only recent book covering GWT 2.0. But it doesn't cover any of the new GWT 2.1 features, which were only released end of last year. Nevertheless, this book is a solid starting point. – Hilbrand Bouwkamp Feb 1 '11 at 8:27
I just started and it's brilliant! Finally some nice 2.0 book – Xorty Feb 3 '11 at 19:19
feedback

I recommend sticking to online docs, google I/O videos, and stack overflow questions. The features change so rapidly and they're all well documented... the internet knows way more than a book will at this point, and your book will be out of date in three months.

link|improve this answer
feedback

I'm looking forward for GWT in Action 2nd edition. It is expected for early 2011.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.