If you need some information about how to use Activities and Places I coded 
an example implementing Thomas Broyer idea about NOT nesting activities 
here :

https://github.com/ronanquillevere/GWT-Multi-Activities

Hope it can help because Activities and Places is not an easy topic when 
you start GWT.

On Friday, January 10, 2014 6:08:55 PM UTC+1, 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 advance
> Martin
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to