The goal of this project is to provide a complete set of tools to allow ColdFusion developers to make complete use of available UML modeling tools, such as Poseidon UML and ArgoUML.
CFCXMI is a utility to convert XMI files to ColdFusion components.
It is intended to shorten the development process by generating CFC's based on package, class, method and attribute definitions found in XMI files.
This project does the heavy lifting of parsing out the complicated UML XMI format into and easier-to-manipulate set of CF structs. From there it provides starter generators to create CFCs, unit test stubs, and SQL DDL (MS SQL for now, but extensible