How to create user web pages

1 view
Skip to first unread message

Sanjeev Kulkarni

unread,
Nov 16, 2009, 5:40:16 AM11/16/09
to Google Web Toolkit
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

gwtfanb0y

unread,
Nov 16, 2009, 7:09:40 AM11/16/09
to Google Web Toolkit
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.

Sanjeev Kulkarni

unread,
Nov 16, 2009, 7:52:25 AM11/16/09
to Google Web Toolkit
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???

Davis Ford

unread,
Nov 16, 2009, 8:53:16 AM11/16/09
to google-we...@googlegroups.com
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



--

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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
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
Reply all
Reply to author
Forward
0 new messages