Changes between Version 3 and Version 4 of S2S_PERSIST_MODEL_R0
- Timestamp:
- 12/12/08 14:44:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_PERSIST_MODEL_R0
v3 v4 34 34 * The whole package org.sophie2.server.persistence should be refactored to work with the ProLib objects as entities. 35 35 * After the refactoring of the org.sophie2.server.persistence, the org.sophie2.server will need some refactoring. 36 * The with to the refactored entities should be added a Book entity and Book Data Access object to manage it. 36 * The with to the refactored entities should be added a Book entity and Book Data Access object to manage it. 37 The new UML Class diagram of the persistence model looks like this:[[BR]] 38 [[Image(source:/trunk/sophie2-platform/modules/org.sophie2.server/doc/S2S_PERSIST_MODEL_R0.jpg)]] [[BR]] 39 37 40 * To the database schema should be added SERVER_BOOK table for basic storation of the book. This schema should be design by the following diagram:[[BR]] 38 [[Image(source:/trunk/sophie2-platform/modules/org.sophie2.server/doc/S2S_PERSIST_MODEL_R0_DATABASE_DIAGRAM.jpg)]] [[BR]][[BR]][[BR]] 41 [[Image(source:/trunk/sophie2-platform/modules/org.sophie2.server/doc/S2S_PERSIST_MODEL_R0_DATABASE_DIAGRAM.jpg)]] [[BR]] 42 * The SERVER_BOOK table will be basic at this point, only a relation to the SERVER_USER's username will exist. 43 * There is a problem with the JavaDB, it does not have Boolean/Bool/Bit type, we should resolve it. 39 44 40 45