Changes between Version 36 and Version 37 of GROUP_APP_SERVER_RESOURCE_ACCESS_R0
- Timestamp:
- 06/26/09 12:09:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_APP_SERVER_RESOURCE_ACCESS_R0
v36 v37 61 61 === Module Decomposition === 62 62 This is the component diagram for the server decomposition: [[BR]] 63 [[Image(source: branches/private/kyli/server/sophie2-platform/modules/org.sophie2.server/doc/Modules.png)]][[BR]]63 [[Image(source:trunk/sophie2-platform/modules/org.sophie2.server/doc/Modules.png)]][[BR]] 64 64 Currently there is a clear separation of the classes into packages, which will ease the module decomposition: 65 65 * org.sophie2.server.service - core … … 100 100 101 101 Base tests for this task are:[[BR]] 102 [source:/ branches/private/kyli/server/sophie2-platform/modules/org.sophie2.server/src/test/java/org/sophie2/server/facade/impl/ServerResourceManagerTest.java ServerResourceManagerTest.java][[BR]]103 [source:/ branches/private/kyli/server/sophie2-platform/modules/org.sophie2.server/src/test/java/org/sophie2/server/service/ResourceServiceTest.java ResourceServiceTest.java][[BR]]102 [source:/trunk/sophie2-platform/modules/org.sophie2.server/src/test/java/org/sophie2/server/facade/impl/ServerResourceManagerTest.java ServerResourceManagerTest.java][[BR]] 103 [source:/trunk/sophie2-platform/modules/org.sophie2.server.core/src/test/java/org/sophie2/server/core/facade/ServerResourceManagerTest.java ResourceServiceTest.java][[BR]] 104 104 Changeset: [3472] 105 105