Changes between Version 8 and Version 9 of GROUP_APP_SERVER_RESOURCE_ACCESS_R0


Ignore:
Timestamp:
06/10/09 14:59:30 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_APP_SERVER_RESOURCE_ACCESS_R0

    v8 v9  
    3131 
    3232== Implementation idea == 
    33 === Web Services === 
     33 === Web Services === 
    3434 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 === 
    3636 Here is a brief idea for a module decomposition, discussed 2 months ago:  
    3737  * 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).