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...

Which of the following statements is false?

a. SecureRandom method ints with two int arguments creates an IntStream for an infinite stream of random int values in the range starting with the first argument and up to, but not including, the second. b. SecureRandom method ints with a long and two int arguments creates an IntStream with the specified number of random int values in the range starting with the first argument and up to, but not including, the second. c. To convert an IntStream to a Stream call IntStream method toStream. d. Function static method identity creates a Function that simply returns its argument.

Computer Science & Information Technology

A(n) ________ is a single characteristic or attribute of a person, place, object, event, or idea contained in a database

Fill in the blank(s) with correct word

Computer Science & Information Technology

The InfoPath ________ feature of SharePoint Server must be enabled to publish form templates to the form libraries

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) _________________________ is a device used to convert a hard copy into a digital form for storage, retrieval, or other electronic purposes.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology