Changes between Version 1 and Version 2 of S2S_FACADE_RESOURCE_ACCESS_R0


Ignore:
Timestamp:
01/24/09 20:23:17 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_FACADE_RESOURCE_ACCESS_R0

    v1 v2  
    1010 
    1111== Task requirements == 
    12 ^(List the necessary requirements that the task must fulfill.)^ 
     12This 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. 
    1317 
    1418== Task result == 
    15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     19More functional S2S facade (source code). 
    1620 
    1721== Implementation idea ==