Version 2 (modified by kyli, 16 years ago) (diff) |
---|
Analysis
Overview
This task concerns about the server logic, related to dealing with resources. It depends on S2S_PERSIST_RESOURCES_R0.
Task requirements
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 S2S_PERSIST_RESOURCES_R0 first).
- Add the possibility to persist/delete a concrete book on the server.
- The resource DAO must be used for this.
- Unit tests must be provided.
Task result
Source code (updated org.sophie2.server.service), unit tests.
Implementation idea
Related
S2S_PERSIST_RESOURCES_R0
BASE_RESOURCE_COMMONS_R0
S2S_CORE_MODEL_R0
How to demo
Show the new/updated classes, run unit tests.
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)