Google Gears usage examples

Coldfusion Projects
client side caching

Database tables loaded locally using Google gear while providing visual feedback

This example creates client side table’s using google gear and initializes them with server side data (could have used ajax to load server data, but did not do so to keep the example simple). The example also uses the worker pool to execute SQL in its own thread and hence keeping the user interface freed up to show the progress report on how the sync process is going.

Author : Arjun Kalura
Local Database Name : sample-db
Perquisite : Google Gear

Download this example

Storing Data locally...

Total Progress


Current Task



Tool to query the local sample-db