简体   繁体   中英

Eclipse UML plugin with Java Code Generation

Does anyone know of a good (read: Free) Eclipse UML plugin that can also do code generation? If not, does anyone know of any good Eclipse UML plugins?

EDIT : I'm running Eclipse IDE on Fedora Linux

TIA

Noob

I've had some luck creating UML diagrams based on java code with ObjectAid: ObjectAid Download Page .

It was made for Eclipse so it should work. However, I don't know if it does code generation... but it makes a pretty picture!

The site lays out how to install it and the UML diagramming portion is absolutely free!

Hope this helped!

eUML is free (read the license for restrictions): http://www.soyatec.com/euml2/features/

Also Jupe: http://jupe.binaervarianz.de/

Try Acceleo . Very flexible.

Netbeans came with a free version of UML plugin which did code generation. The last version with UML plugin was 6.7. After that they stopped. you can download that and then install the plugin for it. You can check out STARUML

I agree with Jordi Cabot. you can basically exploit the Eclipse Modeling Framework with one of the existing model editors (ie Papyrus, TopCased, etc.). Then you can write your own generation workflow by means of Acceleo, an Eclipse implementation of the MOF to Text Transformation Language. It enables you to dive into a model and generate the text you want (ie Java, C++, C, python, Matlab, etc.) from it.

At the beginning it may look a bit weird and hard to understand but it is the best environment I know for this purpose. It is totally conform to the OMG standards.

Bye

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM