Extracting and Loading Definition Files in DDX Format (NFS 66195)

The .ddb form and data definition file is output using a specialized format that is difficult for humans to read and to compare the file against other versions of the file to detect what has been changed. The file also contains JADE oids, which makes comparison impossible.

You can now extract and load form and data definition files in the XML Device Data Exchange (DDX) format instead of the default existing Device‑Dependent Bitmap (DDB) format. This XML format does not include JADE oids. All entities are identified by name and by their position in the XML object hierarchy. You can compare the DDX file to another version of the file, to identify what has changed between the two versions.

The following changes have been made to the load and extract processes and to the JADE development environment.

When extracting a schema metadata file and form and data definitions file with the DDX file format, the Global class of the schema is extracted but the data is ignored when the schema is loaded. (For a DDB format file, the Global class is not extracted.)

The global information in the DDX file is ignored for consistency and because it creates a situation where the data cannot be loaded until a reorganization is performed if the Global class is marked for reorganization.