Changes between Version 5 and Version 6 of S2S_FACADE_LARGE_RESOURCE_ACCESS_R0
- Timestamp:
- 01/27/09 13:47:28 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_FACADE_LARGE_RESOURCE_ACCESS_R0
v5 v6 8 8 == Overview == 9 9 In the client, books can be viewed from Sophie2 Server. Large resources should be loaded from front to back and you should 10 be able to start reading the book (or view eing the resource) before it’s finished loading.10 be able to start reading the book (or viewing the resource) before it’s finished loading. 11 11 12 12 == Task requirements == 13 * Must define the initial model for sending large resources as byte streams. 14 * The model must be implemented. 15 * Unit tests must be provided 13 * A book should be readable before completely finished downloading. Getting parts of a book assumes ability to get resources separately (for example, to get only the first page of the book). So: 14 * All kinds of resources must be accessible through the facade. 15 * Perform a research about other ways to get parts of a Sophie2 book (this probably involves getting familiar with the book format). 16 * Audio / Video content may also be too large. Research and define a procedure for dealing with this kind of content (for example - streaming). 17 * Unit tests for any new code must be provided. 16 18 17 19 == Task result == 18 Source code (Streaming capability).20 Source code. 19 21 20 22 == Implementation idea == 21 23 Implementing resource access is a task requirement of [wiki:S2S_FACADE_RESOURCE_ACCESS_R0]. It would be a good idea to implement these two tasks together. 22 24 23 25 == Related ==