Sign in to follow this  
jerald

What Are Jar File Need To Use For Integrating Fusion Chart In J2Ee?

Recommended Posts

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

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

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.smile.gif

 

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this