jerald Report post Posted August 11, 2011 I need to integrate a fusion chart into J2ee Jdk1.6. i need to know what are the jar files needed for generating fusion chart in j2ee i'm using jdk1.6 Share this post Link to post Share on other sites
Guest Angshu Report post Posted August 11, 2011 Hi, Welcome to FusionCharts Forum! For more details, please refer to the links below: http://forum.fusioncharts.com/topic/4273-fusioncharts-exporter-jars-for-different-java-versions/page__p__15729__hl__jar__fromsearch__1#entry15729 http://www.fusioncharts.com/docs/?Code/J2EE/JSP_GettingStarted.html http://www.fusioncharts.com/docs/?Code/J2EE/JSP_BasicExample.html Hope this helps. Share this post Link to post Share on other sites
jerald Report post Posted August 17, 2011 Hi, Welcome to FusionCharts Forum! For more details, please refer to the links below: http://forum.fusionc...h__1#entry15729 http://www.fusioncha...ingStarted.html http://www.fusioncha...sicExample.html Hope this helps. Hi Sir I'm new to this Fusion chart .. i have added the all jar files. i'm using jdk1.6,tomcat 6 i need to generate xml did u have any sample program to generate XML in JAVA. Share this post Link to post Share on other sites
Guest Angshu Report post Posted August 22, 2011 Hi, Thanks for your response. Could you please elaborate your query a bit more? Do you want to dynamically generate the XML code? Awaiting for your response. Share this post Link to post Share on other sites
srividya_sharma Report post Posted August 23, 2011 Hi, Can you please check out the samples provided in the download package? They have examples of creating the xml in java. Srividya Hi Sir I'm new to this Fusion chart .. i have added the all jar files. i'm using jdk1.6,tomcat 6 i need to generate xml did u have any sample program to generate XML in JAVA. Share this post Link to post Share on other sites
jerald Report post Posted August 23, 2011 Hi, Can you please check out the samples provided in the download package? They have examples of creating the xml in java. Srividya Hi, i created Xml file in c:/new.xml using servlet Please find attached servlet program it create Xml file in C: How can i pass that path in chart1.setDataURL("/newxml.xml"); <script type="text/javascript"> var chart1 = new FusionCharts("Charts/FCF_Column2D.swf", "ChId1", "240", "200"); chart1.setDataURL("/newxml.xml"); chart1.render("chart1Div"); </script> thanks for reply DisplayFusionServlet.txt Share this post Link to post Share on other sites
jerald Report post Posted August 23, 2011 (edited) I'm waiting for Reply How to pass that path in script.. Edited August 23, 2011 by jerald Share this post Link to post Share on other sites