IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Running the HTML Hello World sample

Procedure

  1. Import the HTML Hello World sample. In the Rational® Application Developer workspace, click Menu > File > New > Others > HTML HelloWorldSample to import the HTML Hello World sample. Then click Next, and the click Finish.
    The Html Hello World Sample is imported into the workspace.
  2. Add the sample EAR to the WebSphere® Application Server server in Rational Application Developer. Right-click the WebSphere Application Server server in the server view of Rational Application Developer. Click Add and Remove, and then add the HTMLHelloWorldEAR to the server. Note:
    Note: There might be validation errors in the projects. If there are validation errors, you must remove these validation errors manually before adding the EAR.
  3. Open a browser, and then enter the URL http://localhost:9080/HtmlHelloWorld/EstablishSession.
    Note: The hostname and port name should be changed according to the value of the server.
    The main page of the transaction is displayed.
    You can change the account number in the selection box, then the sub account table will be refreshed with an AJAX call. You need to select a sub account to withdraw, then the account information will be filled into the transaction group automatically by JavaScript of ECA rule. After you enter the withdrawal amount, the Withdraw button enables you to submit of transaction.
  4. In the next confirm page, the transaction information is displayed and with a Confirm and Cancel button.
    If you click Cancel , the previous main page is displayed.
  5. After the transaction is confirmed, the system displays the result.


Feedback