Changes between Version 3 and Version 4 of S2S_PERSIST_MODEL_R0


Ignore:
Timestamp:
12/12/08 14:44:29 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_PERSIST_MODEL_R0

    v3 v4  
    3434 * The whole package org.sophie2.server.persistence should be refactored to work with the ProLib objects as entities. 
    3535 * 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.  
     37The 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 
    3740 * 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. 
    3944 
    4045