RE: Integrating for business with database

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

RE: Integrating for business with database

Post by neuages » Tue Aug 13, 2002 1:34 pm

Hi I'm looking to integrate to the line chart portion of this package only. What I'm looking to do is use the line chart applet with a MS Access database for all the values and simply embed that into an html page. This will be done as a project for another company. Has anyone done such a task with the line chart, integrating it with a database. How much work is it to only use the line chart applet, embed that into an html page and connect it to a database to retrieve all the values? I hope this question isnt too much.

neuages

RE: Integrating for business with database

Post by neuages » Tue Aug 13, 2002 1:35 pm

Also, I forgot to mention that we use Java 1.1.

David Gilbert

RE: Integrating for business with database

Post by David Gilbert » Tue Aug 13, 2002 1:41 pm

Java 1.1 won't work as JFreeChart needs Java2D.

Regards,

DG

neuages

RE: Integrating for business with database

Post by neuages » Tue Aug 13, 2002 1:43 pm

Thats the most important answer. Thanks David.

Navin Pathuru

RE: Integrating for business with database

Post by Navin Pathuru » Tue Aug 13, 2002 3:23 pm

Hi Neuges,
I think you can use Servlets instead of applets and you should be able to look at the line chart images. I also think it won't matter what version of java you have if you use Servlets, as you can install the required version on the server and not on the client. This way you can generate images on the server and send them to your clients in a html file or jsp or using applet you can call the servlets using the image tags.

Thank you,
Navin Pathuru

Rodrigo

RE: Integrating for business with database

Post by Rodrigo » Tue Aug 13, 2002 7:29 pm

hi ,
Please how i do this !, do you have a exemplo for me ... this away can will be the answer for my problems .... i have to send some params to my chart (he´s on a applet), i can started he but i can´t use this fallow tag
<jsp:param name="blabla" value ="<%=don´twork%>"> (in my case is very important that this working )

so , sorry about my poor english!

-Regards

Rodrigo

Locked