Hi,

I'd like to have a simple url scheme similar to twitter, something
like:

  // shows my app landing page.
  http://www.mysite.com

  // shows public info on a user.
  http://www.mysite.com/johndoe

how could I do this with GWT? I think we can use this format:

  http://www.mysite.com#johndoe

but is the / format possible? I had been playing with Restlet which
would kinda let me catch those urls, but I'm not sure if it's possible
to feedback a gwt-built ui and initialize it with the [username]
parameter collected from the url tail,

Thanks

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to