Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UML cloud: edit models, store and generate code in the cloud?

Tags:

uml

cloud

I'm looking for a lightweight UML modeler in the cloud. Some kind of google-drive for uml-compliant modelling. My objective is to introduce UML in my small team with the minimum of constraints. My needs are:

  • Edit the models anywhere without installation (my team won't put any effort into another IDE installation)
  • UML-compliant modelling. I must provide validated and documented architecture models
  • Java code generator.
  • Reliable service for daily work
like image 840
dupire Avatar asked Oct 21 '22 06:10

dupire


1 Answers

GenMyModel can really help you. This cloud-based tool is described at UML cloud.

It creates models in your web-browser and they are stored in the cloud. There's nothing to download or install. The generated code can be pushed to your Github repositories.

I use it in my team and I'd say the application is reliable. Only class diagrams and use case diagrams are available right now; you don't have all the diagrams provided by old-fashioned UML modelers. But it's online!

like image 93
Georges Avatar answered Oct 27 '22 10:10

Georges