Changes between Version 2 and Version 3 of S2S_CORE_RESOURCES_R0


Ignore:
Timestamp:
01/16/09 17:45:45 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_CORE_RESOURCES_R0

    v2 v3  
    1212 
    1313== Task requirements == 
    14 Currently, only the information about a book/user is persisted on the server. We need a functionality for persisting resources (the kind of resources must be cleared in [wiki:S2S_PERSIST_RESOURCES_R0] first). 
    15  * Add the possibility to persist/delete a concrete book on the server. 
    16  * The resource DAO must be used for this. 
     14Currently, only the information about books/users is persisted on the server. We need a functionality for persisting other resources (groups,frames, media, etc.) 
     15 * Add the possibility to manage a concrete resource on the server. For possible actions, see [wiki:BASE_RESOURCE_COMMONS_R0] and [wiki:S2S_PERSIST_RESOURCES_R0]. 
     16 * The "persistence" module's functionality must be used for this. 
    1717 * Unit tests must be provided. 
    1818 
    1919== Task result == 
    20 Source code (updated org.sophie2.server.service), unit tests. 
     20Source code (updated org.sophie2.server.service, unit tests). 
    2121 
    2222== Implementation idea == 
    23  
     23Implement [wiki:S2S_PERSIST_RESOURCES_R0] first.  
    2424 
    2525== Related ==