Re: Suitable for use with GWT 2.0?
Hi,
I would say it is still useful to give a grounding in GWT, but you are also right in that GWT has come on a long way since the 1st edition and some code examples might need some interpretation.
For example event handling has moved from a listener approach to a handler approach, new data centric widgets are available, JSONP is built in. There are other things that are new, or more mature now, such as declarative UI with UiBinder, MVP being easier with Activity and Place objects, and dependency injection through GIN and Guice; which were not covered originally.
And apologies for delay in answering, we're busy hammering away at the 2nd edition, bringing the content bang up to date, addressing the above and more, and that hopefully will hit the MEAP process soon ( http://www.manning.com/tacy/ ).
Best Regards,
Adam
|