Changes between Version 2 and Version 3 of S2S_CORE_MOCK_SERVER_R0
- Timestamp:
- 12/19/08 18:39:15 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_CORE_MOCK_SERVER_R0
v2 v3 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 * Testing servershould 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.15 * Unit test using the mock server has to be present.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. 15 * Unit tests using the mock server has to be present. 16 16 17 17 == Task result == 18 * Mock server basic andserver facade implementation.18 * Mock server and basic server facade implementation. 19 19 20 20 == Implementation idea == 21 * Implement the Facade so that it returns DummyUser instead of User object.22 * The server must run offline as long as it is not exactlyreal server.21 * Implement the Facade so that it returns dummy users instead of real persisted User objects. 22 * The server must runs offline, basicly the client has implementation of facade that doesn't communicate to real server. 23 23 24 24 == Related ==