Changes between Version 7 and Version 8 of S2S_CORE_MOCK_SERVER_R0
- Timestamp:
- 12/22/08 12:33:32 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_CORE_MOCK_SERVER_R0
v7 v8 38 38 * There will be class !DummyData that will contain all the dummy objects (entities, relations, etc...) for the mock server. 39 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.40 * There will be mock implementation of the !UserManager interface in package named org.sophie2.server.connector.facade.mock in the connector module. 41 41 * The implementation will be called !MockUserManager. 42 42 * This mock implementation will use the dummy objects defined in the !DummyData class.