You will create a US State Facts Web application. This application is designed to allow users to review their knowledge about various U.S. states. This application should consist of two JSP pages. The first page (named states) should display a list containing 10 different state names. These state names are stored in the StateFacts database. The user should be allowed to select a state name from the list and click a button to retrieve information about the selected state from the database. The information should be displayed on a different JSP page (named stateFacts). The stateFacts page should display an image of the state flag and list the state capital, state flower, state tree and state bird (retrieved from the database). You will be provided w
What will be an ideal response?
The client tier should contain the JSP page GUIs, including an HTML menu con- trol for the different state names. The middle tier should contain the code used to retrieve the state names and information from the database and return to the client tier. The information tier should contain the statefacts database where the state information is stored.
Computer Science & Information Technology
You might also like to view...
A higher sampling rate of 44,100 Hz is used to record music on CDs
Indicate whether the statement is true or false
Computer Science & Information Technology
Assign to ptr the location of the first occurrence in s1 of any character from s2.
What will be an ideal response?
Computer Science & Information Technology