1. How to pass png image to applet from servlet? jfree.org |
2. can I have non-image (gif,png) jfreechart in servlet? jfree.orgThe Developer's guide showed a simple servlet with JFreeChart by converting the chart to a png. Is there any way I can show the jfreechart as is in a servlet? I want to keep the chart's features (zooming and etc). If it is possible, what is the common mime type? Would it be application/octet-stream ? Thanks. |