Changes between Version 1 and Version 2 of S2S_CORE_MOCK_SERVER_R0
- Timestamp:
- 12/19/08 18:18:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_CORE_MOCK_SERVER_R0
v1 v2 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 server should be created. It is not a real jetty server just an instance which provide core functionality using the facade. 15 * 14 * Testing server 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 test using the mock server has to be present. 16 16 17 17 == Task result == 18 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 18 * Mock server basic and server facade implementation. 19 19 20 20 == Implementation idea == 21 ^(It is advisable to include some rough implementations ideas.)^ 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 exactly real server. 22 23 23 24 == Related == 24 ^(Here you can add related tasks that could be useful or helpful.)^ 25 [wiki:S2S_DEPLOY_TECHNOLOGIES_R0][[BR]] 26 [wiki:S2S_WEB_SERVICES_R0][[BR]] 27 [wiki:S2S_CORE_DEPLOYMENT_R0] 25 28 26 29 == How to demo == 27 ^(In this section you must add instructions for the demo of the task.)^ 30 * Run the test and show the new classes. 28 31 29 32 = Design =