You can find this example: http://gwt.acrinta.com

it is a small sample app that shows how to implement MVP/Gin/etc

It uses AppPlace which other places extends and then
AppPlaceHistoryMapper directly handles all the mapping but you may
want to do something a little more dynamic. This is just one simple
way

on github: https://github.com/ashtonthomas/gwt-seminar

On Nov 12, 10:22 pm, MBKG <[email protected]> wrote:
> Thanks David.
> My 2 cents:
> If user can go back (URL history) when using BasicPlace?
> Could you give a full small example?
> Thanks in advance.
>
> On 13 Tháng Mười Một, 00:12, David Chandler <[email protected]>
> wrote:
>
> >                 @Override
> >                 public String getToken(Place place) {
> >                         // BasicPlaces have no state so we can always
> >                         // return null. By default, GWT creates a
> >                         // URL containing the class name of the Place
> >                         // so we don't have to worry about that part.
> >                         return null;
> >                 }
> >         }
>
> > }

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