Please let me know open source product similar to rational software architect which automatically generates java base classes on completion of design. Thanks in advance.
Asked
Active
Viewed 1,850 times
2 Answers
2
I found NetBeans and his UML plugin very helpful ...
You will probably be interested by his reverse engineering feature :
Designers and analysts design applications using the UML modeling language, then developers generate Java code from the UML model. You can also update the model from changes made in the source code ... The NetBeans UML plugin provides template-based code generation for Forward Engineering. Modify the FreeMaker templates included with the NetBeans IDE to customize how code is generated ...
1
Eclipse does a good job of generating code when used with its UML plugin.

Mark Iliffe
- 417
- 5
- 17
-
There are many plug-ins at eclipse related to UML. Can you help me to find the most used and easy tool ? – thndrkiss Dec 25 '09 at 17:42
-
1http://www.eclipse.org/modeling/emf/ :-) – Mark Iliffe Dec 25 '09 at 18:07