Changes between Version 17 and Version 18 of BASE_RESOURCE_COMMONS_R0


Ignore:
Timestamp:
12/04/08 21:43:19 (17 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_RESOURCE_COMMONS_R0

    v17 v18  
    9494 * Every resource will have one of the scopes defined in the !ResourceScope enumeration. 
    9595 * The !HierarchicalResource is base class for all the resources that have nested resources. 
    96  * The @!ResourceMeta annotation will be used to annotate the properties of the resources that are meta information. If a property of an resource is annotated with @!ResourceMeta it will be treated as meta information. 
     96 * The @!ResourceMeta annotation will be used to annotate the properties of the resources that are meta information. If a property of an resource is annotated with @!ResourceMeta it will be treated as meta information. The resource manager will be able to retrieve the meta information of an resource to save it in specific way. 
    9797 * After the implementation of the base resource hierarchy, all the resources used in Sophie will extend !BaseResource or !HierarchicalResource. 
     98 * There will be for example !ImageResource for the images in the book, !FileResource for resources that are stored in files and etc. 
    9899 
    99100= Implementation =