Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate Java from online UML models?

Tags:

java

uml

modeling

I need to create UML class diagram online and to generate Java code from it.

Drawing tools such as cacoo don't allow to generate code as they are not real UML modelers.

Does anybody know an UML online tool that generates Java code?

Thanks for your help~~

like image 981
user2594748 Avatar asked Jul 18 '13 09:07

user2594748


2 Answers

You should take a look at GenMyModel an UML online tool

GenMyModel allows you to create an UML class diagram online and generate Java code from it.

like image 91
Xaelis Avatar answered Sep 20 '22 14:09

Xaelis


There is one generator that allows you to produce Java source code from a UML model. This module uses the standard UML2 metamodel provided by Eclipse Foundation and as such is compatible with any UML tools using this standard like the UML Designer. It's based on the award winning code generation project, Acceleo.

You can refer this: http://marketplace.eclipse.org/content/uml-java-generator#.UeexrtJqkfA

like image 26
Manish Doshi Avatar answered Sep 22 '22 14:09

Manish Doshi