UnstableChanges

Summary

  1. tsk 25-26 Adds the pagination function to the EJB and REST (details)
Commit 29978f7376097e39340710ecf3976b7c63e39e7b by tie15albertomoure
tsk 25-26 Adds the pagination function to the EJB and REST
functionalities
Adds the functionality to do paged database lookups to both EJB and REST
layers along with their respective tests. Also some missing tests have
been created for the EJB, and the StoryDataset class methods have been
adapted. Finally, the JSF was adapted to accept these new paged search
functions.
The file was modifiedjsf/src/main/java/ReadStoryManagedBean.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java (diff)
The file was modifiedjsf/src/main/java/ListStoryManagedBean.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)