Changes between Version 5 and Version 6 of BASE_PERSISTENCE_IMMUTABLES_R0


Ignore:
Timestamp:
02/20/09 14:44:46 (16 years ago)
Author:
gogov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_PERSISTENCE_IMMUTABLES_R0

    v5 v6  
    55 
    66== Overview == 
    7  This task is about persisting immutable things. Generally we have immutable things and properties with pro objects that have to be persisted. This task is responsible for persisting the immutables. 
    8   * They are usually not dependent on anything else. 
     7 This task is about persisting immutables. Generally the idea is that in Sophie 2 we have immutables and ProObjects/Properties and they have to be persisted. The goal of this task is to provide a concept for persisting the immutables. 
     8  * Immutables are not dependent on anything else. 
    99  * Their persistence is quite trivial and currently supported by the formats. These include the backgrounds, titles, sizes etc. 
    1010 
     
    2323  * paddings 
    2424  * etc. (think of the other things after carefully examining the model.)  
     25 * Explain how listed immutables should be persisted with the listed tools 
     26  * Provide a few examples 
     27  * Accent on the usage of SharedLoader and SharedSaver 
    2528 * Provide diagrams of the format that includes the tags for the persisted things. 
    2629 * Create integration test for new persisted immutables. 
     
    3437 * review code 
    3538 * add new XML tags 
    36  * add the new immutable things to the format 
     39 * add the new immutables to the format 
    3740 
    3841== Related ==