Changes between Version 13 and Version 14 of GROUP_APP_SERVER_RESOURCE_ACCESS_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_APP_SERVER_RESOURCE_ACCESS_R0

    v13 v14  
    5959 
    6060= Design = 
    61 Component diagram for server decomposition: 
     61 * 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. 
     64 * 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). 
    6365 
    6466= Implementation =