Changes between Version 4 and Version 5 of BASE_PERSISTENCE_FORMAT_REGISTRY_R0


Ignore:
Timestamp:
01/27/09 14:21:11 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_PERSISTENCE_FORMAT_REGISTRY_R0

    v4 v5  
    1010 
    1111 * The registry should be able to register several formats. 
     12 * For every format and its extensions, the registry: 
     13  * should be able to list the supported things. 
     14   * if user tries to save current book in a particular format: 
     15    * the registry should check what of the things will actually be saved. 
     16    * if some things are not to be saved - the registry should provide that these are not supported by the format. 
     17   * if the client provides a new extension of a particular format: 
     18    * the things that are about to enter the format and be persisted, should be registered in the registry as well so that it respond correctly to saving in and loading from that particular format. 
    1219 * Create activity diagram to show how the registry cooperates with the persistence formats. 
    1320