Changes between Version 5 and Version 6 of BASE_PERSISTENCE_IMMUTABLES_R0
- Timestamp:
- 02/20/09 14:44:46 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_PERSISTENCE_IMMUTABLES_R0
v5 v6 5 5 6 6 == 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 responsiblefor persisting the immutables.8 * They are usuallynot 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. 9 9 * Their persistence is quite trivial and currently supported by the formats. These include the backgrounds, titles, sizes etc. 10 10 … … 23 23 * paddings 24 24 * 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 25 28 * Provide diagrams of the format that includes the tags for the persisted things. 26 29 * Create integration test for new persisted immutables. … … 34 37 * review code 35 38 * add new XML tags 36 * add the new immutable things to the format39 * add the new immutables to the format 37 40 38 41 == Related ==