Changes between Version 5 and Version 6 of S2S_FACADE_RESOURCE_CHANGES_R0
- Timestamp:
- 02/03/09 10:56:48 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_FACADE_RESOURCE_CHANGES_R0
v5 v6 8 8 == Overview == 9 9 The 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.10 When 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. 11 11 12 12 == Task requirements ==