Java Web 应用程序的逆向工程工具

发布于 2024-10-18 15:35:53 字数 160 浏览 2 评论 0原文

我一直在 Internet 上搜索一个应用程序,该应用程序可以采用 Netbeans Web 项目并创建由这些类生成的 UML 图。另外,但不是必需的,我想要一个类似的工具来处理我之前提到的 Java Web 项目中的 JavaScript 代码。试图理解我得到的这个网络项目的结构和内部关系真是一场地狱。

I have been searching in the Internet looking for an application which could take a Netbeans Web project and create an UML diagram resulting from these classes. Also, but not essential, I would like a similar tool for the JavaScript code I have in the Java web project I mentioned before. It's such an inferno trying to understand the structure and inner relations of this web project I was given.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

森末i 2024-10-25 15:35:53

您可以尝试 Visio 通过逆向工程创建 UML 图,但我不知道它是否适用于 JScript,但您可以尝试一下。

You can try Visio for creating UML diagrams by reverse engineering but I don't know whether it will work for JScript or not but you may give it a try.

紙鸢 2024-10-25 15:35:53

大多数 UML 工具都能够将 Java 源代码逆向工程为 UML 模型。他们中很少有人会自动为您生成图表。而且他们都不知道您的视图层,所以不要指望看到 JSP。

您可能会获得类图或包图。序列图将是一个挑战。

据我所知,JavaScript 代码中没有这样的事情。

Most UML tools have the capability to reverse engineer Java source into UML models. Few of them will generate the diagrams automagically for you. And none of them will know a thing about your view layer, so don't expect to see JSPs.

You may get class or package diagrams. Sequence diagrams will be a challenge.

I know of no such thing for JavaScript code.

如果没结果 2024-10-25 15:35:53

好的 UML 工具:
免费-ArgoUML
商业 - 企业架构师,MagicDraw

Javascript 工具:
“将视觉代码编码为流程图 3.5”
http://www.fileguru.com/Code-Visual-To-Flowchart/info

Good UML tools:
Free - ArgoUML
Commercial - Enterprise Architect, MagicDraw

Javascript tool:
"Code Visual to Flowchart 3.5"
http://www.fileguru.com/Code-Visual-To-Flowchart/info

路弥 2024-10-25 15:35:53

这表示它将 UML 图 JS: http://jsuml.org/

也就是说,JS 通常不是对象 -以 UML 图很有可能提供帮助的方式进行导向。

This says it will UML diagram JS: http://jsuml.org/

That being said, JS is typically not object-oriented in the sort of way where UML diagrams are too likely to help.

娇俏 2024-10-25 15:35:53

尝试这个名为 Star UML 的开源、免费且易于使用的工具。它具有您需要的所有功能,例如逆向工程,我经常为此目的使用它。

Try this Open Source, Free and easy to use tool called Star UML . It has all the features you need like reverse engineering and i use it a lot for that purpose .

叫嚣ゝ 2024-10-25 15:35:53

我在之前的项目中使用了 Enterprise Arctitect。它可以将您的代码逆向工程为 UML、XML(您能想到的)。它还可以做更多事情!我们用它来记录实际实现的代码功能,以便可以将其与原始规范进行比较。

对于业务分析师、项目经理、软件架构师和工程师来说,它是一个很棒的工具,因为它提供了适合每个用户观点的工具。

I used Enterprise Arctitect in previous projects. It can reverse engineer your code into UML, XML you name it. It can also do a lot more! We used it to document the code functionality that was actually implemented so it could be compared with the original spec.

It's a great tool for Business Analysts, Project Managers, Software Architects and Engineers because it has tools for each of these users' perspectives.

冷夜 2024-10-25 15:35:53

查看 http://www.uml-lab.com/en/uml-lab/ 。它提供 Java 代码的逆向工程。它将提取已知模式并提供与您的项目相匹配的模式模板。

Check out http://www.uml-lab.com/en/uml-lab/. It provides reverse engineering of Java code. It will extract known patterns and provides a pattern template to match your project.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文