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/java/es/uvigo/esei/dgss/letta/jsf/ConfirmUserController.java
The file was modifiedjsf/src/main/webapp/template/templateLayout.xhtml
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/JSFController.java
The file was removedjsf/src/main/webapp/css/letta.less
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/IndexPageController.java
The file was modifiedjsf/src/main/webapp/css/letta.css
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.java
The file was modifiedjsf/src/main/webapp/template/templateHeader.xhtml
The file was removedjsf/src/main/webapp/index.html
The file was modifiedjsf/src/main/webapp/index.xhtml