Implementing the business operation

Following the instructions in this topic to implement the business operation.

  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.
  4. Input helloWorldOp.transaction as file name. Click Next.
  5. Select Self-defined Operation. Click Finish.
  6. The helloWorldOp.transaction file is created.
  7. Open the helloWorldOp.transaction file with BTT Transaction Editor.
  8. Create an operation named helloWorldOp to implement com.ibm.btt.samples.helloworld.HelloWorldOp class.
  9. In Transaction Dashboard window, click Generate. A file named helloWorldOp.xml is generated from helloWorldOp.transaction.