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 : 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
MySQLOracle
Implement a Java Servlet to handle book requests eg fetching a list of books from a
database For now, you can add a hardcoded list.
Phase : The Enhancements as part of assignment 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.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
