hey all
I am quite a newbie to this and was wondering if JFreeChart makes use of servlets to both save and create the graph? I am to avoid using any applets for this project.
Does JFreeChart make use of a servlet to createthe graph?
-
- Posts: 6
- Joined: Mon Jan 07, 2008 2:08 am
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
You can generate a chart image (say, in PNG format) in a servlet and stream that to the browser, no problem. JFreeChart will also help you to create an HTML image map, if you need tooltips or hyperlinks in the chart image on your web page.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


Re --> HowTo...?
Is there any HowTo around there to achieve it? I don't mind using servlets because using JSPs doesn't seem that gives me what I need. (Mon Dec 24, 2007 10:16 am).
So, If you could tell me where can I see how to insert the charts and control allmost everything about how it is created (= shown), I would appreciate it a lot. (I think that if I see some example I may find what I need).
Thank you a lot;
So, If you could tell me where can I see how to insert the charts and control allmost everything about how it is created (= shown), I would appreciate it a lot. (I think that if I see some example I may find what I need).
Thank you a lot;
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
There's a chapter in the JFreeChart Developer Guide that walks you through the basics. I'm not a server-side developer though, so it is just the basics. (The examples use Tomcat and MySQL, but you should be able to adapt them to other servlet containers and databases pretty easily).
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

