Graphics with jsp

2001-08-22 Thread Ruben Domene
Hi. How can i show data with graphics like de follow or similar: 100| . 80| . 60| . 40| 20| 0| 1 2 3 4 I need access to database, take the data and show with one graphic. There are any web where i will find information about this?.

Re: Graphics with jsp

2001-08-22 Thread Gregor Kovaè
Hi! Hmm, this is a bit off topic, but nevertheless: You could use KavaChart (www.ve.com), which you can use in Servlets and JSPs, but unfortunately it is not free. Best regards, Kovi At 14:00 22.8.01 +0200, you wrote: Hi. How can i show data with graphics like de follow or similar:

Re: Graphics with jsp

2001-08-22 Thread Nikola Milutinovic
Gregor Kovah wrote: Hi! Hmm, this is a bit off topic, but nevertheless: You could use KavaChart (www.ve.com), which you can use in Servlets and JSPs, but unfortunately it is not free. Why not the good old Fly? It is a C compiled CGI program that takes a command file and draws a GIF

RE: Graphics with jsp

2001-08-22 Thread Jim Urban
: (630) 250-3046 -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 7:27 AM To: [EMAIL PROTECTED] Subject: Re: Graphics with jsp Gregor Kovah wrote: Hi! Hmm, this is a bit off topic, but nevertheless: You could use KavaChart

RE: Graphics with jsp

2001-08-22 Thread Michael Weissenbacher
Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 2:46 PM To: [EMAIL PROTECTED] Subject: RE: Graphics with jsp You could use awt to draw the graph to a Graphics context and GifEncoder from Acme Laboratories (www.acme.com) to convert the image to a gif which you

Re: Graphics with jsp

2001-08-22 Thread Nitin Goyal
in no longer trying. - Original Message - From: Ruben Domene [EMAIL PROTECTED] To: tomcat [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 5:30 PM Subject: Graphics with jsp Hi. How can i show data with graphics like de follow or similar: 100| . 80| . 60| . 40| 20

RE: Graphics with jsp

2001-08-22 Thread Järkeborn Joacim
You can look at JFreeChart at: http://www.jrefinery.com/jfreechart/index.html Best regards Joacim Järkeborn At 14:00 22.8.01 +0200, you wrote: Hi. How can i show data with graphics like de follow or similar: 100| . 80| . 60| . 40| 20| 0|

Re: Graphics with jsp

2001-08-22 Thread Jim Cheesman
At 02:54 PM 22/08/01, you wrote: Hi, One of the solutions (though not very elegant) is to create the graph dynamically by dynamically generating html in a jsp/servlet after fetching the data from the database. You create the requisite no. of html tags (td and tr)and fill then up with colour.

RE: Graphics with jsp

2001-08-22 Thread James, Stuart
:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 1:27 PM To: [EMAIL PROTECTED] Subject: Re: Graphics with jsp Gregor Kovah wrote: Hi! Hmm, this is a bit off topic, but nevertheless: You could use KavaChart (www.ve.com), which you can use in Servlets and JSPs, but unfortunately

Re: Graphics with jsp

2001-08-22 Thread Virender Dogra
be the cocoon framework. I would recomment the svg approach though. - viru - Original Message - From: James, Stuart [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 6:24 AM Subject: RE: Graphics with jsp I've heard about something called vml (Virtual modelling language