| Using the Designer > Data Formats > Project Files |
Project Files |
INDEX
PREVIOUS
NEXT
|
ILOG JViews Diagrammer project files (.idpr) are XML files. These small files contain a pointer to the style sheet file and a data source specification including a pointer to the XML file or the database connection configuration for a JDBC-compliant database.
Code Sample 5.5 shows an example of a project file when the data source type is XML.
<?xml version="1.0" encoding="UTF-8"?> <diagrammer style="genealogy-composite.css"> <datasource class="ilog.views.diagrammer.datasource.IlvXMLDataSource" url="genealogy-composite.xml"/> </diagrammer> |
Code Sample 5.6 shows an example of a project file when the data source type is JDBC.
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |