Mostly depends on how you want your end product to behave. Something like Flex - or even Flash, perhaps Flex isn't necessary - could accomplish this, but the answer to the question of "should it" can only be answered by you :) Do you merely need simple boxes and figures to be drawn, or will these be animated at some point?
Actionscript also has a lot of open-source libraries and utilities that can get you part of the way there, from layout tools that can automatically sort and position display objects, to drawing frameworks, to this:
As Igor said Blueprint is an excellent example of the power of GWT with the help of other libraries can do that task.
Incidentally I am also investigating the same problem at the moment.
I found that if using GWT the following project serves as a great base for such projects and is part of bigger products like the open source BPM modeler (excuse me I forgot the name) : GWT - Diagrams
They have a demo link there which is worth the time to take a look at.
发布评论
评论(2)
主要取决于您希望最终产品的行为方式。像 Flex 这样的东西 - 甚至 Flash,也许 Flex 不是必需的 - 可以实现这一点,但是“应该”问题的答案只能由你来回答:)你只需要绘制简单的方框和图形吗?或者这些会在某个时候被动画化吗?
Actionscript 还拥有许多开源库和实用程序,可以帮助您实现这一目标,从可以自动排序和定位显示对象的布局工具,到绘图框架,再到:
http://www.objecthandles.com/
Mostly depends on how you want your end product to behave. Something like Flex - or even Flash, perhaps Flex isn't necessary - could accomplish this, but the answer to the question of "should it" can only be answered by you :) Do you merely need simple boxes and figures to be drawn, or will these be animated at some point?
Actionscript also has a lot of open-source libraries and utilities that can get you part of the way there, from layout tools that can automatically sort and position display objects, to drawing frameworks, to this:
http://www.objecthandles.com/
正如 Igor 所说,Blueprint 是 GWT 强大功能的一个很好的例子,在其他库的帮助下可以完成该任务。
顺便说一句,我现在也在调查同样的问题。
我发现,如果使用 GWT,以下项目可以作为此类项目的良好基础,并且是开源 BPM 建模器等更大产品的一部分(抱歉,我忘记了名字):
GWT - 图表
他们有一个演示链接,值得花时间看一下在。
As Igor said Blueprint is an excellent example of the power of GWT with the help of other libraries can do that task.
Incidentally I am also investigating the same problem at the moment.
I found that if using GWT the following project serves as a great base for such projects and is part of bigger products like the open source BPM modeler (excuse me I forgot the name) :
GWT - Diagrams
They have a demo link there which is worth the time to take a look at.