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
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
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.
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.
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