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.

Flex with Java Servlets: how to use XML from an HttpService to populate a Data Grid(Table)

April 20th, 2009

One of the ways to integrate a Java application with a Flex front end is by using Httpservice with XML. Aimed primarily at Java developers new to Flex, this quick start guide describes how to populate a flex table using xml returned by a servlet.

Sponsors