Changes between Version 3 and Version 4 of S2S_FACADE_LARGE_RESOURCE_ACCESS_R0
- Timestamp:
- 01/26/09 17:46:46 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_FACADE_LARGE_RESOURCE_ACCESS_R0
v3 v4 7 7 8 8 == 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. 9 In the client, books can be viewed from Sophie2 Server. Large rsources 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. 12 11 13 12 == Task requirements == 14 ^(List the necessary requirements that the task must fulfill.)^ 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 15 16 16 17 == Task result == 17 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 18 Source code (Streaming capability). 18 19 19 20 == Implementation idea == 20 ^(Provide some rough implementation idea(s).)^ 21 21 22 22 23 == 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]] 24 26 25 27 == How to demo == 26 ^(Provide instructions for demonstration of the task.)^ 28 Show the code, run the tests. 27 29 28 30 = Design =