An Online Bookstore web application built using JSP and Servlet technology that provides users with the ability to browse, search, and purchase books with ease. This project simulates the real-world functionality of an online bookstore, making it ideal for practicing Java EE web technologies.
-
User Registration & Login: Users can create an account and log in securely.
-
Book Search: Search for books by title, author, or ISBN. Results are dynamically displayed and updated.
-
Book Results: Search results will be displayed along with a checkbox (to select specific books to be added to the cart) and a counter (to specify the number of selected books).
-
Billing: Generate an itemized bill and order summary for the selected purchases.
-
Completion Message: An end message is displayed on the screen to indicate the completion of a purchase.
- Java EE (JSP, Servlets)
- MySQL for database management
- Apache Tomcat as the server
- HTML, CSS, JavaScript for the frontend
- Clone the repository:
git clone https://github.com/your-username/Online-Bookstore-Java-EE.git