I would like to do a replace the actual working framework androMDA to another one which can give me the same features. We use it to generate the code from UML (with magic draw UML) and we use the cartridges to map with the database (create hibernate files). Does anyone know a framework or tool or eclipse plugin which could replace androMDA and that is free / open source?
thank you very much for any help.
Have a nice day.
Cecile.
It is not a direct replacement, but Eclipse EMF is another example of a UML-like model to code generation framework. It is free and open source.
EMF uses Ecore models which are similar to MOF models. MOF is the core of OMG's MDA and effectively the core of UML.
The Eclipse modelling ecosystem includes lots of technologies including technologies that support serialization to XML (or XMI) and database persistence (including Hibernate).