Changes between Version 7 and Version 8 of ANNOTATIONS_EXPORT_IMPORT_R1
- Timestamp:
- 06/23/09 15:43:18 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ANNOTATIONS_EXPORT_IMPORT_R1
v7 v8 56 56 * Create a class {{{AnnotationsPersister}}} that extends {{{Persister<String, Storage>}}}. 57 57 * 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 59 63 60 64 * Create a class {{{StickyPersister}}} that extends {{{Persister<Ref<Sticky>, Storage>}}}. … … 75 79 * Store current annotation set to storage using the schema "resource|storage|r3". 76 80 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 77 84 = Implementation = 78 85 ^(Describe and link the implementation results here (from the wiki or the repository).)^