Changes between Version 17 and Version 18 of GROUP_APP_SERVER_RESOURCE_ACCESS_R0
- Timestamp:
- 06/12/09 08:41:41 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_APP_SERVER_RESOURCE_ACCESS_R0
v17 v18 61 61 This is the component diagram for the server decomposition: [[BR]] 62 62 [[Image(source:branches/private/kyli/server/sophie2-platform/modules/org.sophie2.server/doc/Modules.png)]][[BR]] 63 Currently there is a clear separation of the classes into packages, which will ease the module decomposition. 63 Currently there is a clear separation of the classes into packages, which will ease the module decomposition: 64 * org.sophie2.server.service - core 65 * org.sophie2.server.facade - core 66 * org.sophie2.server.webapp - webui 67 * org.sophie2.server/src/main/resourcesjsps - webui 68 * org.sophie2.server.webservice - ws 69 * org.sophie2.server.persistence - persistence. 64 70 65 71 Currently the client successfully establishes a session to the server using the Connections palette in the Servers tab of the left flap. The username and password used are hardcoded at the current stage and will be left this way at this iteration.