Changes between Version 9 and Version 10 of BASE_RESOURCE_COMMONS_R0


Ignore:
Timestamp:
12/02/08 15:59:55 (16 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_RESOURCE_COMMONS_R0

    v9 v10  
    99Resource is an object that can be persisted. Resources can be frame content. Resource can be used in the timeline.[[BR]] 
    1010 
    11 Base resource model 
     11Base resource model should have the following information 
    1212 * UUID 
    13  * target 
    14   * data 
     13 * Target 
     14  * Data 
    1515  * URL 
    1616 * !MetaInfo 
    17  * comment 
     17 * Comment 
    1818 
    19 Resource Scope 
     19Resource Scope could be 
    2020 * Book 
    2121 * Local 
    2222 * Server 
    2323 
    24 Types of resources 
     24Types of resources (the target of the resource) 
    2525 * Text 
    2626  * Plain 
     
    3535 
    3636!MetaInfo of the resource is: 
    37  * info about the author of the resource 
    38  * info about the date the resource was created 
    39  * version of the resource 
    40  * info when the resource was last modified 
    41  * info who was the last that modified the resource 
    42  * 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) 
    4343 * etc. 
    4444 
    4545Operations over a resource: 
    4646 * 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). 
    4848 * The resource can be deleted. 
    4949 * The resource can be persisted. 
    50  * The resource can be imported(exported) on a server. 
     50 * The resource can be imported(exported) to a server. 
    5151 
    5252Resource Manager manages: 
     
    5959== Task requirements == 
    6060 * 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. 
    6363 * 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. 
    6464 * Book should be made resource. 
    65  * The metainfo problem 
    66   * It should be easy 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 for a 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. 
    6868 
    6969== Task result == 
     
    7676== Related == 
    7777 * How to create module - > [wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE] 
    78  
    7978 
    8079== How to demo ==