RE: Integrating for business with database
RE: Integrating for business with database
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.
RE: Integrating for business with database
Also, I forgot to mention that we use Java 1.1.
RE: Integrating for business with database
Java 1.1 won't work as JFreeChart needs Java2D.
Regards,
DG
Regards,
DG
RE: Integrating for business with database
Thats the most important answer. Thanks David.
RE: Integrating for business with database
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
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
RE: Integrating for business with database
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
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