Changes between Version 20 and Version 21 of GROUP_APP_SERVER_RESOURCE_ACCESS_R0


Ignore:
Timestamp:
06/12/09 14:24:53 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_APP_SERVER_RESOURCE_ACCESS_R0

    v20 v21  
    5959 
    6060= Design = 
    61 === Server Decomposition === 
     61=== Module Decomposition === 
    6262This is the component diagram for the server decomposition: [[BR]] 
    6363[[Image(source:branches/private/kyli/server/sophie2-platform/modules/org.sophie2.server/doc/Modules.png)]][[BR]] 
     
    8383A class ServerResourcesPalette will be created in org.sophie2.main.func.servers. It will track the currently selected element in ConnectionsPalette (using the findNearestElement method) and if there is a connection established, it will use it to obtain a list of server resources. The only action it will support at this iteration is double-click on a book item. This will get and open the selected book, using the current app logic. 
    8484 
     85 * '' Client implementation of Facade ''. 
     86 
     87=== Server === 
     88 * ''Server implementation of the facade '' 
     89 
    8590= Implementation = 
    8691^Describe and link the implementation results here (from the wiki or the repository).