XMI Transform is a tool written in PHP to convert XMI file to source code or source code to XMI file.The purpose is to provides a simple access to source code generation, which is,in general, the first thing we need in a MDA approach.
Be the first to post a text review of XmiTransform. Rate and review a project by clicking thumbs up or thumbs down in the right column.
- better php_zend model - cleaned up the model code and splitted classContent.xsl in 3 files. It's a little better now. - added support for implicit dependency from extended class or implemented interface - added support for BOUML 'entity' stereotype to php_zend_model. They generate automatically zend_db_table_abstract derived classes with composition support (generate $_dependentTable and $_referenceMap, still need testing...) - added support for BOUML 'control' stereotype to php_zend_model. They generate automatically zend_controller_action derived classes with naming convention respect (XxxController) - added support for BOUML 'action' method's stereotype to php_zend_model (handle "Action" suffix for controllers' methods) - added support for BOUML 'exception' stereotype to php_zend_model. They generate automatically Exception derived classes - added support for BOUML 'form' and 'dojoform' stereotype to php_zend_model. - support for multi-line comments and descriptions in classes and methods header (xmi must contains entity, not CR) - corrected ZendLoader to Zend_Loader - Xslt compiler errors are now trapped and converted to exception. So xtwr is now able to output a usable error message. - various comments corrections - some corrections in the ReadMe file.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?