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. |
| 14 | Currently, 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. |