Sample access client
To assist with the development of an access client, SADK
includes a sample access client in the IBM WebSphere directory: DevelopmentKits\sadk\ServerAccessInterfaces\AccessSample.
This directory contains:
- The sample access client, ATPServlet.java, is a servlet that provides the ability to convert HTML data
into a business object, which can then be sent to a collaboration
in InterChange Server Express.
- A custom data handler, HtmlDataHandler.java, handles conversion between HTML data and a InterChange Server Express business
object.
- The SampleRepos.jar file, which contains repository definitions of the components
used by the Access sample.
- The subdirectories listed in the following table contain additional
sample files.
Name |
Description |
collaborations |
Contains collaborations configured for call-triggered flows. |
DLMs |
Contains the required native maps. |
Note:
While this sample is useful to examine, it does not provide
examples of all the functionality supported in the Server Access
Interface API.
For more information, see A sample servlet with HTML data-handling capabilities.
