| ILOG JRules User Guide > Integrating Application Data > Concepts > XML Binding > What is XML Binding |
What is XML Binding |
PREVIOUS NEXT |
XML data binding is the process of representing the information in an XML document as an object in computer memory (deserialization). This allows applications to access the XML data direct from the object, rather than using the Document Object Model (DOM) to retrieve it from the XML file. This means that XML binding enables you to integrate XML data into a business rule application.
In JRules, XML data binding is carried out in two stages:
ILOG JRules exercises the Java class IlrXmlDefaultDataDriver, which implements the IlrXmlDataDriver interface, for both these drivers.
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |