On Thu, Sep 21, 2006 at 08:22:46AM -0400, Merrill, Jason wrote: > Not sure I follow - Flex does this already. (MXML) ?
Oh really? I don't know Flex so well -- I'll investigate. > Since I couldn't > use Flex on a previous project, I created an RIAs that build itself/was > controlled entirely by an XML schema if that's anything close to what > you mean by "generating AS classes from a schema" - not entirely sure > what you mean by "generating classes" though - can you clarify? Generating an ActionScript class for each complex-type defined by the XMLSchema is the basic thing I'd like, so that compiler type checking can catch problems when the schema changes. Automatic marshaling would also be nice :) In Java, I've used Castor's source-generator (among other things) to do this sort of thing, and the technique is a big help when dealing with an evloving schema. ta, dave -- http://david.holroyd.me.uk/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
