Changes between Version 1 and Version 2 of S2S_CORE_MOCK_SERVER_R0


Ignore:
Timestamp:
12/19/08 18:18:53 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_CORE_MOCK_SERVER_R0

    v1 v2  
    1212== Task requirements == 
    1313 * 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. 
    1616 
    1717== 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. 
    1919 
    2020== 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. 
    2223 
    2324== 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] 
    2528 
    2629== 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. 
    2831 
    2932= Design =