Library:JFreeChart 1.0.1  
Package
org.jfree.chart.servlet
Overview
Members
Books
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Classes for providing useful servlet and JSP functionality.
Wiki javadoc Use textile entry format.

Hi.
I have a problem.
How can I generate an image in png or jpeg format from a servlet through a JFreeChart (TimeSeries) and then to send it to a jsp page?
I no find many helps on web.
I know only that in the jsp page I have to use the nama of the servlet in the src attribute
<img src=“servlet_name”>
but How can generate the image?

Someone can help me?