Hi David, Yes, JaxMe JavaSource framework is a great tool for java code generation. As far as I know, there are also some facilities in Eclipse framework to construct java code(JET?), even the EMF itself is able to convert the model to source code.
Unfortunately, it seems that there is no such tool for actionscript code generation. Maybe we can create another project to port JaxMe to Flash world. :) I also noticed that there are already a few open source projects working on XMI->ActionScript : http://osflash.org/xmi2actionscript http://osflash.org/xmi2as Maybe we can contact the developers for help. However, personally I think creating a tool to generate actionscript code from uml2 model might be more helpful, since XMI is just a general metadata model. We can leverage velocity or some other template engine. On 6/30/06, David Holroyd <[EMAIL PROTECTED]> wrote: > On Thu, Jun 29, 2006 at 05:56:54PM +0800, Jove wrote: > > http://jovezhong.googlepages.com/as2uml > > "Or work with other guys to support UML2->XMI->ActionScript code > generation." > > I had just started thinking about creating something to help in that > area. I need something along the lines of the JavaSource[1] framework, > but targeted at ActionScript (obviously). > > [JavaSource is very handy for generating Java code, since you deal with a > sort of simplified DOM of the .java file, and let the framework take > care of things like generating imports and doing the indentation.] > > Would this be of use to anyone else? > > > [1] http://ws.apache.org/jaxme/js/ > [2] > http://svn.sourceforge.net/viewcvs.cgi/aseclipseplugin/org.asdt.astview/src/org/asdt/core/internal/antlr/as3.g?view=markup&rev=15 > > -- > http://david.holroyd.me.uk/ > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
