----- Original Message ----- From: Bernardo O. Bennett To: [email protected] Sent: Friday, November 16, 2007 4:18 PM Subject: [flexcoders] Generating flex client based on xml content
Hi All Let's say my system has a rest xml interface fully functional and I want to write a lightweight flex client to visualize the data represented in the xmls. Does anyone know a framework/tool to generate the flex code based on the contents of my xmls? There's nothing stopping you from writing a flex application without a user interface, then creating the interface 'on the fly' by instantiating the user interface dynamically according to the XML content. Paul Thanks in advance, Bernardo

