rahulrulez 0 Newbie Poster

Hey guys.
I'm developing the Online Shop using JSP and MYSQL database.

I've to create one module, basically a "Shopping Basket" which will hold the information about items that to be purchased.

Suppose I buy one product from Item list, that should go in item inventory. If I click "Buy" on one more item, then both should be displayed in the item inventory.

I have to retrieve information from Items database and store it in something like array or stack because Shopping basket is just a temporary thing.

Can you help me with code?

Thanks,
Rahul.