Changes between Version 17 and Version 18 of BASE_RESOURCE_COMMONS_R0
- Timestamp:
- 12/04/08 21:43:19 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_RESOURCE_COMMONS_R0
v17 v18 94 94 * Every resource will have one of the scopes defined in the !ResourceScope enumeration. 95 95 * 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. 97 97 * 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. 98 99 99 100 = Implementation =