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
Click
File->New->Other
from menu bar of RAD.
Find and expand BTT folder from
Application Wizard
window.
Select
Transaction
, then click
Next
button.
Input
startUpHtmlSessionOp.transaction
as file name. Click
Next
button.
Select
Self-defined Operation
. Click
Finish
button.
startUpHtmlSessionOp.transaction is created.
Open startUpHtmlSessionOp.transaction with BTT Transaction Editor.
Create new operation named startUpHtmlSessionOp to implement
com.ibm.btt.samples.helloworld.StartHtmlSession class
.
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.
Parent topic:
Implementing the application
Feedback