The basic steps for building user exits for an IDD application are:
Develop the user exit Java code.
Compile and build a jar file containing the user exit classes.
Use
siperian-bdd.jar
from the MDM Resource Kit. This archive contains all IDD specific classes and interface definitions that are required for building User Exit implementation. For more information, see the
Multidomain MDM Resource Kit Guide
.
The jar file must be named
UserExitsImplementation.jar
.
Use the IDD Configuration Manager to import the JAR file into your IDD application. (You can also include the JAR file in an IDD application ZIP file that is imported.)