IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Integrating multiple applications

About this task

The following pre-build activity classes are provided to adopt different requirements. These activity classes are included in working area plug-in:

  • com.ibm.btt.rcp.workingarea.activity.SWTWorkingAreaActivity:

    Launches a normal SWT based composite to the working area view. You only need to customize the class of composite to the activity parameter.

  • com.ibm.btt.rcp.workingarea.activity.SwingWorkingAreaActivity:

    Launches a normal Swing based composite to the working area view. You only need to customize the class of swing component to the activity parameter.

  • com.ibm.btt.rcp.workingarea.activity.OleWorkingAreaActivity:

    Launches an ActiveX application and integrates it to the working area view. You only need to customize the path of Ole document to the activity parameter.

  • com.ibm.btt.rcp.workingarea.activity.HTMLWorkingAreaActivity:

    Launches a Web based application and integrate it to the working area view. You only need to customize the path of HTML file or the URL like www.ibm.com to be the activity parameter.

  • com.ibm.btt.rcp.workingarea.activity.BTTNavigationWaActivity:

    Launches BTT transaction panels that have navigation requirements. You only need to customize the class of first transaction panel to the activity parameter.



Feedback