- Occasionally Connected Computing
Occasionally Connected Computing or OCC is a term used in
computing for an architecture or framework which permits running some aspects of a web application when not connected to the internet. This is sometimes a feature of a Rich Internet Application or RIA.oftware architecture
Occasionally Connected Computing is a
software architecture based on the idea that an end user should be able to continue working with an internet application even when temporarily disconnected or when a wireless connection fails or is otherwise unavailable. OCC has been seen as one aspect of 'pervasive computing'. In the past, audio and visual telephony no longer functioned when a connection was lost. In an OCC architecture, tasks continue and update a central data store when a connection is restored.Client-side persistent data (CSPD), while not permanent data as in a central data store, are a common implementation of an OCC framework on non-handheld devices such as personal and laptop computers. As the local data store on PDAs commonly exceeds several Gigabytes, OCC becomes more viable for handheld devices.OCC Frameworks and Implementations
In the case of the Curl language an alternate URI scheme is used to identify a resource which is to be used for OCC. Where a normal
HTTP URL might be {url "http://www.your-office.com/your-site.php" }an OCC URI could be {url "curl://occ/reconnect-as-needed" }Such a URI redirects to the web when connected and to the local store when disconnected.TheSmalltalk language is a special case because of the ability to save thebytecode image atruntime .The possibilities using the REBOL 2.x runtime environment lie somewhere between Smalltalk and Curl 5.0 but may be extended with the release of REBOL 3.0 which is projected for late 2008 (a public alpha began in Jan 2008.)See also
*
Curl (programming language) and the Surge RTE for OCC
*REBOL as an OCC platform
* Seaside for Smalltalk thinner client for OCC
* RIA
*Ubiquitous computing
*HTTP as a stateless protocol
* REST which is a computing architecture style which eschews CSPDReferences
External links
* [http://www.adobe.com/devnet/central/articles/occ_whitepaper/occ_whitepaper.pdf Adobe whitepaper]
* [http://www.curl.com/products/solution/offline.php Curl] as a language designed with CSPD for OCC
* [http://www.mobileimperative.com/solutions.asp?sID=307&n=Occasionally+Connected+Computing Mobile] computing impact of OCC
* [http://www.rebol.com/what-rebol.html Rebol] model of 'both-sides' computing
* [http://www.allbusiness.com/technology/computer-networking/918650-1.html?yahss=114-3470923-918650 OCC architecture]
* [http://www.intel.com/cd/ids/developer/asmo-na/eng/57606.htm?page=4 Intel] on OCC
Wikimedia Foundation. 2010.