Development Toolkit(3.2)
Search this document:
Development Toolkit (DTK) enables you to develop user defined programs, plugins, in Java that you then incorporate into the Platform.
Note!
While this document does not include general information about Java programming, it contains rules and recommendations that you should apply in order to operate your new plugin with the Platform.
This document contains an overview of the classes and interfaces used for the different plugins.
For a complete list of all the classes, and the full syntax details, see the JavaDoc which can be found in $MZ_HOME/dtk/javadoc
when DTK has been installed according to Installation and Setup(3.2).
In the DTK package, examples for full-featured plugins are also included. The reader is encouraged to examine these examples that can be found in $MZ_HOME/dtk/examples
.
Note!
Agents built using DTK can only be used in the Desktop Client.
Chapters
The following chapters and section are included:
- Development Toolkit Overview(3.2)
- Installation and Setup(3.2)
- Creating a DTK Plugin(3.2)
- Agent Plugins(3.2)
- Data Serialization(3.2)
- Exceptions(3.2)
- UDR Plugins(3.2)
- Event Plugins(3.2)
- Notifier Plugins(3.2)
- APL Plugins(3.2)
- Ultra Field Plugins(3.2)
- Workflow Service Plugins(3.2)
- Desktop Plugins(3.2)
- Environment Interfaces(3.2)
- Agent Plugin Examples(3.2)