|
Below is a list of Server Side Applet components that have API
specifications.
You can learn more about SSA architecture by reading
eBC Server Side Applet Overview.
|
SSA Base API
The SSA Base API describes basic data structures used to communicate with
client engine.
An SSA developer may use this API to access font or locale information or
to specify layout composition of GUI elements.
|
SSA Client API
The SSA Client API describes the client engine which SSA developer
needs to customize to create a branded version of the client software.
To minimize the customization effort it is required to implement only
one method returning URL to your server.
|
SSA Server API
The SSA Server API describes the core of SSA architecture.
This part along with SSA Base API will be used to implement your entire
SSA application. Combined with direct access to your server
resources SSA will allow you to deliver content to all mobile devices
connected to your organization.
|