Re: Charts with struts

2004-06-15 Thread Suzanne Rizzo
Return Receipt Your Re: Charts with struts document

Re: Charts with struts

2004-06-14 Thread Mike Duffy
I'll also endorse JFreeChart. It is open-source, free, and the guy who runs the project is good guy to work with. Mike --- Christophe_Thiébaud <[EMAIL PROTECTED]> wrote: > I use JFreeChart, "a free Java class library for generating charts." > http://www.jfree.org/jfreechart/ > > for example: >

Re: Charts with struts

2004-06-14 Thread Christophe Thiébaud
I use JFreeChart, "a free Java class library for generating charts." http://www.jfree.org/jfreechart/ for example: http://www.openmozart.net/jsp/community.jsp Christophe Thiébaud René Zbinden wrote: Hi everybody does anybody know a way to dynamically create a chart and display it in a JSP. I will r

Re: Charts with struts

2004-06-14 Thread Andy Engle
René_Zbinden <[EMAIL PROTECTED]> wrote: > Hi everybody > does anybody know a way to dynamically create a chart and display it > in a JSP. I will read the underlying data from a database. I used the stuff from jpowered.com and it works pretty well. I am not to the point yet where I have the lice

Re: Charts with struts

2004-06-14 Thread Andrey Rogov
try this http://cewolf.sourceforge.net/ RZ> Hi everybody RZ> does anybody know a way to dynamically create a chart and display it in a JSP. I will read the underlying data from a database. RZ> TIA Rene -- Best regards, Andreymailto:[EMAIL PROTECTED]

Charts with struts

2004-06-14 Thread René Zbinden
Hi everybody does anybody know a way to dynamically create a chart and display it in a JSP. I will read the underlying data from a database. TIA Rene