简体   繁体   English

GWT + Google Visualization API = Firefox附加组件

[英]GWT + Google Visualization API = Firefox add-on

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. 我打算以这种方式看一下Web应用程序中的用户体验,以便在他的会话期间跟踪用户的点击以及其他一些操作。 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!). 我已经使用Google Visualization API制作了图表的初始版本,现在看起来不错(即使我在Web开发方面没有太多经验,使用此API也很容易,我会推荐它!)。

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. 下一步是制作管理面板,该面板将自定义将要遵循的参数(单击精确链接,单击按钮等),以及进行自定义,并且我计划使用GWT进行设置,因为我已经看到Google做得很好这些技术的集成。 As first, what do you think about this integration/combination. 首先,您如何看待这种集成/组合。 Also, I have suggestion to use JQuery as very good and useful library. 另外,我建议使用JQuery作为非常好的和有用的库。

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. 故事的这一部分完成后,我需要将其包装在Firefox附加组件中(计划也要制作Google Chrome附加组件),以便用户能够安装它并按照自己的活动进行操作。 I was reading that there are some problems in creating Firefox add-on from GWT code. 我在阅读时发现,从GWT代码创建Firefox加载项存在一些问题。 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! 提前TnX!

Nemanja 内曼贾

I got answer that: 我得到的答案是:

Add-ons are traditionally developed using XUL. 加载项传统上是使用XUL开发的。 They may include binary components normally written in Java JAR packages (or other programming languages like C++). 它们可能包括通常用Java JAR包(或其他编程语言,如C ++)编写的二进制组件。 However, the user interface has to be XUL. 但是,用户界面必须是XUL。

There's no alternative there, so I don't think GWT will help you here unless there is some GWT-XUL converter. 那里没有其他选择,因此除非有GWT-XUL转换器,否则我认为GWT不会在这里为您提供帮助。

If someone find some other answers it would be good to post it here. 如果有人找到其他答案,最好在这里发布。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM