Woopra 使用什么小部件套件/框架?

发布于 2024-09-16 04:32:04 字数 294 浏览 5 评论 0原文

如果您使用 Woopra,您可能知道几个月前他们发布了一个基于网络的分析工具。我对它的流畅和设计精良感到惊讶。看了一下源码,好像是用GWT编码的。然而,它的 Mac 外观和感觉让我想起了 Sproutcore。我不知道 GWT 的外观和感觉如何。

我对他们的小部件套件非常感兴趣,所以我开始寻找这个领域的新人,但没有成功。

我很难相信他们完全定制了它,因为它使用了许多不同的小部件、图表和效果,而且它本身可能是一项艰巨的任务。

您知道他们是否使用自定义小部件套件/框架,如果是,其名称是什么?

提前致谢, 胡安

If you use Woopra, you probably know that several months ago they released a web based analysis tool. I was surprised by how smooth and well designed it was. Taking a look at the source code, it seemed to be coded using GWT. However, its Mac look and feel reminds me of Sproutcore. I'm not aware of a look and feel like it for GWT.

I'm really interested on their widget kit, so I started to look for newcomers in this area, without success.

It's hard for me to believe that they custom coded it completely, as it uses many different widgets, charts and effects and it could be, by itself, a huge undertaking.

Do you know if they are using a custom widget kit / framework and, if so, its name?

Thanks in advance,
Juan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

江南烟雨〆相思醉 2024-09-23 04:32:04

嘿伙计们,除了 jQuery 之外,我没有使用任何库。 Woopra Web 应用程序是从头开始构建的。

我希望这能回答你的问题。

埃利。
woopra.com

Hey guys, I'm not using any library beside jQuery. The Woopra web application has been built from scratch from the ground up.

I hope this answers your question.

Elie.
woopra.com

得不到的就毁灭 2024-09-23 04:32:04

如果您通过浏览器查看页面源代码并找到对以下文件之一的引用:

  • 名称的长 md5sum 并以 .cache.js 或 .cache.html 结尾
  • 某些以 nocache.js 或 nocache.html 结尾的名称

如果有,您就知道该站点是使用 GWT 编写的。例如,在查看 Wave 源时,它引用了:

<script type="text/javascript" src="/wave/static/1880D9859FBFB1895A16B35680031427.cache.js"> 

虽然 Evernote 的 Web 版本引入了:

<script type="text/javascript" src='/com.evernote.ENWeb/com.evernote.ENWeb.nocache.js?97654'></script>

当然,可以重命名这些文件,因此仅仅因为它们丢失,并不意味着它不是用 GWT 编写的。尽管如此,如果没有这些文件,很可能他们没有使用 GWT。

If you view the page source through your browser and find a reference to one of the follow files:

  • a long md5sum for the name and ends in .cache.js or .cache.html
  • some name that ends with nocache.js or nocache.html

If it has either, you know the site is written using GWT. For example, when looking at the Wave source it references:

<script type="text/javascript" src="/wave/static/1880D9859FBFB1895A16B35680031427.cache.js"> 

While the web version of Evernote pulls in:

<script type="text/javascript" src='/com.evernote.ENWeb/com.evernote.ENWeb.nocache.js?97654'></script>

Of course, it's possible to rename these files so just because they're missing, doesn't mean it's not written in GWT. Nevertheless, without these files it's a pretty good bet that they're not using GWT.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文