Changes between Version 11 and Version 12 of S2S_DEPLOY_TECHNOLOGIES_R0
- Timestamp:
- 12/05/08 09:32:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_DEPLOY_TECHNOLOGIES_R0
v11 v12 52 52 = Implementation = 53 53 * server core implementation is in [source:trunk/sophie2-platform/modules/org.sophie2.server/src/main/java/org/sophie2/server/service service package] 54 * Jetty is embedded and startsusing server.!FakeServerMain launch configuration(the !TrueServerMain does not deploy jsps for now). See [wiki:S2S_CORE_DEPLOYMENT_R0]55 * JavaDB is embedded and used in org.sophie2.server.persistence module. Interfaces and class ses usingthe database are implemented.[[BR]]54 * Jetty is embedded - you can start the server using server.!FakeServerMain launch configuration(the !TrueServerMain does not deploy jsps for now). See [wiki:S2S_CORE_DEPLOYMENT_R0] 55 * JavaDB is embedded and used in org.sophie2.server.persistence module. Interfaces and classes for communication with the database are implemented.[[BR]] 56 56 [source:trunk/sophie2-platform/modules/org.sophie2.server.persistence] 57 * When the user is trying to log and is in the database he/she is redirected to the about Sophie page, otherwise he can't log. - [[changeset:615]] and [[changeset:623]]57 * When the user is persisted in the database he/she can log and see the about Sophie page(this is the only server page for now), otherwise he/she can't log the the server. You can start the server, go to localhost:8003 and try by yourself. The login and about pages are JSPs. - [[changeset:615]] and [[changeset:623]] 58 58 59 59 = Testing =