如何制作在线uml编辑器以及使用哪种编程语言。 [英] How to make online uml editor and in which programming language.

查看:71
本文介绍了如何制作在线uml编辑器以及使用哪种编程语言。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在读书。我正在网上uml编辑器上创建一个项目。

我目前只知道java和php编程。



请给我一些提示我应该如何开始一个项目以及我应该以哪种语言制作我的项目。??



感谢您阅读这篇文章。



删除SHOUTING - OriginalGriff [/ edit]

Hello everyone here,
I'm currently studying be in it. I'm making a project on online uml editor.
I currently know only java and php programming.

please give me some tips on "how should I start a project and in which language I should make my project.??"

Thank you for reading this post.

[edit]SHOUTING removed - OriginalGriff[/edit]

推荐答案

如果您认识的语言是Java和PHP,那么明智的要做的就是使用其中一个。对于在线项目,PHP可能是比Java更好的选择,因为后者需要允许在浏览器中运行的Java运行时环境,许多人不允许这样做。选择一种语言而不是其中一种语言将涉及(可能是相当大的)时间投入来学习它。



如何开始?与您使用所选语言开始的所有其他项目相同的方式...
If the languages you know are Java and PHP, then the sensible thing to do would be to use one of them. For an online project, PHP is probably a better choice than Java since the latter requires a Java runtime environment permitted to run in the browser, which many, many people do not allow. Choosing a language other than one of these will involve a (probably quite large) investment of time to learn it.

How to start? The same way you did with all the other projects you started in your chosen language...


在线UML编辑器需要图形。

如果您选择Java,您有两条路径:

- 在客户端运行的applet / javafx

- jsp(或其他基于服务器的技术) )客户端基于+ html / javascript / css的图形

如果你选择PHP,你在服务器端有PHP +客户端的基于html / javascript / css的图形

考虑到当前的趋势,我建议在客户端只有html / javascript / css的路径,并且不需要插件(对于服务器端选择任何更好的平台,但是使用PHP会更容易)。并迈出一步,直接进入HTML5,在那里您可以获得相当广泛的图形支持。您可以使用一些示例,检查代码,接受想法,如下所示: http:/ /www.yworks.com/en/products_yfileshtml_about.html?gclid=CITr-5uz87gCFcpb3god5W0ADw [ ^ ]。

哎呀,还有一些你准备做的事情。请看这里: https://code.google.com/p/jsuml2/ [ ^ ]
An online UML editor requires graphics.
If you choose Java, you have two paths:
- applet/javafx running on client side
- jsp (or other server based technology) + html/javascript/css based graphics on client side
If you choose PHP, you have PHP on server side + html/javascript/css based graphics on client side
Taking into consideration current trends, I suggest to take a path where you have only html/javascript/css on client side, and no plugin is required (for the server side choose any platform you are better is, but with PHP it will be easier). And take a leap and go directly to HTML5, where you have quite extensive graphics support. There are some you could use as example, examine code, take ideas, like this one: http://www.yworks.com/en/products_yfileshtml_about.html?gclid=CITr-5uz87gCFcpb3god5W0ADw[^].
Ooops, and there is something much exactly what you intend to make. Take a look here: https://code.google.com/p/jsuml2/[^]


这篇关于如何制作在线uml编辑器以及使用哪种编程语言。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆