Changes between Version 14 and Version 15 of GROUP_APP_SERVER_RESOURCE_ACCESS_R0


Ignore:
Timestamp:
06/11/09 12:47:54 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_APP_SERVER_RESOURCE_ACCESS_R0

    v14 v15  
    6161 * Component diagram for server decomposition: 
    6262[[Image(source:branches/private/kyli/sophie2-platform/modules/org.sophie2.server/doc/)]][[BR]] 
    63  * Create ServerResourcesPalette in org.sophie2.main.func.servers. It will track the currently selected element in ConnectionsPalette (using findNearestElement for example) and there is connection available, it will use it to obtain a list of server resources. When double-clicked a book item (for this revision), the current app logic will be used to download and open the corresponding book. 
     63 * Create ServerResourcesPalette in org.sophie2.main.func.servers. It will track the currently selected element in ConnectionsPalette (using findNearestElement for example) and if there is connection available, it will use it to obtain a list of server resources. When double-clicked a book item (for this revision), the current app logic will be used to download and open the corresponding book. 
    6464 * In org.sophie2.base.connectivity, add method getResourceManager() to the facade interface and create ResourceManager class. It must at least have getResourceList method, as well as getResource(entityId). 
     65 * '' ResourceManager implementation in the client / the server''. 
    6566 
    6667= Implementation =