12 | | ^(List the necessary requirements that the task must fulfill.)^ |
| 12 | This task must make initial model of the facade logic for accessing resources. For now the facade has UserManager and GroupManager implemented, so at least BookManager can be created. |
| 13 | * Create BookManager class, which provides the core functionality for accessing books for now. |
| 14 | * What else should be added, depends on the result of [wiki:S2S_CORE_RESOURCES_R0]. |
| 15 | * Refactor the current code to use the new facade classes. This includes jsps, servlets. |
| 16 | * Write appropriate unit tests. |