I have a shopping cart bean that holds an array for the 'id', 'description', 'quantity', and 'price' for all items added to the cart. I am able to display the information on a web page, but I don't know how to get it from the cart bean to a database. I am using JSP. Any help would be great!