Is Google Gears Really a Long-term Solution? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T03:17:25Z http://stackoverflow.com/feeds/question/507379 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/507379/is-google-gears-really-a-long-term-solution 8 Is Google Gears Really a Long-term Solution? Daniel Silveira 2009-02-03T14:54:51Z 2009-08-05T02:47:14Z <p>I am thinking about using <a href="http://gears.google.com/" rel="nofollow">Gears</a> in a project, but I have doubts about it.</p> <p>Do you think that Gears will really be (or already were) accepted by the community as the state-of-art solution for what it purposes? </p> <p>Although Gears seems to be awesome, I think that the community is kind of <a href="http://stackoverflow.com/questions/410959/has-anyone-used-google-gears-in-an-enterprise-scenario">scared to use it</a>. </p> <p>What do you think about it?</p> http://stackoverflow.com/questions/507379/is-google-gears-really-a-long-term-solution/507402#507402 2 Answer by Andrew Hare for Is Google Gears Really a Long-term Solution? Andrew Hare 2009-02-03T14:58:55Z 2009-02-03T14:58:55Z <p>Google has invested a lot of time in it and has also integrated it into some of their web apps. I imagine its here to stay for a while but then there is always risk involved with stuff like this.</p> http://stackoverflow.com/questions/507379/is-google-gears-really-a-long-term-solution/507429#507429 2 Answer by Morendil for Is Google Gears Really a Long-term Solution? Morendil 2009-02-03T15:02:44Z 2009-02-03T15:02:44Z <p>Google is about to roll out "offline GMail", which is built on Gears. Given the market share of GMail, I'd expect that to be the killer app for Gears adoption.</p> <p>But it's hard to make predictions, especially about the future. You might want to wait, if you can afford to, and see how offline GMail catches on.</p> http://stackoverflow.com/questions/507379/is-google-gears-really-a-long-term-solution/507443#507443 1 Answer by Sam Meldrum for Is Google Gears Really a Long-term Solution? Sam Meldrum 2009-02-03T15:05:26Z 2009-02-03T15:05:26Z <p>There is always risk with any platform, but at least with this one google are eating their own dog food. I.e. It is required for gmail offline, it is the way you'll take google docs offline.</p> <p>I think you're probably as safe with Gears from a continued support perspective as you are with most other frameworks. If it meets your needs as it is in its current state, it sounds like a good fit.</p> http://stackoverflow.com/questions/507379/is-google-gears-really-a-long-term-solution/507599#507599 4 Answer by dmajkic for Is Google Gears Really a Long-term Solution? dmajkic 2009-02-03T15:41:20Z 2009-02-03T15:41:20Z <p>Gears have SQL engine (<a href="http://www.sqlite.org" rel="nofollow">SQLite</a>), with scripting (Javascript), and good internet support. </p> <p>In fact, I don't see anything like it on the market.</p> <p>And there is the potential to position Gears as serious client side framework, if Google manage to push Gears on small devices (on which both SQLite and javascrpt allready work). </p> <p>They don't seem to hurry. Can't tell why.</p> http://stackoverflow.com/questions/507379/is-google-gears-really-a-long-term-solution/763557#763557 6 Answer by Joe W. for Is Google Gears Really a Long-term Solution? Joe W. 2009-04-18T14:53:46Z 2009-04-18T14:53:46Z <p>The client side storage in HTML 5 will provide an upgrade path from Gears, should Google ever decide to deprecate Gears. There's an interesting article about Google using an abstraction layer so that <a href="http://google-code-updates.blogspot.com/2009/04/html5-and-webkit-pave-way-for-mobile.html" rel="nofollow">Gears is not required on browsers supporting HTML 5 client-side storage</a>.</p>