Changes between Version 16 and Version 17 of GROUP_RESOURCE_R0


Ignore:
Timestamp:
04/04/09 13:07:02 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_RESOURCE_R0

    v16 v17  
    107107   * Temporary location in the Sophie 2 application if the Resource is not saved anywhere. 
    108108  * Every resource type must implement the getResourceKind method that can identify the resource type. 
    109  * If there are important actions that must be executed when the resource is created and cached they must be put in the initialized method. 
    110  * All the meta information providing fields in a resource must be annotated with the @ResourceMeta annotation. 
    111  * Two Resources are equal if their entity id and location are the same. 
    112  * The entity id and the location of a Resource are held in the ResourceSpace of the Resource. 
    113  * All the ProObjects, which state is important for the state and the reconstruction of a Resource must be annotated with the annotation @Own 
     109  * If there are important actions that must be executed when the resource is created and cached they must be put in the initialized method. 
     110  * All the meta information providing fields in a resource must be annotated with the @ResourceMeta annotation. 
     111  * Two Resources are equal if their entity id and location are the same. 
     112  * The entity id and the location of a Resource are held in the ResourceSpace of the Resource. 
     113  * All the ProObjects, which state is important for the state and the reconstruction of a Resource must be annotated with the annotation @Own 
    114114 
    115115= Implementation =