SuccessChanges

Summary

  1. Adds JoinEventController without EJB interaction and other fixes (details)
Commit 3dafc9381d8b7fc560095f4d603e0d6c24653606 by abmiguez
Adds JoinEventController without EJB interaction and other fixes
Adds JoinEventController waiting for UserEJB.joinEvent method. Adds
empty JoinEventControllerTest. Modifies index view to add join event.
Modifies templateHeader to login and logout and add logout.xhtml. Adds
some format and javadoc fixes in several files.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/ConfirmUserController.java
The file was addedjsf/src/main/webapp/logout.xhtml
The file was modifiedjsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserControllerTest.java
The file was modifiedjsf/src/main/webapp/confirm.xhtml
The file was modifiedjsf/src/main/webapp/template/templateHeader.xhtml
The file was addedjsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java
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/LoginUserController.java
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.java
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java
The file was modifiedjsf/src/main/webapp/index.xhtml
The file was modifiedjsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/ConfirmUserControllerTest.java
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/JoinEventController.java