This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I'm working with servlets and jsp. I'd like to get a virtual url. For example type www.eshop.com/product/XXYY and get info about a product XXYY.
The XXYY is stored in a database and shouldn't be in DD file.
Does DD file allow me to define a section where I would run a servlet which would decided if the URL is valid (after looking into a database).
Also it would be desirable to have this url visible in user's browser.