Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #28939
| Newsgroups | comp.lang.javascript |
|---|---|
| Date | 2015-12-02 11:42 -0800 |
| References | <864mg0x1i6.fsf@web.de> |
| Message-ID | <be71d479-1a3c-475e-a864-4b59e412e203@googlegroups.com> (permalink) |
| Subject | Re: Javascript code generation with UML |
| From | "Michael Haufe (TNO)" <tno@thenewobjective.com> |
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
Back to comp.lang.javascript | Previous | Next — Previous in thread | Find similar | Unroll thread
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
csiph-web