Basic Web widget migration

Web 2.0 On-Demand Workplace provides basic web widget which is pure HTML widget. You can use this widget to wrap the whole BTT legacy HTML connector application into it. They can also build new applications with other widgets. This is the quickest way with zero migration effort.

basic Web widget migration

In this approach, you can extend the widget to control the HTML connector application, to simulate the key input to do the single sign on. They can leverage the event mechanism to archive this.

To use basic web widget to wrap the legacy HTML connector application, you need to add service in the service repository. For example, the following code in Web 2.0 Internet bank sample is used to add the IBM® home page as a service.

<Service id="0.1" name="html_service" desc="html_service" logo="theme/servicelogo/navlogo.gif">
  <Widget name="simpleHTMLWgt">
    <attribute name="url" value="http://www.ibm.com" />
  </Widget>
</Service>

To wrap BTT HTML connector application, you only need to replace the http://www.ibm.com with the proper URL.