Designing the application

WebSphere® Multichannel Bank Transformation Toolkit can be used to create dynamic and vivid page flows for web tellers or internet banking after you run the HTML Hello world sample. Furthermore, the HTML sample is developed by using tooling that does not require you to write any code.

With WebSphere Multichannel Bank Transformation Toolkit development tooling support, an application developer can focus on the business logic and UI. WebSphere Multichannel Bank Transformation Toolkit tooling generates the technical infrastructure code of WebSphere Multichannel Bank Transformation Toolkit framework and transaction definition and classes. This section describes how to design transaction related definitions and views.

To create a transaction, you must first design the business flow of the transaction; we need to break down the transaction into operations and views, and the transition between them. Then we will design the data context of the flow and operations and the data map between flow and operation. At the same time, we will design the UI layout and data binding between the UI widgets and data context of flow and operations.

The steps that need to be performed to create an application are provided in the HTML Hello World sample.