When exporting an application client, the exporter examines the three Factory properties for that application client and creates the following entries in the exported JAR file:
META-INF/services/javax.xml.parsers.SAXParserFactory
The content of this file is the value of the entity’s SAXFactory property if it is not empty.
META-INF/services/javax.xml.parsers.DocumentBuilderFactory
The content of this file is the value of the entity’s DOMFactory property if it is not empty.
META-INF/services/javax.xml.transform.TransformerFactory
The content of this file is the value of the entity’s XSLTFactory property if it is not empty.
When importing an application client, the importer looks at these same three entries. If these entries are not empty, the importer sets up the corresponding properties for the application client.
Copyright © 2005. Sybase Inc. All rights reserved. |