draw2D与drawio的差异分析
需求描述:
超链接,打开一个标签。
调用链监控:淘宝鹰眼。
Draw2D
以前的Draw2D是基于Java下的Swing技术的;现在的Draw2D是基于Javascript下的jQuery, HTML5, CSS3和RaphaelJS的。
BTW:ActivitiExplorer也是基RaphaelJS实现的前端的界面。
http://www.draw2d.org/draw2d/home/index.html
http://www.draw2d.org/draw2d_touch/jsdoc_6/#!/example
demo效果:
http://freegroup.github.io/draw2d_js.app.shape_designer/?code=e78237de15ed3cf67f4e
http://freegroup.github.io/draw2d_js.app.brainbox/
https://github.com/freegroup/draw2d_js.app.brainbox
github下的draw2d子项目:https://github.com/freegroup
基于nodeJS运行,运行引擎。
用grunt,JavaScript 世界的“自动化”构建工具:http://www.gruntjs.net/
bower,A package manager for the web:https://bower.io/
DrawIO
demo项目:
https://www.draw.io/
差异比较:
draw2d是基于nodeJS的,没有各种开发工具那样的左侧的工具箱。
drawio是基于java web servlet的,集成了微软的onedrive等(也可以不用,但是需要去掉此功能)。另外,需要自己选择图形类型,对用户有一定的技术门槛(用户得了解各种图形分类特点)。
两个开源项目的license的商业化要求。