Changes between Version 4 and Version 5 of GROUP_RESOURCE_R0


Ignore:
Timestamp:
03/30/09 08:56:52 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_RESOURCE_R0

    v4 v5  
    1212 * Define a way to refer (access) resources 
    1313  * The resource reference should be like UID 
    14   * The resource reference should allow finding the resource even if it is not loaded yet 
     14  * The resource reference should allow finding the resource even if it is not loaded yet (location) 
    1515  * The reference mechanism should handle the case when the resource is not available (for example - server not available) 
    1616 * Ensure that loading method loads only the resource, the children should be loaded by other method due to performance issues 
    1717 * Define methods for 
     18  * Checking if a resource is available (this should be different from get method) 
     19  * Getting resource location 
    1820  * Resource getting it's parent 
    1921  * Resource getting list of it's children 
    2022== Task result == 
    21 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     23The result of this task is source code. 
    2224 
    2325== Implementation idea ==