Changes between Version 2 and Version 3 of BASE_PERSISTENCE_COMMONS_R0


Ignore:
Timestamp:
01/06/09 13:11:14 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_PERSISTENCE_COMMONS_R0

    v2 v3  
    3535= Design = 
    3636 
     37 * Library classes for persistence (i.e. that are not related specifically to books) will be separated in the org.sophie2.base.persistence module. 
     38 * Classes related to persisting books will be placed in a new module - org.sophie2.base.model.book.persist. 
     39 * Classes that are in org.sophie2.main.model.book.store.* packages will be removed. 
     40 * Existing unit tests will be reviewed and moved to their new location - they will be linked in the implementation section. 
     41 * Below are the dependency and class diagrams that reflect the new hierarchy: 
     42[[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/Persistence-Dependency-Diagram.png)]] 
     43[[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/Persistence-Class-Diagram.png)]]  
     44 
    3745= Implementation = 
    3846^(Implementation results should be described and linked here (from the wiki or the repository))^