Hi Naresh,
What my point was, rather than storing all the product information , like id, title, description, images , reviews, comments, quantity, price at EJB level, we just store product id and quantity in the Session bean. Rest of the information we can store in Httpsession at the presentaion layer. Just my two cents. Wouldn't it be costly transaction to fetch all the data from SFSB every time , user clicks on the cart to view it.
What are the other options of caching the data at presentation layer?
Thanks,
Brijesh