* I want to develop a Product Catalog.
* The product list is present in the database
* I want to display 10 products in one JSP page. I don't want to load all
the
products from the Database and keep it in the memory. I also don't want to
return
the ResultSet to the Servlet/JSP Layer.

What is the best way to do this ?

This is common functionality almost all the web sites have, but for some
reason I am not able to figure it out.

--Siva Jagadeesan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to