Changes between Version 4 and Version 5 of BASE_PERSISTENCE_PROPERTY_FORMAT_R0
- Timestamp:
- 01/28/09 14:54:40 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_PERSISTENCE_PROPERTY_FORMAT_R0
v4 v5 5 5 6 6 == 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 8 9 == 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. 9 22 10 23 == Task result == 11 24 * wiki page. 12 25 == 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. 13 32 14 33 == Related == … … 20 39 21 40 == How to demo == 41 * show the wiki page and explain the things described there. 22 42 23 43 = Design =