Changes between Version 5 and Version 6 of S2S_FACADE_RESOURCE_CHANGES_R0


Ignore:
Timestamp:
02/03/09 10:56:48 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_FACADE_RESOURCE_CHANGES_R0

    v5 v6  
    88== Overview == 
    99The Sophie 2 Server Facade layer provides interface which is the same on both the server and the client sides for manipulating the resources on the server. The Facade layer accesses the Server core logic. [[BR]] 
    10 When an user connects to the server, he/she should be able to edit the books online. Furthermore, when a resource is changed, only the change should be persisted on the server. The facade must expose the core methods for manipulating resource changes to the client.  
     10When an user connects to the server, he/she should be able to edit the books online. The facade must expose the core methods for manipulating resource changes to the client. It should use the functionality the Change Manager provides. 
    1111 
    1212== Task requirements ==