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. |