Changes between Version 9 and Version 10 of BASE_RESOURCE_COMMONS_R0
- Timestamp:
- 12/02/08 15:59:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_RESOURCE_COMMONS_R0
v9 v10 9 9 Resource is an object that can be persisted. Resources can be frame content. Resource can be used in the timeline.[[BR]] 10 10 11 Base resource model 11 Base resource model should have the following information 12 12 * UUID 13 * target14 * data13 * Target 14 * Data 15 15 * URL 16 16 * !MetaInfo 17 * comment17 * Comment 18 18 19 Resource Scope 19 Resource Scope could be 20 20 * Book 21 21 * Local 22 22 * Server 23 23 24 Types of resources 24 Types of resources (the target of the resource) 25 25 * Text 26 26 * Plain … … 35 35 36 36 !MetaInfo of the resource is: 37 * info about the author of the resource38 * info about the date the resource was created39 * version of the resource40 * info whenthe resource was last modified41 * info who was the last that modified the resource42 * info about the dimensions of the image (if the target of the resource is an image)37 * The author of the resource 38 * The date the resource was created 39 * Version of the resource 40 * The date the resource was last modified 41 * Who was the last that modified the resource 42 * The dimensions of the image (if the target of the resource is an image) 43 43 * etc. 44 44 45 45 Operations over a resource: 46 46 * The resource can be created. 47 * The resource can be modified (in a separate window - resource view).47 * The resource can be modified (in a separate window). 48 48 * The resource can be deleted. 49 49 * The resource can be persisted. 50 * The resource can be imported(exported) ona server.50 * The resource can be imported(exported) to a server. 51 51 52 52 Resource Manager manages: … … 59 59 == Task requirements == 60 60 * Resources should have a separate module. 61 * The model of the resource should be defined.62 * It should be easily to add new kind of resource.61 * The model of the resource should be better defined. 62 * It should be easily to add new resource type. 63 63 * Check what we have for resources and modify where it is necessary. After this revision we are supposed to have the basic hierarchy of the resources. 64 64 * Book should be made resource. 65 * The metainfo problem66 * It should be eas y to deal with the meta information of the resource. Think about an annotation @Meta("description").67 * You should provide that it is easily to add new meta information fora resource.65 * The !MetaInfo problem 66 * It should be easily to deal with the meta information of the resource. Think about an annotation @Meta("description"). 67 * You should provide that it is easily to add new meta information of a resource. 68 68 69 69 == Task result == … … 76 76 == Related == 77 77 * How to create module - > [wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE] 78 79 78 80 79 == How to demo ==