资 源 简 介
Introduction
GrailsMDA is an opensource project based on GroovyMDA. It will help you to generate Grails domain, service and controller classes from your UML-Model.
News
GrailsMDA 0.2.2 released
A new version of GrailsMDA is now available for download.
New features:
* New stereotypes: "GrailsService", "Controller" and "ValueObject" are now recognized if assigned to a class. As a matter of fact each class whithout a stereotype will be treated as a domain class. For each service there will be an interface and an implementing class generated, though only the interface will be rewritten and the implementation only generated if it is not existing, yet.
For each domain class there will be also an implementing class generated, that extends the domain. Therefore the mapping property "tablePerHierarchy" will be set to "true" as default value. Again only the domain classes will b