Follow these steps to configure client:
- Copy the following plug-ins from <toolkit_root>/plugins to the
plugins directory of your Rational® Application Developer, WebSphere® Integration
Developer, or eclipse:
- com.ibm.btt.bc.cm.common_6.1.2
- com.ibm.btt.bc.cm.rcp_6.1.2
- com.ibm.btt.core_6.1.2
- com.ibm.btt.csclient.http_6.1.2
- com.ibm.btt.rcp.activity_6.1.2
- com.ibm.btt.rcp.broker_6.1.2
- com.ibm.btt.rcp.navigator_6.1.2
- com.ibm.btt.rcp.perspective_6.1.2
- com.ibm.btt.rcp.service.manager_6.1.2
- com.ibm.btt.rcp.visualbean.runtime_6.1.2
- com.ibm.btt.rcp.visualbean_6.1.2
- com.ibm.btt.rcp.theme_6.1.2
- com.ibm.btt.rcp.workingarea_6.1.2
- Import the sample RCP application project from Client, follow these steps:
- Click .
- In the pop-up dialog box, select and click .
- Choose the project directory and select to import.
- Follow these to connect the client with the server:
- Select in
the Package Explorer.
- Expand , and open the file.
- Change code as follows:
<com.ibm.btt.bc.cm.delegation.CashDrawerManagerImpl id="cdm">
<arguments Inject="initClient">
<string ArgumentType="java.lang.String"
value = "http://ipaddress:port/DynamicWebProject/services/CashDrawerManagerImpl2" />
</arguments>
</com.ibm.btt.bc.cm.delegation.CashDrawerManagerImpl>