June 5th, 2008 · Posted by Jeff Haynie ·

Google Gears powered Appcelerator

We have recently committed the first stab at a google-gears enabled Appcelerator SDK. Google Gears (now just called “Gears”) is a really awesome browser plugin that gives you some out-of-process Javascript capabilities like offline and multithreading via worker pools.

With the next release of the SDK, Appcelerator’s javascript servicebroker will now automagically (and transparently) switch to using a Gears-enabled servicebroker when talking to your service-backend. That means your application will perform faster because the AJAX communication between client and server (especially for apps using fast polling) will be out-of-process using Gears’ worker pool.

You have to do nothing to enable this in your application. When you Appcelerator application loads, a small piece of code will check to see if Gears is enabled and will dynamically load the gears-enabled servicebroker code.

Popularity: 9% [?]

Tags: Product Updates

One Response to “Google Gears powered Appcelerator”

  1. Appcelerator gives you Gears functionality out of the box « outaTiME Says:

    […] Jeff Haynie announced that the latest Appcelerator SDK supports Gears. […]

Leave a Reply