Application Development of Business Component

This section introduces a typical bank teller scenario, and how to use the supporting components and branch application components of Business Component to build such a scenario.

There are two roles in a typical bank teller scenario, teller and supervisor.

For the teller, there are following user activities in the scenario:

For the supervisor, there are following user activities in the scenario:

To implement such a scenario introduced above, the following business components are required:

The rich client UI is based on BTT RCP component. Especially, the new component BTT RCP XUI is used to implement the transaction UI for display and restoring.

What the Business Component application of such a scenario looks like, and the key points of how to build the application are introduced in the Tasks section.