12 | | * Research the current functionality the Facade provides. |
13 | | * Get into the technologies used to provide web services: [wiki:S2S_WEB_SERVICES_R0]. |
14 | | * In the org.sophie2.server.connector module, make initial implementation of the WS connector. Currently, the facade has limited functionality. |
| 12 | * Research the current functionality the UserWebServices provide: |
| 13 | * login() |
| 14 | * getUserGroups() |
| 15 | * userExists() |
| 16 | * Get into the technologies used to provide web services: |
| 17 | * [wiki:S2S_WEB_SERVICES_R0] |
| 18 | * Already there is a module for the connector classes (org.sophie2.server.connector), so there is no need of creating new modules. |
| 19 | * Currently, the connector module uses a mock facade, which provides to the client. Since there is a running testing server now, the connector should be able to connect to its web services. |