SuccessChanges

Summary

  1. Adds view and controller of index page (details)
Commit bbdba860bbec039a5abd7721853b2fcdc3e738ab by agjacome
Adds view and controller of index page
Index JSF template has been modified to retrieve the required events
from the EventEJB, with the aid of a new IndexPageController class.
There are not yet tests to check this functionality.
Common functionality of JSF controllers has been also moved to a upper
level, which at the moment has been implemented as an interface called
JSFController.
The file was modifiedjsf/src/main/webapp/css/letta.css (diff)
The file was modifiedjsf/src/main/webapp/template/templateLayout.xhtml (diff)
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/IndexPageController.java (diff)
The file was removedjsf/src/main/webapp/css/letta.less (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.java (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/JSFController.java (diff)
The file was modifiedjsf/src/main/webapp/template/templateHeader.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/ConfirmUserController.java (diff)
The file was removedjsf/src/main/webapp/index.html (diff)