This project is a web application developed as part of a Web Development course assignment. It implements a simple virtual CD store with a shopping cart using Java technologies.
- CD Selection: Users can select CDs from a list, specify the quantity to purchase, and add them to the shopping cart.
- Shopping Cart: Displays the list of selected CDs and the total amount.
- Checkout: Presents the final amount for payment.
- CD Removal: Allows users to remove CDs from the cart and proceed with the purchase or request the final amount.
- Cart Initialization: Resets the shopping cart after payment for a new purchase.
- Java Servlets
- JSP (JavaServer Pages)
- EL (Expression Language)
- JSTL (JavaServer Pages Standard Tag Library)
- JDBC (Java Database Connectivity)
- Connection Pooling
- Sergio Álvarez Piñón
- Paula Vázquez Tella
This README provides a brief overview of the CD Store Web Application project, its features, installation instructions, and contact information.