离线Web应用程序:成功案例,技巧和资源

时间:2023-01-19 22:11:35

We @ medicware.com.br are thinking about making our web application offline-capable with Gears. Our main goal is to keep basic functionality running when the internet connection goes down.

我们@ medicware.com.br正在考虑使用Gears使我们的Web应用程序脱机。我们的主要目标是在互联网连接中断时保持基本功能运行。

So, I'd like to hear success stories, tips and resources about yours real experiences in that field (related to Gears or not).

所以,我想听听关于你在该领域的真实经历的成功故事,技巧和资源(与Gears有关)。

4 个解决方案

#1


2  

Remember the Milk has done a nice job of using Gears -- you might see what you can find out about their implementation. I'd start at http://code.google.com/apis/gears/articles/take_app_offline.html.

记住Milk在使用Gears方面做得很好 - 您可能会看到有关其实现的信息。我将从http://code.google.com/apis/gears/articles/take_app_offline.html开始。

#2


2  

Do you have to use Gears? I've used their AdWords API extensively, as well as Google Data, and the experiences left me lacking. Sure, things are reasonably well documented, but when it comes to support, there's no one you can call and real Google developer postings in forums are rare. They also are known for announcing cataclysmic changes with little notices, and, this is on paid products like AdWords.

你必须使用Gears吗?我广泛使用了他们的AdWords API以及Google数据,这些经验让我感到茫然。当然,事情已有相当详细的记录,但是当涉及到支持时,没有人可以打电话,真正的谷歌开发者在论坛上的帖子很少见。他们也因宣布灾难性变化而闻名,而且这些都是针对AdWords这样的付费产品。

I'd seriously look at Adobe Air. Adobe has worked with 3rd parties for years and they're pouring tons of money into doing Air right.

我认真看看Adobe Air。 Adobe多年来一直与第三方合作,他们正在投入大量资金来做Air。

#3


0  

I've had good experiences with Adobe Air. It's not gears and it was nothing more than a look to see how it worked, but it was so simple that i'd think it would be easy to port any large scale application over.

我对Adobe Air有过很好的体验。它不是齿轮,它只不过是看它是如何工作的,但它是如此简单,以至于我认为将任何大规模应用移植都很容易。

#4


0  

There is a couple of video resources available:

有几种可用的视频资源:

Dion Almaers 50 minute presentation goes from overview/businesscase down into the actual code: quite helpful for understanding concepts and getting examples for actual implementation code. Offline web apps with Google Gears

Dion Almaers 50分钟的演示文稿从概述/商业案例到实际代码:非常有助于理解概念并获得实际实现代码的示例。使用Google Gears的离线网络应用

I recently saw "Google I/O 2008 - Taking Large-Scale Applications Offline". Good for grasping the concept but also very complex -- Googles problems are most likely not typical scaling problems. And there was no concrete code. Only some architectural strategies.

我最近看到“Google I / O 2008 - 将大规模应用程序脱机”。有利于理解这个概念,但也非常复杂 - 谷歌问题很可能不是典型的扩展问题。而且没有具体的代码。只有一些建筑策略。

Also, if you need code examples, try "offline dojo" as well. Even though it's a screencast of Dojos offline wrapper, I think it's pretty helpful (and only 8 minutes short) Dojo offline screencast, (overview on dojo offline homepage)

此外,如果您需要代码示例,请尝试“离线dojo”。即使它是Dojos离线包装器的截屏视频,我认为它非常有用(并且只有8分钟)Dojo离线截屏,(dojo离线主页概述)

In my eager to answer your question, I just stumbled upon Google I/O 2009 - HTML5 Databases/Gears & Offline Web Apps, which i will see during lunch. Feedback on this yet, anyone?

在我急于回答你的问题时,我偶然发现了Google I / O 2009 - HTML5数据库/ Gears和离线网络应用程序,我将在午餐时看到它。对此有任何反馈,有人吗?

#1


2  

Remember the Milk has done a nice job of using Gears -- you might see what you can find out about their implementation. I'd start at http://code.google.com/apis/gears/articles/take_app_offline.html.

记住Milk在使用Gears方面做得很好 - 您可能会看到有关其实现的信息。我将从http://code.google.com/apis/gears/articles/take_app_offline.html开始。

#2


2  

Do you have to use Gears? I've used their AdWords API extensively, as well as Google Data, and the experiences left me lacking. Sure, things are reasonably well documented, but when it comes to support, there's no one you can call and real Google developer postings in forums are rare. They also are known for announcing cataclysmic changes with little notices, and, this is on paid products like AdWords.

你必须使用Gears吗?我广泛使用了他们的AdWords API以及Google数据,这些经验让我感到茫然。当然,事情已有相当详细的记录,但是当涉及到支持时,没有人可以打电话,真正的谷歌开发者在论坛上的帖子很少见。他们也因宣布灾难性变化而闻名,而且这些都是针对AdWords这样的付费产品。

I'd seriously look at Adobe Air. Adobe has worked with 3rd parties for years and they're pouring tons of money into doing Air right.

我认真看看Adobe Air。 Adobe多年来一直与第三方合作,他们正在投入大量资金来做Air。

#3


0  

I've had good experiences with Adobe Air. It's not gears and it was nothing more than a look to see how it worked, but it was so simple that i'd think it would be easy to port any large scale application over.

我对Adobe Air有过很好的体验。它不是齿轮,它只不过是看它是如何工作的,但它是如此简单,以至于我认为将任何大规模应用移植都很容易。

#4


0  

There is a couple of video resources available:

有几种可用的视频资源:

Dion Almaers 50 minute presentation goes from overview/businesscase down into the actual code: quite helpful for understanding concepts and getting examples for actual implementation code. Offline web apps with Google Gears

Dion Almaers 50分钟的演示文稿从概述/商业案例到实际代码:非常有助于理解概念并获得实际实现代码的示例。使用Google Gears的离线网络应用

I recently saw "Google I/O 2008 - Taking Large-Scale Applications Offline". Good for grasping the concept but also very complex -- Googles problems are most likely not typical scaling problems. And there was no concrete code. Only some architectural strategies.

我最近看到“Google I / O 2008 - 将大规模应用程序脱机”。有利于理解这个概念,但也非常复杂 - 谷歌问题很可能不是典型的扩展问题。而且没有具体的代码。只有一些建筑策略。

Also, if you need code examples, try "offline dojo" as well. Even though it's a screencast of Dojos offline wrapper, I think it's pretty helpful (and only 8 minutes short) Dojo offline screencast, (overview on dojo offline homepage)

此外,如果您需要代码示例,请尝试“离线dojo”。即使它是Dojos离线包装器的截屏视频,我认为它非常有用(并且只有8分钟)Dojo离线截屏,(dojo离线主页概述)

In my eager to answer your question, I just stumbled upon Google I/O 2009 - HTML5 Databases/Gears & Offline Web Apps, which i will see during lunch. Feedback on this yet, anyone?

在我急于回答你的问题时,我偶然发现了Google I / O 2009 - HTML5数据库/ Gears和离线网络应用程序,我将在午餐时看到它。对此有任何反馈,有人吗?