Changes between Version 4 and Version 5 of BASE_RESOURCE_COMMONS_R0


Ignore:
Timestamp:
12/02/08 14:37:35 (16 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_RESOURCE_COMMONS_R0

    v4 v5  
    77 
    88== Overview == 
    9 Resource is an object that can be persisted. Resources can be frame content. 
     9Resource is an object that can be persisted. Resources can be frame content.[[BR]] 
     10 
     11Types of resources 
     12 * Text 
     13 * Audio 
     14 * Movie 
     15 * Book 
     16 * etc. 
     17 
     18MetaInfo of the resource is: 
     19 * the author of the resource 
     20 * the date the resource was created 
     21 * the dimensions of the image (if the target of the resource is an image) 
     22 * etc.   
    1023 
    1124== Task requirements == 
    12  * Resources should have separate module. 
    13  * Check what we have for resources and modify where is necessary. After this revision we are supposed to have the basic hierarchy of the resources. 
     25 * Resources should have a separate module. 
     26 * The model of the resource should be defined. 
     27 * It should be easily to add new kind of resource. 
     28 * 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. 
    1429 * Book should be made resource. 
    15  * The metainfo problem. 
     30 * The metainfo problem 
     31  * It should be easy to deal with the meta information of the resource. Think about an annotation @Meta("description"). 
     32  * You should provide that it is easily to add new meta information for a resource. 
    1633 
    1734== Task result == 
     
    2037== Implementation idea == 
    2138 * Create module org.sophie2.base.resources 
     39 * @Meta("description") annotation for the meta info of the resource. 
    2240 
    2341== Related ==