Вопрос

Is there a tools or plugin which generates UML class Diagram from grails domain Model?

Это было полезно?

Решение 2

There is a grails plugin :

http://www.grails.org/plugin/create-domain-uml .

Install it via the following command :

grails install-plugin create-domain-uml

To run the plugin:

grails create-domain-uml

This will create a file DomainUML.html in your project root which contains the diagrams.

you can see also : http://www.svenlange.co.za/2010/01/generating-uml-class-diagrams-from-grails-domain-model/

Другие советы

If you have option to use Intellij IDEA, you can just view the UML from 'Domain Class Dependencies' bottom tab for any domain class opened in editor.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top