- The tpi_rnif data handler has been added to the
CwDataHandler.jar for TPI support of the Chem
eStandards.
Significant performance improvements have been made to the XML
data handler. Most of these are transparent. Some are not:
- A new XML data handler child meta-object attribute,
InitialBufferSize, has been created to define the initial
size of the buffer that is used when converting business objects to
XML. Set this value to the size, in bytes, of your XML business
objects. Setting this value to a high number will speed the
conversion of business objects to serialized XML. The default value
is 2 MB.
- A new XML data handler child meta-object attribute,
UseNewLine, has been created. Set this attribute to
true if you want each tag in the output XML to be on a new
line. (The XML data handler adds extra content in the form of line
feeds and carriage returns to the XML document.) Set to
false if you do not want to alter the XML output.
