Changes between Version 2 and Version 3 of S2S_CORE_MOCK_SERVER_R0


Ignore:
Timestamp:
12/19/08 18:39:15 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_CORE_MOCK_SERVER_R0

    v2 v3  
    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. 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. 
    1616 
    1717== Task result == 
    18  * Mock server basic and server facade implementation. 
     18 * Mock server and basic server facade implementation. 
    1919 
    2020== 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 exactly real 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. 
    2323 
    2424== Related ==