ChartDirector 7.0 (Java Edition)

JSP and Servlets


This section describes JSP and Servlet utilities that come with ChartDirector.

In this section

getchart.jsp
A JSP utility for retrieving a chart image from a session variable and delivering it to the browser. The chart image is usually created using BaseChart.makeSession.

GetSessionImage
Performs the same function as getchart.jsp, but is implemented as a servlet. It is useful for servlet applications that do not use JSP.