Answered step by step
Verified Expert Solution
Link Copied!

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 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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Administrator Limited Edition

Authors: Martif Way

1st Edition

B0CGG89N8Z

More Books

Students also viewed these Databases questions

Question

=+2. Are any of the interactions of the variables significant?

Answered: 1 week ago

Question

BPR always involves automation. Group of answer choices True False

Answered: 1 week ago