Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started