Changes between Version 6 and Version 7 of BASE_PERSISTENCE_PROPERTY_FORMAT_R0


Ignore:
Timestamp:
01/28/09 15:21:19 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_PERSISTENCE_PROPERTY_FORMAT_R0

    v6 v7  
    1515    * Example: If for example a book has a page, persisting the book should explicitly state that it is dependent on that page and page should be loaded first. 
    1616     * This can be implemented by dependency listing for every !ProObject. 
    17   * We considering the format have in mind that there are also extensions defined for some !ProObjects which may also need to be properly constructed before the initializing of the !ProObject itself. 
     17  * Properties are also dependent on immutable things as being the bottom-most part of the persisted things. 
     18  * While considering the format, have in mind that there are also extensions defined for some !ProObjects which may also need to be properly constructed before the initializing of the !ProObject itself. 
    1819  * Think of scenarios and define the way properties save/load. 
    1920 * Create a wiki page with the design of the format that will handle the things stated above.