How to save the Dynamic Piechart in jsp
ShareThis is the continuation of previous tutorial about creating dynamic chart in jsp,One Difference is here we create and save the chart in localdisk and show it on the page see the code below
<%@ page import=”java.awt.*” %>
<%@ page import=”java.io.*” %>
<%@ page import=”org.jfree.chart.*” %>
<%@ page import=”org.jfree.chart.entity.*” %>
<%@ page import =”org.jfree.data.general.*”%>
<%
[...]





