Changes between Version 20 and Version 21 of GROUP_APP_SERVER_RESOURCE_ACCESS_R0
- Timestamp:
- 06/12/09 14:24:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_APP_SERVER_RESOURCE_ACCESS_R0
v20 v21 59 59 60 60 = Design = 61 === ServerDecomposition ===61 === Module Decomposition === 62 62 This is the component diagram for the server decomposition: [[BR]] 63 63 [[Image(source:branches/private/kyli/server/sophie2-platform/modules/org.sophie2.server/doc/Modules.png)]][[BR]] … … 83 83 A 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. 84 84 85 * '' Client implementation of Facade ''. 86 87 === Server === 88 * ''Server implementation of the facade '' 89 85 90 = Implementation = 86 91 ^Describe and link the implementation results here (from the wiki or the repository).