The Phone Book Web application should consist of two JSP pages, which will be named phoneBook and phoneNumber. The phoneBook page displays a list containing the names of several people. The names are retrieved from the phonebook database. When a name is selected and the Get Number button is clicked, the client browser is redirected to the phoneNumber JSP page. The telephone number of the selected name should be retrieved from a database and displayed in the phoneNumber JSP page. For this exercise, you need only organize the components (phoneBook and phoneNumber JSP pages, phonebook database and the code that performs the specified functionality) of this Web application into separate tiers. Decide which component belongs in which tier. You will begin building t
What will be an ideal response?
The client tier should contain the JSP page GUIs. One page will contain an HTML menu control. The middle tier should contain the code used to retrieve the names and phone numbers from the database and return to the client tier. The information tier should contain the phonebook database where the phone number information is stored.
Computer Science & Information Technology
You might also like to view...
What is the box trace?
What will be an ideal response?
Computer Science & Information Technology
Explain how you would use crontab to schedule a script that finds and removes your old temporary files in /tmp at the start of each day.
What will be an ideal response?
Computer Science & Information Technology