Monday, January 25, 2010

Grails class-diagram plugin mentioned!

My grails plugin, class-diagram has just been mentioned on the Grails podcast, episode 104. That's fun!

The actual 20 seconds on the podcast (starting at 09:40) is of little interest, it is just a reference to a blog post by Sven Lange, Generating UML class diagrams from Grails domain model where he compares my plugin with another great plugin, the Create Domain UML plugin by Al Phillips. (Al published his plugin just a week before me. We talked about joining forces, but agreed that the plugins were different enough to co-exist.)

Now, go an read Sven's blog and try out both plugins! They can help you boost your productivity even more!

I should really take the time to fix some issues on the backlog now, and get release 0.5 out!

1 comment:

  1. Thanks about your fine class diagram plugin! (I cannot make the another uml plugin to work.) (I copied domain classes into grails 1.3.9 project and got a picture.)

    Also because it is not working with grails 2.x, I have make a grails-script to generate pictures from for example every domain class with default configuration or given configuration. To continue specializing my script, I have one question.

    Which would be best way to implement a feature: "generate a picture for one class and in which classes one class has been used, *but not show* assosiations of the using class in this same picture"! By example: a orderrow picture is showing also order class and its orderrow assosiation, but not another classes (=assosiations) of the order!

    ReplyDelete