Version 5 (modified by Tanya, 16 years ago) (diff) |
---|
Analysis
Overview
Resource is an object that can be persisted. Resources can be frame content.
Types of resources
- Text
- Audio
- Movie
- Book
- etc.
MetaInfo of the resource is:
- the author of the resource
- the date the resource was created
- the dimensions of the image (if the target of the resource is an image)
- etc.
Task requirements
- Resources should have a separate module.
- The model of the resource should be defined.
- It should be easily to add new kind of resource.
- 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.
- Book should be made resource.
- The metainfo problem
- It should be easy to deal with the meta information of the resource. Think about an annotation @Meta("description").
- You should provide that it is easily to add new meta information for a resource.
Task result
- The result of this task should be source code.
Implementation idea
- Create module org.sophie2.base.resources
- @Meta("description") annotation for the meta info of the resource.
Related
- How to create module - > PLATFORM_DEPLOYMENT_BUILD_ECLIPSE
How to demo
- Show the new module in eclipse.
- Show the modified classes.
- Run the application and demonstrate the usage of resources.
- Ask if there are any questions.
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
Log
Analysis:
Design:
Implementation:
Testing:
Comments: