There's also a nice XDoclet plugin that handles JavaBean -> AS3 DTO conversion:
http://xdoclet.codehaus.org/Actionscript+plugin I've used this in the past and can vouch that it works quite well. On Wed, Jun 18, 2008 at 10:28 PM, Claudio M. E. Bastos Iorio < [EMAIL PROTECTED]> wrote: > > http://www.graniteds.org/confluence/display/DOC/2.5.+Gas3+Code+Generator > > > > http://www.badgers-in-foil.co.uk/projects/metaas/ > > > > or even velocity http://velocity.apache.org/engine/index.html > > > > ____________________________________ > > Claudio M. E. Bastos Iorio > > http://www.blumer.com.ar > > > > "Nietzsche: Whoever fights monsters should see to it that in the process he > does not become a monster. And when you look into the abyss, the abyss also > looks into you" > > > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *andrew.0000 > *Sent:* Wednesday, June 18, 2008 11:07 PM > *To:* [email protected] > *Subject:* [flexcoders] Generating AS3 code from Java > > > > Hi, > > I am using a Flex UI talking to a Blaze DS / Java backend. The sever has a > set of DTO > objects used for talking to Flex and other web services. > > Is there any open source tools out there to generate the AS3 code from > Java? This should > be a fairly easy program to write using reflection, but someone must have > done it before. > > >

