Changes between Initial Version and Version 2 of Ticket #328


Ignore:
Timestamp:
06/11/13 12:37:11 (11 years ago)
Author:
twagoo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #328

    • Property Cc olhsha added
    • Property Summary changed from Implement annotation creation and retrieval on REST service to Implement notebook creation and retrieval on REST service
  • Ticket #328 – Description

    initial v2  
    1 From the DASISH annotation scenario, implement [[DASISH/Scenario#Annotationcreation|annotation creation]] and [[DASISH/Scenario#Viewinganindividualannotation|viewing an annotation]] on the REST service. Add required methods to relevant DAO interfaces (see #327). Write unit tests for the methods added to the REST interface and mock the DAO's (e.g. using [http://jmock.org/ JMock]).
     1From the DASISH specification, implement [[DASISH/SpecificationDocument#Notebooks|notebooks]] on the REST service (initially creating and retrieving; adding annotations to notebooks will probably require some implementation of annotation sections of API). Add required methods to relevant DAO interfaces (see #327). Write unit tests for the methods added to the REST interface and mock the DAO's (e.g. using [http://jmock.org/ JMock]).