Decebal Suiu wrote:
> Any example about how to display a chart generated
> with jfreechart in a WebPage?
>   
I am going to do the same for my application (trackdetective.com) for
displaying height profiles of GPS tracks.
Just browsed a little through the APIs. It seems you can use the Image
class. The most general constructor is

     public Image(final String id, final Resource imageResource)

In this way you can determine for yourself where it gets the input from.
Perhaps BlobImageResource or its super class DynamicImageResource are
good resource implementations for this.

> I found a link about this topic
> (http://www.nabble.com/JFreeChart-Experiment-tf1824840.html#a4977424)
> but the link containing the source code is broken.
>
> Thanks,
> Decebal
>
>   


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to