Changes between Version 15 and Version 16 of GROUP_APP_SERVER_RESOURCE_ACCESS_R0
- Timestamp:
- 06/11/09 12:51:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_APP_SERVER_RESOURCE_ACCESS_R0
v15 v16 60 60 = Design = 61 61 * Component diagram for server decomposition: 62 [[Image(source:branches/private/kyli/s ophie2-platform/modules/org.sophie2.server/doc/)]][[BR]]62 [[Image(source:branches/private/kyli/server/sophie2-platform/modules/org.sophie2.server/doc/Modules.png)]][[BR]] 63 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. 64 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).