tags:

views:

467

answers:

3

Hi,

Does anyone know of a javascript UML diagrammer?

I have found the Eclipse plugin jsuml from jsuml.org, however the plugin crashes when I try to generate a diagram.

[EDIT]

This is to generate a diagram from existing javascript code.

Thanks,

Bob

A: 

Not sure about javascript,

but you have got this one.

http://www.gskinner.com/gmodeler/

Amazing Actionscript class diagrammer of which may be able to serve to your purpose. Ye I guess its targeted for AS3, but I doubt you'd find any problems fitting it into Javascript.

Glycerine
Looks like a great one, however I neglected to say I wanted to be able to generate the diagram from existing code... Thank you though
bob
HA - no problem.
Glycerine
A: 

Since javascript doesn't have the classical model for inheritance and moreover it is weakly typed (without the option to declare the type), I don't think that there will be a good UML diagrammer for this language. Unlike Java, .NET or C++ it is very complicated task to analyze the JS code automatically.

Juriy
The Eclipse jsuml diagrammer does already generates diagrams from existing code, sadly, it v.buggy on my machine.I may have to invest more time working out why jsuml crashes, however I was hoping there was some other similar software out there that did the same job...
bob
A: 

Bob, I also investigated js/uml tool, but it is not supported any more and it supports only 3 types of filters (YUI). Again I could install it only for Europa and while it didn't crush i could not produce any diagrams there. Could not find any other plug-in. I think Altova UModel can generate uml for you from JavaScript - not free.

Have you found the tool (I also need one) ?

Gene

Gene