Hi, I am developing a JSP(2.0) shopping cart using struts(1.2) framework.
I want to know which is the preferred way of managing a product catelog. I am using a mysql db, which has a category table and a product table, all products are categorised in a parent-child relation ship. Do I have to store all the products in a container in an application object? Or just store the category and store the products(which fells under this category) only when the user select a particular category? Please help. Thank you. Sudheer Palaparabil