Changes between Version 3 and Version 4 of S2S_CORE_MOCK_SERVER_R0


Ignore:
Timestamp:
12/21/08 21:02:24 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_CORE_MOCK_SERVER_R0

    v3 v4  
    1212== Task requirements == 
    1313 * 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. 
    1515 * Unit tests using the mock server has to be present. 
    1616 
     
    3131 
    3232= 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  
    3337 
    3438= Implementation =