http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/History.html
http://www.someapp.com/#home

On Jun 17, 9:28 am, GWT Chick <[email protected]> wrote:
> Lets say you want your users to be able to bookmarkhttp://www.someapp.com/home
> orhttp://www.someapp.com/mystuff, etc to get directly to the right
> "page" within your app.
> My question is... do I need to create a separate servlet to serve each
> of these relative paths?
> Do I need a different EntryPoint class for each of these pages that
> these relative urls point to?
>
> How do you suggest I structure the code so that a user can type
> "http://www.someapp.com";, followed by click on "home".... and gets
> served by the very same servlet that would serve him if he went
> directly to "http://www.someapp.com/home";?
>
> Thank you!
--~--~---------~--~----~------------~-------~--~----~
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