Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #28937 > unrolled thread

Javascript code generation with UML

Started byPhilipp Uhl <ph.uhl@web.de>
First post2015-12-02 17:24 +0100
Last post2015-12-02 11:42 -0800
Articles 2 — 2 participants

Back to article view | Back to comp.lang.javascript


Contents

  Javascript code generation with UML Philipp Uhl <ph.uhl@web.de> - 2015-12-02 17:24 +0100
    Re: Javascript code generation with UML "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2015-12-02 11:42 -0800

#28937 — Javascript code generation with UML

FromPhilipp Uhl <ph.uhl@web.de>
Date2015-12-02 17:24 +0100
SubjectJavascript code generation with UML
Message-ID<864mg0x1i6.fsf@web.de>
Is there any good toolset and methodology to generate OO-code from
UML-diagrams for javascript? Because i am a emacs-user something with
emacs-integration whould be great. I have seen CEDET but it does not
appear to be ready for js with UML jet. Any suggestions?

[toc] | [next] | [standalone]


#28939

From"Michael Haufe (TNO)" <tno@thenewobjective.com>
Date2015-12-02 11:42 -0800
Message-ID<be71d479-1a3c-475e-a864-4b59e412e203@googlegroups.com>
In reply to#28937
On Wednesday, December 2, 2015 at 10:24:18 AM UTC-6, Philipp Uhl wrote:
> Is there any good toolset and methodology to generate OO-code from
> UML-diagrams for javascript? Because i am a emacs-user something with
> emacs-integration whould be great. I have seen CEDET but it does not
> appear to be ready for js with UML jet. Any suggestions?

Toolset:

Visual studio has a way to do this, but not for JavaScript. Here is the documentation on how to do it yourself:

<https://msdn.microsoft.com/en-us/library/ff657795.aspx>

I wouldn't be surprised if Eclipse supported similar. 

You may be stuck with implementing something like this yourself for your favorite editor

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.javascript


csiph-web