I have always wanted to visually see the design of a project /program, the classes and the relationship between attributes/objects in these classes. Rather than drawing it manually each time I change the design/architecture of a project, I wanted to find a tool which would do it for me.
I found this cool Eclipse plug-in Objectaid UML, which does the exact same thing. All we have to do is simply select all the JAVA classes and drag it into the diagram space, the diagrams will appear magically. And what’s more nice is as we update our code in Eclipse, the diagram is updated as well. We can control and easily select what we want to see in the diagrams like relationships, classifiers, attributes, operations etc. They do have a nice one minute tutorial which will easily get you started. Awesome!
No comments:
Post a Comment