GWT + Google 可视化 API = Firefox 插件
我计划以这种方式查看 Web 应用程序中的用户体验,我将跟踪用户的点击,也许还可能跟踪用户会话期间的一些其他操作。想法是使用图表向用户显示他的活动。
我已经使用 Google Visualization API 制作了图表的初始版本,目前看起来不错(即使我在 Web 开发方面没有太多经验,但使用此 API 制作它非常容易,我会推荐它!)。
下一步是制作管理面板,该面板将自定义将要遵循的参数(单击确切的链接,单击按钮,...),以及自定义,我计划使用 GWT 来制作它,因为我已经看到 Google 做得很好这些技术的整合。首先,您对这种集成/组合有何看法。另外,我建议使用 JQuery 作为非常好的和有用的库。
当这部分故事完成后,我需要将其打包到 Firefox 插件中(计划还制作 Google Chrome 插件),以便用户能够安装它并跟踪自己的活动。我读到从 GWT 代码创建 Firefox 插件时存在一些问题。有人有这种组合的经验吗?是否可以做到,如果您有有用的材料参考那就太好了!
另外,因为我是这个领域的初学者,所以非常欢迎任何形式的建议、推荐......!
提前TnX!
内马尼亚
I'm planning to take a look at user experience in web application in that way that I will follow user clicks and maybe some other actions during his session. Idea is to show to user his activity using chart.
I already made initial version of chart using Google Visualization API and it looks good for now (even I don't have so much experience in web development, it was very easy to make it using this API and I would recommend it!).
Next step is to make administrative panel that will customize parameters that will be followed (clicks at exact links, clicks at buttons,...), as well as customize and I planned to make it using GWT because I have seen that Google made good integration of these technologies. As first, what do you think about this integration/combination. Also, I have suggestion to use JQuery as very good and useful library.
When this part of story is finished, I would need to pack it in Firefox add-on (plans are also to make Google Chrome add-on), so users will be able to install it and follow own activity. I was reading that there are some problems in creating Firefox add-on from GWT code. Do anybody has experience with this combination? Is it possible to do and if you have reference for useful materials it will be great!
Also, because I'm beginner at this field, any kind of suggestions, recommendations,... are more than welcome!!!
TnX in advance!
Nemanja
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我得到的答案是:
附加组件传统上是使用 XUL 开发的。它们可能包括通常用 Java JAR 包(或其他编程语言,如 C++)编写的二进制组件。但是,用户界面必须是 XUL。
那里没有其他选择,所以我认为 GWT 不会在这里帮助您,除非有一些 GWT-XUL 转换器。
如果有人找到其他答案,最好将其发布在这里。
I got answer that:
Add-ons are traditionally developed using XUL. They may include binary components normally written in Java JAR packages (or other programming languages like C++). However, the user interface has to be XUL.
There's no alternative there, so I don't think GWT will help you here unless there is some GWT-XUL converter.
If someone find some other answers it would be good to post it here.