谷歌Wave应用程序

发布于 2024-08-02 20:24:59 字数 154 浏览 8 评论 0 原文

我的理解是Google Wave是一个沟通和协作工具。但它是否仅限于 IM/Twitter 类型的界面,还是可以做更多的事情?它会是与自上而下的对话格式完全不同的东西吗?

假设我想使用 google wave 构建一个协作照片编辑应用程序。我应该使用哪个 API?还是我没明白?

My understanding is that Google wave is a communications and collaboration tool. But is it only limited to IM/Twitter type interface or can it do much more? Can it be something completely different than the top-down conversation format?

Say I want to build a collaborative photo editing app with google wave. which API should I use? or am I not getting it?

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

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

发布评论

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

评论(4

指尖凝香 2024-08-09 20:24:59

我相信那将是一个小玩意(可能与机器人结合在一起)。我不确定照片编辑是否真的会成为 Wave 的实际应用,尽管“协作画布”确实有效。

该小工具将用于用户界面方面,而机器人可用于您不想在 JavaScript 中实现的更复杂的效果。您可以添加一些表示“我想要应用海报化”的数据(例如),机器人会看到这一点,应用该效果,然后将修改后的 blip 与海报化版本一起发回。

我在协作照片编辑中看到的主要问题是每次编辑可能更改的数据量。我怀疑它在技术上可行,但在空间/带宽使用方面可能不是很好......

That would be a gadget, I believe (possibly combined with a robot). I'm not sure whether photo editing would really be a practical application of Wave, although a "collaborative canvas" certainly works.

The gadget would be used for the user interface side of things, and the robot could be used for more complex effects that you didn't want to implement in JavaScript. You'd add a bit of data representing "I want posterisation applied" (for example) and the robot would see that, apply the effect and then send back the modified blip with the posterised version.

The main problem I'd see with collaborative photo editing is the amount of potentially changed data for each edit. I suspect it would technically work, but it may not be great in terms of space/bandwidth usage...

睫毛上残留的泪 2024-08-09 20:24:59

如果您对协作制图感兴趣,请观看以下页面上的视频演示:

http://www.googlewaveblogger.com/collaboration/gravity-the-best-business-example-of-google-wave-period/

中途视频中,您可以看到多个用户协同编辑 SAP 业务流程(流程图)。超级酷。

If you are interested in collaborative diagramming, take a look at the video demo on the following page:

http://www.googlewaveblogger.com/collaboration/gravity-the-best-business-example-of-google-wave-period/

Midway through the video, you can see several users collaboratively editing a SAP business process (flowchart). Super cool.

薔薇婲 2024-08-09 20:24:59

Google Wave 包含三个方面:

  1. 产品:Wave 是基于 GWT 构建的使用 HTML5 的 Web 应用程序
  2. 协议:Wave 也表示存储和共享 Waves 的底层格式 平台
  3. :Wave 为开发人员提供了一组开放 API

平台可以进一步分为Wave扩展和Embed API。 Wave 扩展包括机器人和小工具,而 Embed API 允许您将 Waves 嵌入到第三方应用程序和网站中。小工具是在 Wave 中运行的应用程序,而机器人是 Wave 中的自动参与者。

一些可能对您有用的链接:

  1. Google wave 博客文章:http://googleblog.blogspot.com/2009/05/went-walkabout-brought-back-google-wave.html
  2. Google Wave API 概述:http://code.google.com/apis/wave/guide.html
  3. Google Wave Federation 架构白皮书:http://www.waveprotocol.org/whitepapers/google-wave-architecture
  4. Google Wave数据模型和客户端-服务器协议白皮书:http://www.waveprotocol.org /whitepapers/internal-client-server-protocol
  5. Google Wave 扩展,深入了解:http://mashable.com/2009/06/11/google-wave-extensions/

There are three aspects to Google Wave:

  1. A product: Wave is a web app using HTML5 built on GWT
  2. A protocol: Wave also denotes the underlying format for storing and sharing waves
  3. A platform: Wave provides a set of open APIs for developers

The platform can further be divided into Wave extensions, and the Embed API. Wave extensions include robots and gadgets, and the Embed API allows you to embed waves into third party applications and websites. A gadget is an application that runs within a wave, and a robot is an automated participant in a wave.

Some links that might be useful to you:

  1. Google wave blog post: http://googleblog.blogspot.com/2009/05/went-walkabout-brought-back-google-wave.html
  2. Google Wave API overview: http://code.google.com/apis/wave/guide.html
  3. Google Wave Federation Architecture whitepaper: http://www.waveprotocol.org/whitepapers/google-wave-architecture
  4. Google Wave Data Model and Client-Server Protorol whitepaper: http://www.waveprotocol.org/whitepapers/internal-client-server-protocol
  5. Google Wave Extensions, An Inside Look: http://mashable.com/2009/06/11/google-wave-extensions/
葵雨 2024-08-09 20:24:59

以下是可搜索的 Google Wave 小工具和机器人集合,您可以通过一些示例来了解您可以执行的操作。

例如,您可以查看 Cards 小工具,该小工具具有可用的源代码。

Here is a searchable collection of Google Wave Gadgets and Robots in order to look at some examples of what you can do.

You can check out the Cards gadget, for example that has source code available.

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