Hi everyone!
In my java web project we use spring + gwt + mvp4g. We have several users 
on site, each of them is able to see several pages: 
Profile: 
mysite.com/#profile?user=blabla<http://vk.com/away.php?utf=1&to=http%3A%2F%2Fmysite.com%2F%23profile%3Fuser%3Dblabla>
Orders: 
mysite.com/#orders?user=blabla<http://vk.com/away.php?utf=1&to=http%3A%2F%2Fmysite.com%2F%23orders%3Fuser%3Dblabla>
and so on 
History tokens "user", "orders" are handled by some @Presenter annotated 
class (according to mvp4g best practises : EventBus + HistoryConverter).
We want to provide each user some kind of personal 
space:mysite.com/blabla<http://vk.com/away.php?utf=1&to=http%3A%2F%2Fmysite.com%2Fblabla>
 or 
blabla.mysite.com<http://vk.com/away.php?utf=1&to=http%3A%2F%2Fblabla.mysite.com>
 (assuming 
that "blabla" is unique for each user)

So links listed above should look in the following way:
Profile: 
mysite.com/blabla/profile<http://vk.com/away.php?utf=1&to=http%3A%2F%2Fmysite.com%2Fblabla%2Fprofile>
 or 
blabla.mysite.com/profile<http://vk.com/away.php?utf=1&to=http%3A%2F%2Fblabla.mysite.com%2Fprofile>
Orders: 
mysite.com/blabla/orders<http://vk.com/away.php?utf=1&to=http%3A%2F%2Fmysite.com%2Fblabla%2Forders>
 or 
blabla.mysite.com/orders<http://vk.com/away.php?utf=1&to=http%3A%2F%2Fblabla.mysite.com%2Forders>
...

How can achieve this?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to