To assist with the development of an access client, EDK includes a sample
access client in the IBM WebSphere directory: DevelopmentKits\edk\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 IBM WebSphere Business Integration
Server Express and Express Plus.
- A custom data handler, HtmlDataHandler.java, handles
conversion between HTML data and a IBM WebSphere Business Integration Server
Express and Express Plus 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 API.
For more information, see A sample servlet with HTML data-handling capabilities
