Lets say you want your users to be able to bookmark http://www.someapp.com/home
or http://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