Create a user interface for customers to use to apply for
loans and another user interface for loan officers to interact with
the loan requests.
To create the user interface for the loan officer, complete
the following steps:
- In the Business Integration view, right-click LoanApplicationModule and
select Generate Human Task User Interfaces.
The Generate Human Task User Interface wizard opens.
- Select JavaServer Faces client application
as the Generator type and clear the Processes checkbox as shown in
the following screen capture.
- Click Next. The JSF client configuration
window opens. Type ManualApproverUI as the
name of the dynamic Web project and click Finish.
- A client generation completed dialog appears with how to
invoke the UI. Click OK to accept the defaults.
To create the user interface for the customer, complete
the following steps:
- Generate the user interface as you did for ManualApproverUI, but
in this case clear the Human Tasks checkbox. Name the dynamic Web
project CustomerUI.
- Enter CustomerUI as the name of the dynamic Web project and click
Finish. In the Business Integration view you see four new folders: