User:Sj/Log/bundles, interfaces, and executables: Difference between revisions

From OLPC
< User:Sj‎ | Log
Jump to navigation Jump to search
(+bundles)
 
m (...)
Line 1: Line 1:
The first notion of bundle is an executable collection of code and supporting material, along with the objects that it can read or store. Bundles are shared or distributed as a whole; objects they create can be shared or reused individually.
The first notion of bundle is an executable collection of code and supporting material, along with the objects that it can read or store. Bundles are shared or distributed as a whole; objects they create can be shared or reused individually.


There is also a notion of [[generic bundle]] -- a simple way to throw a few objects together and label them, for the purposes of sharing.
There is also a notion of a [[generic bundle]] -- a simple way to throw a few objects together and label them, for the purposes of sharing.

Revision as of 20:53, 3 June 2007

The first notion of bundle is an executable collection of code and supporting material, along with the objects that it can read or store. Bundles are shared or distributed as a whole; objects they create can be shared or reused individually.

There is also a notion of a generic bundle -- a simple way to throw a few objects together and label them, for the purposes of sharing.