| Home | Trees | Indices | Help |
|
|---|
|
|
A store is a conceptual representation of your APP instance. It is the outter envelop of the underlying entities involved. APP does not define the concept of store per se but it is a common way of naming and representing an APP instance. A store is not really concerned about the meaning of members and media resources however. All it cares about is 'meta-data' and 'content'. A store needs at least one meta-data storage which will be used to persist the representation of APP members. A store can accept a second store which will be used to persist media resources. If not provided the meta-data storage is then used.
|
|||
| AtomPubStore | ||
|
|||
|
__doc__ = """ A store is a conceptual representation of your A...
|
||
|
|||
__doc__None
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Sat Nov 18 23:31:57 2006 | http://epydoc.sourceforge.net |