SuccessChanges

Summary

  1. task6 Recent stories list in index.xhtml (details)
  2. tsk 8 Adds single view and links (details)
  3. tsk7 Creates REST recent list stories (details)
  4. tsk 9 adds rest resource to get stories by id (details)
  5. Fixes bugs and clean code (details)
Commit 918569d04c26c320e6125ba6f2ac079876fe2925 by lrcortizo
task6 Recent stories list in index.xhtml
Creates jsf for recent stories list with a maximum of 6 and order by
publication date
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryManagedBean.java (diff)
Commit 659d2f3e0709d18f1c2f1b15435d0d860a9c0feb by lrcortizo
tsk 8 Adds single view and links
Adds single view of micrstories and links of most viewed in index
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/SingleManagedBean.java (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifiedjsf/src/main/webapp/view.xhtml (diff)
Commit 4d5fca94c9297b240813d7f6f875176a6b3deb87 by lrcortizo
tsk7 Creates REST recent list stories
Creates Rest recent list stories with arquillian test
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/StoryEJBIntegrationTest.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryResource.java (diff)
The file was modifiedjsf/pom.xml (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/GenericTypes.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/StoryResourceRestTest.java (diff)
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/ResourceIntegrationTestSuite.java (diff)
The file was modifiedservice/pom.xml (diff)
Commit 3cbc34b9df6615d535d5bce505f187cafaffa973 by lrcortizo
tsk 9 adds rest resource to get stories by id
Adds rest method and tests to get stories by id in path microstory/id
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/StoryResourceRestTest.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryResource.java (diff)
Commit edebd85da8f172b3e1b5a68a02222a9da4e8ea68 by lrcortizo
Fixes bugs and clean code
Fixes the using of jstl and delete unused html elements. Adds coherence
in database insertions.
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was modifiedjsf/src/main/webapp/template/layout.xhtml (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryEJB.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryManagedBean.java (diff)
The file was modifiedjsf/src/main/webapp/view.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/SingleManagedBean.java (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was removedjsf/src/main/webapp/defaultindex.xhtml (diff)