Changes between Version 4 and Version 5 of S2S_CORE_MOCK_SERVER_R0


Ignore:
Timestamp:
12/21/08 21:17:37 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_CORE_MOCK_SERVER_R0

    v4 v5  
    3434  * The new connector module will use the server module. 
    3535  * The new connector module will have !SophieModule class called !ServerConnectorModule. 
    36   * The !ServerConnectorModule will  
     36  * The !ServerConnectorModule will provide client extension points representing implementations of the server facade. 
     37  * 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]). 
     38 * There will be class !DummyData that will contain all the dummy objects (entities, relations, etc...) for the mock server. 
     39  * In this revision it will contain dummy groups, users and method to relate them without using the Persistence module. 
     40 * There will mock implementation of the !Usermanager interface in package named org.sophie2.server.connector.facade.mock in the connector module. 
     41  * The implementation will be called !MockUserManager. 
     42  * This mock implementation will use the dummy objects defined in the !DummyData class. 
    3743 
    3844= Implementation =