Changes between Version 5 and Version 6 of S2S_FACADE_LARGE_RESOURCE_ACCESS_R0


Ignore:
Timestamp:
01/27/09 13:47:28 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_FACADE_LARGE_RESOURCE_ACCESS_R0

    v5 v6  
    88== Overview == 
    99In 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 vieweing the resource) before it’s finished loading. 
     10be able to start reading the book (or viewing the resource) before it’s finished loading. 
    1111 
    1212== 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. 
    1618 
    1719== Task result == 
    18 Source code (Streaming capability). 
     20Source code. 
    1921 
    2022== Implementation idea == 
    21  
     23Implementing 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. 
    2224 
    2325== Related ==