Changes between Version 1 and Version 2 of BASE_PERSISTENCE_FORMAT_REGISTRY_R0
- Timestamp:
- 01/26/09 13:47:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_PERSISTENCE_FORMAT_REGISTRY_R0
v1 v2 3 3 [[TicketQuery(summary=BASE_PERSISTENCE_FORMAT_REGISTRY_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 4 4 = Analysis = 5 5 6 == Overview == 7 The persistence format registry represents a registry that contains every single object that has to be persisted. This should also contain every registered 6 8 7 9 == Task requirements == 8 10 11 * Create activity diagram to show how the registry cooperates with the persistence format. 12 9 13 == Task result == 14 * source code. 15 * UML diagrams. 10 16 11 17 == Implementation idea == 18 * view code: 19 * => [source:trunk/sophie2-platform/modules/org.sophie2.base.persistence] 20 * => [source:trunk/sophie2-platform/modules/org.sophie2.main.model.book.format.r1/src/main/java/org/sophie2/main/model/book/format/r1] 21 * => [source:trunk/sophie2-platform/modules/org.sophie2.main.model.book.format.r2/src/main/java/org/sophie2/main/model/book/format/r2] 22 12 23 13 24 == Related == 25 * [wiki:BASE_PERSISTENCE_COMMONS_R0] 26 * [wiki:BASE_PERSISTENCE_INTERMEDIATE_STORAGE_R0] 27 * [wiki:BASE_PERSISTENCE_FORMAT_REGISTRY_R0] 28 * [wiki:BASE_PERSISTENCE_PROPERTY_FORMAT_R0] 29 * [wiki:BASE_PERSISTENCE_IMMUTABLES_R0] 30 14 31 15 32 == How to demo ==