SuccessChanges

Summary

  1. tsk5-finished: Adds an EJB to get the recent stories (details)
Commit e44c3002fcd1fb6da1c5bdc239bb6426425a5428 by jrcastro9515
tsk5-finished: Adds an EJB to get the recent stories
Changes type of attribute date in Story from Date to Timestamp Adds an
ejb to retrieve the last 6 stories Adds javadoc and tests for
StoryService Changes format of test dataset from json to xml
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/PoetryTest.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/microstories/service/ServiceIntegrationTestSuite.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Poetry.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Story.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Nanostory.java (diff)
The file was removedtests/src/main/resources/datasets/createStories.json (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/NarrativeTest.java (diff)
The file was modifiedservice/src/test/resources/test-persistence.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/microstories/service/StoryService.java (diff)
The file was removedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/storiesDataset.java (diff)
The file was addedtests/src/main/resources/datasets/stories.xml (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/NanostoryTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Narrative.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/microstories/rest/StoryResource.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was modifiedservice/src/test/resources/arquillian.xml (diff)