Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Google Technology

Google Abandoning Gears 139

harrymcc noted a story talking about what might be the end of Google Gears. The concept has always been interesting, but it seems that Google is beginning to think of Gears as more of a proof of concept, and that focus will shift to HTML5, which has the same functionality.
This discussion has been archived. No new comments can be posted.

Google Abandoning Gears

Comments Filter:
  • Re:HTML 5 (Score:4, Informative)

    by Transfinite ( 1684592 ) on Wednesday December 02, 2009 @10:09AM (#30296766)
    from actually working with this stuff. Quite alot already.
  • by TheRaven64 ( 641858 ) on Wednesday December 02, 2009 @10:11AM (#30296790) Journal

    Exactly. HTML 5 is being deployed piecemeal, and Gears uses the HTML 5 features when they're available, falling back to its own functionality when it isn't. When all that Gears is doing is delegating functionality to the native HTML 5 implementation, it's pointless and just adds a layer of indirection that slows everything down.

    Gears is out and works now. HTML 5 is starting to be widely deployed and all of the major browser manufacturers are backing it (MS announced IE9 will support it). When HTML 5 is universal, there will be no point in Gears. It never had a long-term future, it was just a prototype. Several of the HTML 5 features are lifted directly from Gears, so saying Google are abandoning Gears is no more interesting than saying Microsoft are abandoning Windows 95.

  • Re:HTML 5 (Score:5, Informative)

    by slim ( 1652 ) <john.hartnup@net> on Wednesday December 02, 2009 @10:13AM (#30296820) Homepage

    HTML 5 does exactly what it says it does.

    Dive into HTML 5 [diveintohtml5.org] tells you what that is, and whether your browser supports it.

    It's up to developers to apply it. Google is doing so.

  • Re:HTML 5 (Score:3, Informative)

    by TheRaven64 ( 641858 ) on Wednesday December 02, 2009 @10:19AM (#30296872) Journal
    Read the spec, compare it with browser implementations. A few things are deployed and work well now, such as the video and audio tags in FireFox and Safari (although they support different CODECs out of the box) and client-side storage. The latter is the big one that Gears provided; with HTML 5 there are existing implementations of both the JavaScript persistent object storage and the database-style version (which lets you run SQL queries against a local store). Most of the new form elements are already supported by Gecko and WebKit and Canvas (which allows drawing on a PostScript-style model) has been working in both for ages.
  • Re:BLOAT (Score:2, Informative)

    by Transfinite ( 1684592 ) on Wednesday December 02, 2009 @10:43AM (#30297080)
    It's got nothing to do with "tags", the whole point of the HTML5 API is to try and evolve the request -> response model we have at the moment. for example, WebSockets http://dev.w3.org/html5/websockets/ [w3.org] event based full duplex communications. Or that you can now actually store files locally (applicationCache), so for example client side templates would be possible, only send the data that changes, not as happens now, everything over, and over again. The new tags in HTML5 are not the important bits.
  • by slim ( 1652 ) <john.hartnup@net> on Wednesday December 02, 2009 @11:08AM (#30297420) Homepage

    I'm no web designer so perhaps I'm misunderstanding TFA, but is offline script caching one of the features of HTML5?

    Yes.
    http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#offline [whatwg.org]

  • Re:HTML 5 (Score:3, Informative)

    by Blakey Rat ( 99501 ) on Wednesday December 02, 2009 @11:40AM (#30297806)

    I'm not saying people *shouldn't* use it, I'm excited about it myself. What I'm saying is, realistically, the majority of sites will never convert to HTML5. The lesson being: make your standards great, because they Never. Go. Away.

    Sorry I shouldn't post at 6:30 AM

Arithmetic is being able to count up to twenty without taking off your shoes. -- Mickey Mouse

Working...