Changes between Version 2 and Version 3 of S2S_PERSIST_MODEL_R0


Ignore:
Timestamp:
12/12/08 14:39:48 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_PERSIST_MODEL_R0

    v2 v3  
    3232 
    3333= Design = 
     34 * The whole package org.sophie2.server.persistence should be refactored to work with the ProLib objects as entities. 
     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. 
     37 * 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]] 
     39 
     40 
    3441 
    3542= Implementation =