Problem in creating unique pages in jsp

I am building a trading site with jsp. How can I create distinct url's in the page, where all the items are shown according to the items' item numbers and how can i use these numbers for creating a unique item page.
[224 byte] By [NoktasizvirguLa] at [2007-11-27 4:55:39]
# 1
Your scenario is a basic of JSP/servlet development including standard tecnique for request processing and response composing. Read a relevant book or two.
hiwaa at 2007-7-12 10:10:39 > top of Java-index,Java Essentials,New To Java...