Changes between Version 5 and Version 6 of S2S_CORE_MOCK_SERVER_R0
- Timestamp:
- 12/21/08 21:22:42 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_CORE_MOCK_SERVER_R0
v5 v6 33 33 * New Sophie 2 module named org.sophie2.server.connector for the client's connector will be added. 34 34 * The new connector module will use the server module. 35 * The new connector module will have !SophieModule classcalled !ServerConnectorModule.35 * The new connector module will have !SophieModule ancestor called !ServerConnectorModule. 36 36 * The !ServerConnectorModule will provide client extension points representing implementations of the server facade. 37 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]). … … 41 41 * The implementation will be called !MockUserManager. 42 42 * 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 45 The tests for the mock !UserManager are:[[BR]] 46 [source:] 43 47 44 48 = Implementation =