Re: GWT MVP Development with Activities and Places
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 <muabanky...@gmail.com> 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 <drfibona...@google.com>
> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home