Offline Web Applications
Google gibt Google Gears - Enabling Offline Web Applications als Beta frei.
Google Gears (BETA) is an open source browser extension that enables web applications to provide offline functionality using following JavaScript APIs:
- Store and serve application resources locally
- Store data locally in a fully-searchable relational database
- Run asynchronous Javascript to improve application responsiveness
Sehr interessant. Auf den ersten Blick flexibler als The Dojo Offline Toolkit.
Dojo Offline is a free, open source toolkit that makes it easy for web applications to work offline. It consists of two pieces: a JavaScript library bundled with your web page and a small (~300K) cross-platform, cross-browser download that helps to cache your web application’s user-interface for use offline.
Ich werde wohl mal mit beiden Ansätzen ein wenig spielen müssen.

