Developing JViews Charts JavaScript Web applications
Describes how to develop an application as a JavaScript Web application.
Recommends the use of AJAX-based JavaServerâ„¢ Faces (JSF) technology rather than JavaScript Web technology.
Explains how the JViews Charts Web application support uses the Java servlet technology to deliver information from a chart server-side application..
Identifies the location of the classes used to build JavaScript Web applications.
The JViews Charts library provides a predefined lightweight servlet abstract class named IlvChartServlet. This class is a subclass of the HttpServlet class from the Java servlet API that automatically delegates the requests handling to an instance of IlvChartServletSupport.
Describes the use of the IlvChartServletSupport class in handling HTTP requests to generate an image or an image map.
Describes the definition of server-side actions using JViews Charts JavaScript Web application features.
Describes how to add support for image formats other than JPEG and PNG.
Describes multithreading modes for JViews Charts components.