Changes between Version 4 and Version 5 of BASE_RESOURCE_COMMONS_R0
- Timestamp:
- 12/02/08 14:37:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_RESOURCE_COMMONS_R0
v4 v5 7 7 8 8 == Overview == 9 Resource is an object that can be persisted. Resources can be frame content. 9 Resource is an object that can be persisted. Resources can be frame content.[[BR]] 10 11 Types of resources 12 * Text 13 * Audio 14 * Movie 15 * Book 16 * etc. 17 18 MetaInfo 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. 10 23 11 24 == 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. 14 29 * 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. 16 33 17 34 == Task result == … … 20 37 == Implementation idea == 21 38 * Create module org.sophie2.base.resources 39 * @Meta("description") annotation for the meta info of the resource. 22 40 23 41 == Related ==