Re: Is there a GWT book covering version >= 2.1.1?

2011-09-08 Thread tom
Thank you, I'll have a look at it! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/m8n1NNrPlI8J. To post to this group, send email to google-web

Re: Is there a GWT book covering version >= 2.1.1?

2011-09-08 Thread Ben Munge
Thanks for the tip BM! On Sep 8, 9:57 am, BM wrote: > Have you checked the Manning's GWT in Action Second Edition book? They > have it on MEAP program. This book is awesome. They cover the latest > 2.3 version with extensive coverage on UIBinder, RPC, MVP, Activities > and Places, RequestBuilder.

Re: Is there a GWT book covering version >= 2.1.1?

2011-09-08 Thread BM
Have you checked the Manning's GWT in Action Second Edition book? They have it on MEAP program. This book is awesome. They cover the latest 2.3 version with extensive coverage on UIBinder, RPC, MVP, Activities and Places, RequestBuilder. They are in fact going to add chapter on RequestFactory also.

Re: Is there a GWT book covering version >= 2.1.1?

2011-09-08 Thread Ben Munge
There does seem to be a lack of valuable GWT books covering some of the newer aspects of the language. Have you gone through all the tutorials on the main site? I found the large scale application development and MVP pattern w/ UIBinder tutorial extremely valuable when learning the framework: http

Is there a GWT book covering version >= 2.1.1?

2011-09-08 Thread tom
Hello, Does anybody know if there's a book (about to be published?) that covers the new features since 2.1.1 (RequestFactory, Editor framework, ...)? I'm working with GWT (v2.3) for a couple of weeks now, and I'm still getting stuck for hours on simple problems day by day. I think it's mainly b