Flex chart from XML data using HttpService with Java Servlets
May 10th, 2009
While creating a Flex chart from an ArrayCollection is relatively simple, using data from an xml for the chart is apparently not as straightforward, especially if the xml has childnodes deeper than a couple of levels. This example demonstrates how to convert xml (returned from an HttpService call to a servlet) to an ArrayCollection and use it as the datasource for a chart.
