servlet chart w/o temp file

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Ryan Sonnek

servlet chart w/o temp file

Post by Ryan Sonnek » Fri Nov 15, 2002 10:42 pm

i've been working this past week to stream charts w/o using temp files. it's been working fine, but image maps haven't worked for me yet.

i'd appreciate any help, and i'd be more than happy to help out if there is a desire to integrate something like this into jfreechart.

Dave Gilbert

Re: servlet chart w/o temp file

Post by Dave Gilbert » Mon Nov 18, 2002 10:25 am

The ImageMapDemo1.java application shows how to write the image map into an HTML file. Now if you combined that with the code in ServletDemo2.java (available in a 'bonus' download for those that have purchased the JFreeChart documentation) I can't think of a reason why it shouldn't work in a servlet context.

Regards,

DG

Locked