I thank you kindly, sir!

On Tue, Nov 1, 2011 at 12:32 PM, BM <[email protected]> wrote:

> This is what I did to learn GWT.
>
> 1) Go through the slides on here:
> http://courses.coreservlets.com/Course-Materials/gwt.html
> These slides are nice to give you little kick start. But don't doesn't
> explain the newer GWT well enough.
>
> 2) Buy the Manning's GWT in Action Second Edition MEAP. This book
> rocks in every way. The above slides gives you a brief overview of GWT
> but it is way old. Newer GWT is all about UIBinder instead of
> Procedural Java programming. You need to understand UIBinder, GWT-RPC,
> MVP with Activities and Places extremely well. The first few chapters
> and these three I mentioned above are very important. Knowing about
> different widgets and panels can be learn as you go. But the above
> three would make you very comfortable as most of the newer GWT code
> are using UIBinder and Activities and Places.
>
> Remember, there is no right way or wrong way. You can design page in
> any way you want. Ultimately it all gets converted to JavaScript. It
> all comes with more hands on you have better you get at it and what's
> your needs are really.
>
> 3) Then go through documentation and tutorial on Google's GWT site.
> http://code.google.com/webtoolkit/doc/latest/tutorial/index.html
>
> 4) You can then read the remaining chapters from the book as you start
> getting comfortable like: JUnit testing, Deferred binding,  Gin/Guice.
> I prefer to use JUnit testing using mockito and it all depends on how
> to really do code splitting. What's should be your ideal views and
> what should be inside activities.
>
> Hope that helps.
>
> On Oct 31, 9:54 am, Brandon Donnelson <[email protected]> wrote:
> > Here are some videos I've done to help folks get going.
> >
> > http://www.youtube.com/playlist?list=PL29B4CCEF46EFF4F2&feature=viewall
> >
> > Brandon Donnelsonhttp://gwt-examples.googlecode.com
>
> --
> 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.
>
>


-- 
When I was 12 I thought I would live forever.
So far, so good.

-- 
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.

Reply via email to