Hi, this is my first post to the group. Sorry for any mistakes.
I'd like to emphasize, as stated above, that printed books are out- dated. I've gone through many books and they all cover the very basics of getting started with Appengine and GWT. I would like to point out that, even though in the 2009 Google IO, Google was already pushing for the MVP pattern, and all the other goodies that make enterprise grade applications (testing, declarative UI, i18n, etc.) are not covered in any of the books in great detail. In fact, most of the books feel like a HOWTO, and not worth your money in my opinion. Just to get you started, I would suggest you go through the GWT session videos on the 2010 IO: http://code.google.com/events/io/2010/sessions.html I've made a little list of the things I've had to review (and am still in the process of doing so), to make a great application. Well tested - http://code.google.com/webtoolkit/articles/mvp-architecture.html#testing - http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/junit/client/GWTTestCase.html Secure SafeHTML - http://code.google.com/p/wave-protocol/ Monitored - http://code.google.com/p/gwt-log/ - http://code.google.com/p/google-web-toolkit/wiki/WebModeExceptions Scalable - http://code.google.com/webtoolkit/articles/mvp-architecture.html Bookmarfriendly - ? Crawlable - http://code.google.com/web/ajaxcrawling/docs/getting-started.html Localized - http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinderI18n.html This covers the "background" knowledge you need. But I would suggest you also pick up on Roo. Which, unfortunately, isn't shoved down our throats, and seems a little lacking in documentation at the moment. Good luck, Conrado. On Jul 8, 5:33 am, "Rachmat Kukuh R." <[email protected]> wrote: > I have a plan to buy these books: > > 1. GWT in Practice [Manning, 2008] > 2. Pro Web 2.0 Application Development with GWT (Pro) [Apress. 2008] > 3. Beginning Google Web Toolkit [Apress, 2008] > > But, does those books still compatible with the new GWT ? > > Thx before! :) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
