Implementing processors

Procedure

  1. Click File > New > Other from menu bar of RAD.
  2. Find and expand BTT folder from Application Wizard window.
  3. Select Transaction, and then click Next.
  4. Input a transaction file name. Click Next. This sample has two processors, "creditCardsProc.transaction" and "financialInfoProc.transaction".
  5. Select Self-defined Processor and HtmlProcessor. Click Finish. A processor transaction file is created.
  6. Open the transaction file with BTT Transaction Editor.
  7. Design the processor. Refer to create a processor with Transaction Editor for more details.
  8. In Transaction Dashboard window, click Generate. An xml file named as same as the transaction file will be generated.

Results

Tip: A regular name for operation and processor is recommended 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.