Changes between Version 3 and Version 4 of S2S_FACADE_LARGE_RESOURCE_ACCESS_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_FACADE_LARGE_RESOURCE_ACCESS_R0

    v3 v4  
    77 
    88== Overview == 
    9 For Sophie 1.0, books can be viewed from a regular HTTP URL. The Sophie plugin will 
    10 pretend to stream these: the book will be loaded from front to back and you should 
    11 be able to start reading the book before it’s finished loading. 
     9In the client, books can be viewed from Sophie2 Server. Large rsources should be loaded from front to back and you should 
     10be able to start reading the book (or vieweing the resource) before it’s finished loading. 
    1211 
    1312== Task requirements == 
    14 ^(List the necessary requirements that the task must fulfill.)^ 
     13Must define the initial model for sending large resources as byte streams. 
     14The model must be implemented 
     15Unit tests must be provided 
    1516 
    1617== Task result == 
    17 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     18Source code (Streaming capability). 
    1819 
    1920== Implementation idea == 
    20 ^(Provide some rough implementation idea(s).)^ 
     21 
    2122 
    2223== Related == 
    23 ^(Add links to related tasks that could be useful or helpful.)^ 
     24[wiki:S2S_FACADE_RESOURCE_ACCESS_R0] [[BR]] 
     25[wiki:BASE_RESOURCE_STREAMING] [[BR]] 
    2426 
    2527== How to demo == 
    26 ^(Provide instructions for demonstration of the task.)^ 
     28Show the code, run the tests. 
    2729 
    2830= Design =