• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Fusion Charts: How to put data into xml file ?

 
Ranch Hand
Posts: 220
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, iam looking to draw the fusion chart on jsp. I worked in Lotus domino technology earlier. There i placed data from view into xml file and then integrate the xml file with swf file.

Same concept i want to use in the j2ee also. iam using struts, hibernate. I want to put the data coming from the database into XML file. Once the xml file has the dynamic data from database, so that i can integrate xml with the swf(fusion chart) to draw the data.

Following is the piece of code on my jsp:-



Bolded code above will give you the idea that am i trying to integrate the xml with swf file.

Right the Pie3D.xml contains the hard coded values only.

Please help me with a sample code explaining how to bring the data from the database into this Pie3D.xml xml file ? So that i can easily integrate it with swf file on jsp.

Thanks in advance.

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic