Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 2 - JSP Develop a JSP page that is a web version of the JDBC program in question 1. Specifically, the JSP page generates

image text in transcribed

Question 2 - JSP Develop a JSP page that is a web version of the JDBC program in question 1. Specifically, the JSP page generates a table for displaying the data in the Study database table. When an HTTP request parameter called grade exists, only those student records with their grades matched with the parameter value are sorted by name in ascending order and displayed. When the request parameter does not exist, message "Invalid input. is displayed. When there is no record matched, message "Record not found." is displayed. This screenshot shows the output of the JSP page when there is no grade parameter. Students + Co O localhost:8080/COMPS311-Assignment2-Q2/index.jsp Study Records Invalid input. These three screenshots show the output of the JSP page when there is a grade parameter. Students + localhost:8080/COMPS311-Assignment2-02/index.jsp?grade=A Study Records Students who got A Name Course Title Amy Au Operating System Paul Leung Java Students + e localhost:8080/COMPS311-Assignment2-Q2/index.jsp?grade=B Study Records Students who got B Name Course Title David Lee Java John Lee Software Engineering May Lee Operating System Peter Chan Database R Students > localhost:8080/COMP5311-Assignment2-02/index.jsp?grade=D Study Records Record not found

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

Step: 3

blur-text-image

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 Concepts

Authors: David Kroenke, David Auer, Scott Vandenberg, Robert Yoder

10th Edition

0137916787, 978-0137916788

More Books

Students also viewed these Databases questions

Question

7 years? (Round your answer to the nearest cent.)

Answered: 1 week ago

Question

4-6 Is there a digital divide? If so, why does it matter?

Answered: 1 week ago