Changes between Version 11 and Version 12 of S2S_FACADE_SECURITY_R0
- Timestamp:
- 12/28/08 15:09:14 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_FACADE_SECURITY_R0
v11 v12 52 52 * The third step is to refactor the web services layer. For now there is only one web service - the user web service (see [wiki:S2S_WEB_SERVICES_R0]). It must use the !ServerSession and it's session IDs for managing the users. 53 53 * The fourth step is to refactor the current web to use the facade instead the core logic. 54 * The last step is to rename all the getInstance() methods of the singletons to get() .54 * The last step is to rename all the getInstance() methods of the singletons to get() in the three server modules. 55 55 56 56 Here are the unit tests: