Changes between Version 8 and Version 9 of GROUP_APP_SERVER_RESOURCE_ACCESS_R0
- Timestamp:
- 06/10/09 14:59:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_APP_SERVER_RESOURCE_ACCESS_R0
v8 v9 31 31 32 32 == Implementation idea == 33 === Web Services ===33 === Web Services === 34 34 Since changes serialization is not implemented yet, it is not possible to send changes from the server to the client. For this revision, it would be best to use the current persistence and send a copy of the book in persisted format to the client. The client on its turn will download the book and open it. This will be good for demonstration of the working web services, as well as client connectivity. It will also show that the server really works with the base modules and with the client resources. 35 === S2S Decomposition ===35 === S2S Decomposition === 36 36 Here is a brief idea for a module decomposition, discussed 2 months ago: 37 37 * There will be a server.persistence module which will eventually maintain a database with some records. It will grant access only to the S2S core. (Actually, there is currently such module).