The loan application that you create will be developed on the workbench using a top-down approach.
To create your application, you will use the following seven editors:
Name | Icon | Purpose |
---|---|---|
assembly editor | ![]() |
Allows top-down development by creating and connecting components to form the integrated loan application. |
business process editor | ![]() |
Helps you create the business logic for evaluating the loan application based on the applicant's credit rating and the business rules of the bank. |
visual snippets editor | ![]() |
Helps you evaluate credit check conditions in the business process visually, and without writing any Java code. |
interface editor | ![]() |
Helps you create interfaces that specify the means of accessing and returning output of components to other components in the assembly diagram. |
business rules editor | ![]() |
Help you create the rules that define the bank's loan policies, such as when an application is approved or rejected. |
rule group editor | ![]() |
Helps you select a business rule to execute based on the date or other criteria. |
business object editor | ![]() |
Creates containers for business objects to represent the entities in the scenario. These include the customer or applicant, loan application, contact information for the applicant, and the data passed to bank administrators. |