Release Notes

JViews Charts Release Notes

This document describes the main changes that have been made to the JViews charts module since version 6.0.

Incompatibilities
General Changes
Library Changes

New Interfaces and Classes

Modified Classes

Example Changes

Incompatibilities


General Changes

The main general changes of the JViews Charts module are the following:

Library Changes

New Interfaces and Classes

ilog.views.chart.IlvChartConfiguration.IlvDataSourceXMLSerializer

The interface for IlvDataSource serializer. This interface allows the serialization by an IlvChartConfiguration of an IlvDataSource .

ilog.views.chart.faces.component.data.IlvFacesJDBCDataSource

A data source that wraps an IlvJDBCDataSource. This kind of data source loads its data from a database.

ilog.views.chart.faces.component.data.IlvFacesJDBCMapping

This class defines a mapping of a data set x, y and label values to the corresponding columns of a JDBC query.

ilog.views.chart.faces.dhtml.renderkit.IlvJDBCDataSourceRenderer

This class is the DHTML renderer for an IlvFacesJDBCDataSource.

ilog.views.chart.faces.dhtml.taglib.IlvJDBCDataSourceTag

This class defines the custom tag handler for a JDBC Data Source component.

ilog.views.chart.faces.dhtml.taglib.IlvFacesJDBCMappingTag

This class defines the custom tag handler for a JDBC mapping component.

Modified Classes

ilog.views.chart.IlvChart

ilog.views.chart.IlvChartConfiguration

ilog.views.chart.IlvScale

ilog.views.chart.data.IlvDefaultDataSet

ilog.views.chart.data.IlvJDBCDataSource

ilog.views.chart.faces.component.data.IlvFacesDataSource

ilog.views.chart.renderer.IlvComboChartRenderer


Example Changes