< Previous | Next >

Generating user interfaces

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:

  1. In the Business Integration view, right-click LoanApplicationModule and select Generate Human Task User Interfaces. The Generate Human Task User Interface wizard opens.
  2. Select JavaServer Faces client application as the Generator type and clear the Processes checkbox as shown in the following screen capture.
    Generate Human Task User Interface wizard
  3. Click Next. The JSF client configuration window opens. Type ManualApproverUI as the name of the dynamic Web project and click Finish.
  4. 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:

  1. Generate the user interface as you did for ManualApproverUI, but in this case clear the Human Tasks checkbox. Name the dynamic Web project CustomerUI.
  2. Enter CustomerUI as the name of the dynamic Web project and click Finish. In the Business Integration view you see four new folders:
    Four folders are created: CustomerUI, CustomerUIEAR, ManualApproverUI, ManualApproverUIEAR

Feedback

(C) Copyright IBM Corporation 2005, 2008. All Rights Reserved.

< Previous | Next >