It’s pretty interesting at least to take note here that what Google is going to introduce to us. Google’s newly announced Google Gears, which is an open source browser plugin that enables developers to create offline web applications using JavaScript API. Meaning that the web application developed by you using Google Gears will be able to work offline as well as online across browsers.
The plugin is about 700K for Firefox 1.5 and above and also Internet Explorer 6.0 and above. It comes wth 3 developer APIs. These 3 APIs are for handling 3 different tiers of application development. Which the first tier is to handle the creation of data objects to store application information locally, the second tier is the database tier that is made up of SQLite relational database and the third tier enables asynchronous JavaScript applications to synchronize data in the background without overburdening the browser. I’ve downloaded the plugin, which I’ll explore it later and will start posting here once I’ve got some results.
Google Gears,Google,Google API,Google Gears API,Web 2.0,ajax,javascript
Technorati Tags: Google Gears, Google, Google API, Google Gears API, Web 2.0, ajax, javascript








June 4th, 2007 at 5:05 am
[...] I’ve been deeply fascinated with the great API, Google Gears, introduced by Google recently. I’ve taken the very first step, that was quickly to make use of the Local Database API to build my very first Google Gears app. This is mainly due to my background is more on database apps and Java, that’s why I chose the local DB API to start with. It’s really amazing that what Google has done, which allows JavaScript applications to make use of relational database engine to store data and SQL statements to manipulate data locally. [...]
October 22nd, 2008 at 10:01 am
[...] Google Gears – the browser’s plugin which allows a web app to work offline and store data offline, has just been released with the new Geolocation API, which allows location-enabled web sites to securely locate where a laptop user is, using WiFi. [...]