Changes between Version 7 and Version 8 of ANNOTATIONS_EXPORT_IMPORT_R1


Ignore:
Timestamp:
06/23/09 15:43:18 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ANNOTATIONS_EXPORT_IMPORT_R1

    v7 v8  
    5656 * Create a class {{{AnnotationsPersister}}} that extends {{{Persister<String, Storage>}}}. 
    5757  * Schema: "resource:annotation-set|storage|r3" 
    58   * The storage should have three children: stickies, highlights, audio-annotations 
     58  * Children: 
     59   * entityId 
     60   * book (reference to the book) 
     61   * stickies 
     62   * (in next revisions) highlights, audioAnnotations 
    5963 
    6064 * Create a class {{{StickyPersister}}} that extends {{{Persister<Ref<Sticky>, Storage>}}}. 
     
    7579   * Store current annotation set to storage using the schema "resource|storage|r3". 
    7680 
     81 * Source code: [source:/branches/private/mitex/annotations-r1/] 
     82  * [source:/branches/private/mitex/annotations-r1/sophie2-platform/modules/org.sophie2.extra.func.annotations/src/test/java/org/sophie2/extra/func/annotations/persistence/AnnotationsPersistenceTest.java] 
     83  
    7784= Implementation = 
    7885^(Describe and link the implementation results here (from the wiki or the repository).)^