Previous Topic: New ParametersNext Topic: Cross Platform Additional Parameters


Removal of Java Dependency for XML Parsing

The CA XCOM Data Transport GUI allows users to create configuration files which can later be reloaded into the GUI or used at the command line. Configuration files created by the GUI are saved in XML format. In CA XCOM Data Transport r11.5, when XML format configuration files are processed Java based routines were used to parse the file.

The use of Java based routines required CA XCOM Data Transport to load the Java executables and create a Java virtual machine for each command line transfer. This resulted in increased overhead and memory usage required for the Java virtual machine.

For CA XCOM Data Transport r11.6, the Java Dependency has been removed for XML parsing thus eliminating the overhead and memory usage required for the Java virtual machine.