SuccessChanges

Summary

  1. Adds a controller and a JSF page to list events that a current user is (details)
Commit 413d994c498b45354f89dc7175c8d6538b164f4a by bcgonzalez3
Adds a controller and a JSF page to list events that a current user is
joined.
Modifies the EJB to sort the results and add paginated Modifies the
EJBTest to run with the new parameters added to the fuction.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/ListJoinedEventsController.java (diff)
The file was addedjsf/src/main/webapp/listJoinedEvents.xhtml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java (diff)