You can do this with the fantastic UrlRewrite filter. I set my site up this way to make RESTful style URLs. There's an example how to do this here: http://zenoconsulting.wikidot.com/blog:16
On Mon, Nov 16, 2009 at 7:52 AM, Sanjeev Kulkarni <[email protected]>wrote: > Thanks for the answer. This solution I already did and is working > fine, but know I want to get the user web page by explicit URL like > http://example.com/sanjeev.html > Any idea??? > > > > On Nov 16, 5:09 pm, gwtfanb0y <[email protected]> wrote: > > A solution - without modifying the server redirects - is to use one > > url with a parameter like this: > > > > http://example.com/login?user=sanjeev > > > > The servlet extracts the username, load the modeldata from the > > database for it and sent it back > > to the client. > > > > On 16 Nov., 11:40, Sanjeev Kulkarni <[email protected]> wrote: > > > > > Hi all, > > > Don't know whether my post will be appropriate to this forum! but I > > > have become helpless so I am posting here.Please excuse me if not > > > appropriate. > > > > > I want to make a user web pages for all the users who registers into > > > my application. The user can view his web page with a link like below: > > > > >http://example.com/username > > > > > I have stored all user information into a table.But not getting how to > > > create a individual files (either .html or .jsp) to retrieve his > > > information. I wrote a .jsp file in which I am displaying the user > > > information based on the search criteria, but now I want display user > > > web page explicitly without searching like linkedin public profile > > > pages. > > > > > Any idea will be greatly appreciated.Thanks. > > > Sanjeev > > -- > > 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=. > > > -- Zeno Consulting, Inc. home: http://www.zenoconsulting.biz blog: http://zenoconsulting.wikidot.com p: 248.894.4922 f: 313.884.2977 -- 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=.
