Introduction: Software as a Service goes Offline
Your company has a Web application that exposes some Salesforce.com data. How do you access this Web application when you're not online? Well, surprisingly the answer is no longer "you can't", as the recent hype around Google Gears has shown. What Google Gears does is provide an extension to your browser. This extension includes a tiny database engine, a cache, and a JavaScript library that lets your Web application make use of the database and cache even when not connected to the Web.
In effect, your browser can cache relevant Web application pages and data, and let you continue to navigate the Web application even when you're not online. You don't get the infamous " 404 page. A great example of this is implemented in Google's own RSS reader. As shown in Figure 1, it now provides a facility to "go offline."