English 中文(简体)
创建在线图表工具[关闭]
原标题:Creating an Online Diagramming Tool [closed]
Closed. This question is opinion-based. It is not currently accepting answers.

想改进这个问题吗 更新问题,以便通过编辑此文章用事实和引文回答问题。

Closed 8 years ago.

最近,我想给自己设定一个任务,创建一个基于网络的基本离题工具,并希望其他比我更有经验的程序员和开发人员提供一些意见。

我偶然发现了这一点Site提供了一个令人惊叹的软件,我想知道他们是如何创建这样一个东西的。例如,你认为用什么语言和库来创建这样的webApp的。我一直在为我的项目寻找GWT,因为我喜欢用Java编程。GWT能为图表创建一个基本的webApp吗?还是像adobe-flex这样的RIA语言是更好的选择?”?

感谢您的意见。

问题回答

主要取决于你希望你的最终产品如何表现。像Flex这样的东西——甚至Flash,也许Flex是不必要的——可以实现这一点,但“应该吗”这个问题的答案只能由你来回答:)你只需要画简单的方框和数字吗,还是会在某个时候把它们动画化?

Actionscript还有很多开源库和实用程序,可以让您在其中发挥作用,从可以自动排序和定位显示对象的布局工具到绘图框架,再到以下内容:

http://www.objecthandles.com/

正如Igor所说,Blueprint是GWT强大的一个很好的例子,在其他库的帮助下可以完成这项任务。

顺便说一句,我目前也在调查同样的问题。

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

他们有一个演示链接,值得花时间看一看。





相关问题
Disable button tooltip in AS3

I want to disable the tooltip on certain buttons. The tooltip manager seems to be an all or nothing solution. Is it possible to disable the tooltip for just one or two buttons?

Multiple Remote call made simultenously

I was making multiple remote calls and they are done sequentially and when I am getting a result event back it s triggering calls to all the methods with ResultEvent as an argument . I am supposed to ...

Attaching a property to an event in Flex/AS3

I have a parameter that needs to be passed along with an event. After unsuccessful attempts to place it on the type by extending the class, I ve been advised in another SO question to write a custom ...

Clearing RSL in Cache

I have built a flex application which has a "main" project and it is assosciated with a few RSL s which are loaded and cached once i run my "main" application. The problem i am facing is that the ...

What s a good way of deserializing data into mock objects?

I m writing a mock backend service for my flex application. Because I will likely need to add/edit/modify the mock data over time, I d prefer not to generate the data in code like this: var mockData =...

AS3 try/catch out of memory

I m loading a few huge images on my flex/as3 app, but I can t manage to catch the error when the flash player runs out of memory. Here is the what I was thinking might work (I use ???? because i dont ...

热门标签