Search found 2 matches
- Fri Nov 25, 2005 3:17 pm
- Forum: JFreeChart
- Topic: Show on another browser
- Replies: 17
- Views: 26252
Re: Show on another browser
If i understand you want to show on jsp the image, and start the chart on servlet the solution is: package Servlet; import java.io.*; import java.net.*; import javax.servlet.*; import javax.servlet.http.*; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartUtilities; import org.jfree.c...
- Thu Nov 24, 2005 4:01 pm
- Forum: JFreeChart
- Topic: Chart Example That works
- Replies: 3
- Views: 7048
Chart Example That works
These example its working on a portlet/jsp I put the code because its dificult to find a source that works!!! Have fun on web.xml <servlet> <servlet-name>DisplayChart</servlet-name> <display-name>DisplayChart</display-name> <description>Servlet that create the chart</description> <servlet-class>org....