Previous | Managing Java Objects | Next |
If the Java Object has properties which should be set through the Administration Manager, the properties must be described in an XML file in the <INSTALL>/xml/templates/objects/properties directory (where <INSTALL> is the OpenFusion installation directory). This file should be given a name of the form <Java-Object>Properties.xml. For example:
<INSTALL>/xml/templates/objects/properties/MyObjectProperties.xml
The properties XML file must conform to the DTD specified in <INSTALL>/xml/schema/Properties.dtd. See Defining a Property in the XML File for details.
Previous | Managing Java Objects | Next |