May 2004
Beginner to intermediate
1032 pages
23h 48m
English
Using the JSP code shown in today's lesson, provide the register applicant functionality for the Web interface to the Agency case study. Use the webagency.war Web application in the Day13/examples directory on the Web site as the starting point for your exercise.
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 home ... |
Read now
Unlock full access