< Previous | Next >

Loan application sample

In this sample, a customer will apply for a loan online. After the bank receives the application, the loan will be approved automatically if the amount is less than or equal to $50000. If the amount is greater than $50000, then the application is forwarded to a loan officer for approval. The customer can view the status of the application using an online interface.
Banking customer requesting a loan online from a bank
Before you start building the Loan application sample, you should understand the following concepts:
  • How business objects and interfaces are created
  • How business modules are created
  • How business processes are built
  • How business rules are defined
To refresh your understanding of these concepts, perform the Hello World 1 and Hello World 2 samples before you begin the loan application sample.

Modules in this tutorial

Feedback

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

< Previous | Next >