Hi: In my website I found that their url are very simple like:
http://example.com/questions/4486620/randomaccessfile-probelm
And generally the url should like:
http://example.com/questions?xx=4486620&title=randomaccessfile-probelm
That's to say there is no request parameters combined by "&" in the url.
How did they make it? Is there any framework?
UPDATE: My application works under tomcat.