Thats right, the only way of doing that with gwt is using the History token.
Your url will probably be: http://sample.com/#resources/lists<http://sample.com/resources/lists> The official doc is here: http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html 2010/8/21 Christian Goudreau <[email protected]> > How do you navigate between those places ? > > You could also let that hard work be handled by a MVP framework like > Gwt-Platform <http://www.gwtplatform.com/>. > > In any cases, you should read about History and GWT. > > Cheers, > > > On Sat, Aug 21, 2010 at 2:55 PM, Thamizharasu S <[email protected]> wrote: > >> Hi, >> >> For example I am working on an application called online resource >> management system. >> Usually I will have, List, Add, Edit views for my application. If I >> see list resources page, the URL should have >> http://sample.com/resources/lists >> >> For add resources page, I want to have the URL like, >> http://sample.com/resources/add >> >> How could I maintain these type of human readable URL? >> >> I hope this would clarify your doubt now... >> >> - Thamizharasu S >> >> On Aug 20, 11:41 pm, Gal Dolber <[email protected]> wrote: >> > Not sure what exactly you mean >> > >> > 2010/8/20 Thamizharasu S <[email protected]> >> > >> > >> > >> > >> > >> > > Hi All, >> > >> > > How to define human readable URL for GWT application? any idea... >> > >> > > - Thamizharasu S >> > >> > > -- >> > > 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]<google-web-toolkit%[email protected]><google-web-toolkit%2Bunsubs >> [email protected]> >> > > . >> > > For more options, visit this group at >> > >http://groups.google.com/group/google-web-toolkit?hl=en. >> > >> > -- >> > Elegant, beauty, modular, *production ready* gwt applications... guit >> > >> > http://code.google.com/p/guit/ >> >> -- >> 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]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> >> > > > -- > Christian Goudreau > www.arcbees.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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- Guit: Elegant, beauty, modular, *production ready* gwt applications. http://code.google.com/p/guit/ -- 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.
