Exercise

Using the JSP code shown in today's lesson, provide the register applicant functionality for the Web interface to the agency case study.

You will need to perform the following steps. Build and deploy your application as you complete each step.

1.
Add a createApplicant.jsp page with the alias /applicant/createApplicant to support the create applicant functionality on the agency.jsp page. Model your solution on the createCustomer.jsp page already provided.

2.
Using advertise.jsp as a guide, develop a Web page called register.jsp to handle client registration. The links to invoke this page from the agency.jsp portal page have already been provided.

3.
Add the ability to update the applicant details and code an updateApplicant.jsp page that is accessed from a form on the register.jsp page and has the alias /applicant/updateApplicant.

4.
Add functionality to the register.jsp page to delete an applicant and write the deleteApplicant.jsp page (alias /applicant/deleteApplicant).

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.188.98.148