IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Implementing the business operation

About this task

To implement the business operation, perform the following tasks:

Procedure

  1. Click File->New->Other from menu bar of RAD.
  2. Find and expand BTT folder from Application Wizard window.
  3. Select Transaction, then click Next button.
  4. Input startUpHtmlSessionOp.transaction as file name. Click Next button.
  5. Select Self-defined Operation. Click Finish button.
  6. startUpHtmlSessionOp.transaction is created.
  7. Open startUpHtmlSessionOp.transaction with BTT Transaction Editor.
  8. Create new operation named startUpHtmlSessionOp to implement com.ibm.btt.samples.helloworld.StartHtmlSession class.
  9. In Transaction Dashboard window, click Generate button. A file named startUpHtmlSessionOp.xml is generate from startUpHtmlSessionOp.transaction.

Results

Note: A regular name for operation and processor is often used as following to make them be clearly know at a glance:
  • Use Op as the ending to all operation names.
  • Use Proc as the ending to all the processor names.


Feedback