Re: Up to date GWT-Tutorial that put things together
We had the same struggle, some time ago. Fortunately, a book was being written that we got early access to. Its called GWT in Action, and is now in full print. It includes MVP UiBinding and lots more. There may be a better resource now, but its still very relevant for current GWT development. The website (gwtproject) itself is actually quite good now, but lacked a lot of this information in the past.
-- I really wish there was more replete showcase, it seems I've stumbled across a couple not in the showcase. If I can't see a widget, its like it doesn't exist. :(
J
On Friday, January 10, 2014 11:08:55 AM UTC-6, Martin Oelrichs wrote:
On Friday, January 10, 2014 11:08:55 AM UTC-6, Martin Oelrichs wrote:
I learn GWT (and web development in general) and want to to things as they supposed to be done right from the start.I'm struggling in finding an up to date tutorial that explains all the suggested concepts combined.What I think I've learned so far is that this would be a "best practise" approach (at least for the client) from a high level point of view:- HTML + CSS definition for a widget "foo" (XML)- UIBinding (using annotations) to a "foo" view class (V in MVP)- Coupling the view to a "foo" activitiy (P in MVP)- Use of Event-, Activity- and PlacesManager ("AppController" is a deprecated pattern(?))- Use of ClientFactory for reusable Views- Use of RequestFactory and EntityProxy as "M" part for DataBinding (using annotations)A tutorial that uses all of the above mentioned paradigms at once would be much appreciated.Thanks in advanceMartin
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home