SuccessChanges

Summary

  1. tsk7 Adds rest resource for recent stories (details)
Commit 4ff440baf2fd4f2b54c7d35b942f46cddb2495e5 by rplopez
tsk7 Adds rest resource for recent stories
Creates a rest resource for stories that implements a method to retrieve
the most recent posts. It also creates an integration test to check the
resource.
The file was modified.gitignore
The file was modifiedrest/src/test/resources/web.xml
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/GenericTypes.java
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceRestTest.java
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/ResourceIntegrationTestSuite.java
The file was modifiedrest/src/main/resources/META-INF/persistence.xml
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/CORSFilter.java
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResource.java