With this proxy sample you learn how to write a simple
proxy, map proxies to controls (handled internally), deploy proxies,
and verify that the proxies work.
Deploy the binary files
Export the TreeProxy.jar
to a location that you specify, and import it to Rational Functional Tester to test the sample application-under-test
.
Verify the proxy deployment
You can test
the controls that are provided as part of the TreeApp application-under-test by verifying the proxy class name before and after deployment.
- Before you deploy the proxies, notice that the Proxy
Class Name (#proxy) property under Administrative
properties for CustomTree is .java.jfc.JTreeProxy .
This is the default value for this control.
- After you deploy the proxies, you see; sdk.sample.jfc.ExtendedJTreeProxy as
the newly developed proxy for the CustomTree control.