Hello,
I have an e-bookstore and i am trying to find out what is the best way to
save the customers products in his basket.Does anyone have any idea how this can be done??
It a few line it works like this..
When the customer clicks on the buy button a new
jsp page opens.The ISBN of the product is passed by request.getParmeter.
Should i use a vector,a
string ???
Any suggestionswill be very helpfull..
Thnx in advance!!