Hi
If we have a person-directory application, where we can check the details of a specific person (for example, person with id 239) at
http://person-directory.com/detail.jsp?id=239
how can we create vanity urls in it? i.e. instead of typing the above url, we use
http://person-directory.com/julius
to open the detail page of person with id 239 and username julius.
Thanks
Umar