Changes between Version 5 and Version 6 of BASE_PERSISTENCE_FORMAT_REGISTRY_R0
- Timestamp:
- 01/27/09 14:29:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_PERSISTENCE_FORMAT_REGISTRY_R0
v5 v6 13 13 * should be able to list the supported things. 14 14 * if user tries to save current book in a particular format: 15 * the registry should check what ofthe things will actually be saved.15 * the registry should check what all the things will actually be saved. 16 16 * if some things are not to be saved - the registry should provide that these are not supported by the format. 17 17 * if the client provides a new extension of a particular format: 18 * the things that are about to enter the format and be persisted, should be registered in the registry as well so that it respond correctly to saving in and loading from that particular format. 18 * the things that are about to enter the format and be persisted, should be registered in the registry as well, so that it responds correctly to saving in and loading from that particular format. 19 * should provide a mechanism to give information about format disability to handle something that is to be persisted. 19 20 * Create activity diagram to show how the registry cooperates with the persistence formats. 21 * Write an integration test with the several scenarios: 22 * the format supports everything that is to be saved. 23 * the format does not support some of the things. ( the registry should also be able to return a list of thins that are unsupported by a format). 24 * If it would be easier provide a demo and execute the two scenarios be manually. 20 25 21 26 == Task result == … … 28 33 * => [source:trunk/sophie2-platform/modules/org.sophie2.main.model.book.format.r1/src/main/java/org/sophie2/main/model/book/format/r1] 29 34 * => [source:trunk/sophie2-platform/modules/org.sophie2.main.model.book.format.r2/src/main/java/org/sophie2/main/model/book/format/r2] 30 35 * the task should be done after or in parallel with [wiki:BASE_PERSISTENCE_FORMAT_POINT_R0]. 36 * create a registry class for the formats. 37 * it should be one for every instance of Sophie 2.0. 38 * provide the functionalities described above by collecting information from the formats. 31 39 32 40 == Related == … … 39 47 40 48 == How to demo == 49 * show the diagrams created. 50 * run either tests or demo (depends what the implementor has decided). 41 51 42 52 = Design =