JFreeChart 0.93 - New Servlet / JSP Features

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

JFreeChart 0.93 - New Servlet / JSP Features

Post by Richard Atkinson » Wed Sep 04, 2002 8:14 pm

There are several new features in Version 0.9.3 that are designed for use in a servlet / JSP environment. The new features include:

1. Charts with tooltips (previously possible only in non-servlet environments)
2. Charts with drill down capabilities using custom URLs
3. Utility classs to simplify persisting charts into the temporary directory
4. Generic servlet to stream charts created in the temporary directory to the user that created them
5. Automatic deletion of charts that were created by users whose sessions have expired or have been explicitly abandoned

I have put together a WAR file to demonstrate the new facilities and it is available at http://homepage.ntlworld.com/richard_c_ ... jfreechart

Regards,
Richard...

Seung

Re: JFreeChart 0.93 - New Servlet / JSP Features

Post by Seung » Thu Sep 05, 2002 4:20 pm

Dear Richard,

It's GREAT!! @v@

Thanks,
Seung

Richard Atkinson

Re: JFreeChart 0.93 - New Servlet / JSP Features

Post by Richard Atkinson » Thu Sep 05, 2002 10:47 pm

Thanks Seung. Glad you like the changes.

Richard...

Liu

Re: JFreeChart 0.93 - New Servlet / JSP Features

Post by Liu » Fri Oct 11, 2002 12:57 pm

Dear Richard,

I am from China, the date format is YYYY-MM-DD, when I run the demo, I couldn't see the result, because the webserver said that cann't parse the date format "01-Aug-2002".
How can I see the currect result?

Thank you.

Liu

Richard Atkinson

Re: JFreeChart 0.93 - New Servlet / JSP Features

Post by Richard Atkinson » Fri Oct 11, 2002 1:20 pm

Liu,

I must admit I didn't think I had any default SimpleDateFormats in the source but had instantiated them all to use dd-MMM-yyyy, to avoid differences in default locales. However it is possible that I have missed some.

My recommendation would be to download the source (there is not very much of it) and modify the part that is failing. It would probably be easier for you to track down the problem than it is for me. If there are any generic modifications that you feel should go back into the original, please let me know.

Thanks and regards,
Richard...

Liu

Re: JFreeChart 0.93 - New Servlet / JSP Features

Post by Liu » Sat Oct 12, 2002 4:37 am

Dear Richard,

Thank you very much! I have solved the problem.


Liu

nicolas

Re: JFreeChart 0.93 - New Servlet / JSP Features

Post by nicolas » Tue Oct 29, 2002 3:53 pm

Hi Liu!
I have the same problem with the date. Can you tell me what changes you made to resolve the pb?
THX

Locked