Changes between Version 3 and Version 4 of S2S_CORE_MOCK_SERVER_R0
- Timestamp:
- 12/21/08 21:02:24 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_CORE_MOCK_SERVER_R0
v3 v4 12 12 == Task requirements == 13 13 * The server facade basic interfaces should be created. More information and visualization about Facade - [wiki:S2S_DEPLOY_TECHNOLOGIES_R0] 14 * Mock should be created. It is not a real jetty server just an instance which provide core functionality using the facade. It has to simulate starting and stopping a server.14 * Mock should be created. It is not a real jetty server just an instance which provide core functionality using the facade. 15 15 * Unit tests using the mock server has to be present. 16 16 … … 31 31 32 32 = Design = 33 * New Sophie 2 module named org.sophie2.server.connector for the client's connector will be added. 34 * The new connector module will use the server module. 35 * The new connector module will have !SophieModule class called !ServerConnectorModule. 36 * The !ServerConnectorModule will 33 37 34 38 = Implementation =