Question: Objective: To build a partial functionality of Online Bookstore using Java Server Pages ( JSP ) . Thus, you are required to create a web

Objective: To build a partial functionality of Online Bookstore using Java Server Pages (JSP). Thus, you
are required to create a web application where users can browse and search for books. You need to full
fill the following requirements:
Phase 1: GUI and static book collection.
User Interface: Create a homepage where users can see a list of available books.
Each book should display its title, author, price, and a button to add it to the shopping cart.
Backend Functionality: The full function backend will be addressed later after covering the JDBC using
MySQL/Oracle.
Implement a Java Servlet to handle book requests (e.g., fetching a list of books from a
database). For now, you can add a hardcoded list.
Phase 2: The Enhancements as part of assignment 2 after the midterms.
Java Servlet & JDBC classes.
Allow users to search for books by title, author, or category.
Notes: Javadoc & documentation:
Include documentation explaining the functionality of each JSP page and Servlet.
Provide instructions on how to deploy the application to a servlet container (Apache tomcat).
Note: The hardcoded list should be of type Book, where "Book" is a Java class.
Book ListHere is an example without style, please use your own CSS and provide real book names.
 Objective: To build a partial functionality of Online Bookstore using Java

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!