Changes between Version 4 and Version 5 of BASE_PERSISTENCE_PROPERTY_FORMAT_R0


Ignore:
Timestamp:
01/28/09 14:54:40 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_PERSISTENCE_PROPERTY_FORMAT_R0

    v4 v5  
    55 
    66== Overview == 
    7  This task is about persisting property things. Generally we have immutable things and properties with pro objects that have to be persisted. This task is responsible for persisting the property part. 
     7 This task is about persisting property things. Generally we have immutable things and properties with pro objects that have to be persisted. This task is responsible for persisting the property part. In this revision the following will be quite enough. 
     8 
    89== Task requirements == 
     10 * !ProObjects should be persisted and the following should be taken into consideration when designing how this will be done: 
     11  * !ProObjects usually contain properties containing !ProObjects: 
     12   * the implementor should consider that most !ProObjects are dependent on other !ProObjects: 
     13    * Saving and Loading should be consistent in terms of dependencies so that properties are initialized properly. 
     14    * The order of loading things should be designed so that no exceptions are thrown because of property availability. 
     15    * 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. 
     16     * This can be implemented by dependency listing for every !ProObject. 
     17  * Think of scenarios and define the way properties save/load. 
     18 * Create a wiki page with the design of the format that will handle the things stated above. 
     19  * provide scenarios to show that this format is really needed. 
     20  * create diagrams. 
     21  * give concrete explanations.  
    922 
    1023== Task result == 
    11  
     24 * wiki page. 
    1225== Implementation idea == 
     26 * view code: 
     27  * => [source:trunk/sophie2-platform/modules/org.sophie2.base.persistence] 
     28  * => [source:trunk/sophie2-platform/modules/org.sophie2.main.model.book.format.r1/src/main/java/org/sophie2/main/model/book/format/r1] 
     29  * => [source:trunk/sophie2-platform/modules/org.sophie2.main.model.book.format.r2/src/main/java/org/sophie2/main/model/book/format/r2] 
     30 * View the related things. 
     31 * Design format and create a wiki page with the task requirements fulfilled. 
    1332 
    1433== Related == 
     
    2039 
    2140== How to demo == 
     41 * show the wiki page and explain the things described there. 
    2242 
    2343= Design =