Changes between Version 5 and Version 6 of S2S_CORE_MOCK_SERVER_R0


Ignore:
Timestamp:
12/21/08 21:22:42 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_CORE_MOCK_SERVER_R0

    v5 v6  
    3333 * New Sophie 2 module named org.sophie2.server.connector for the client's connector will be added. 
    3434  * The new connector module will use the server module. 
    35   * The new connector module will have !SophieModule class called !ServerConnectorModule. 
     35  * The new connector module will have !SophieModule ancestor called !ServerConnectorModule. 
    3636  * The !ServerConnectorModule will provide client extension points representing implementations of the server facade. 
    3737  * In that revision the skeleton of the !ServerConnectorModule class will be added and it will provide !UserManager extension point, because for now only the !UserManager interface represents the server facade (see [wiki:S2S_WEB_SERVICES_R0]). 
     
    4141  * The implementation will be called !MockUserManager. 
    4242  * This mock implementation will use the dummy objects defined in the !DummyData class. 
     43 * I can't add UML class diagram because all the classes in the new module are implementations and dummy data. 
     44 
     45The tests for the mock !UserManager are:[[BR]] 
     46[source:] 
    4347 
    4448= Implementation =