SuccessChanges

Summary

  1. Adds the presentation of cover events (details)
  2. Adds the fake smtp server and resolves minor bugs (details)
Commit cab13337649a68117bc7ba8495d8876c0ba3859d by sicofan
Adds the presentation of cover events
HomeController and index.xhtml have been added. This allows to show the
main events and a list of the last events. tsk5 completed.
The file was modifiedjsf/pom.xml (diff)
The file was addedjsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/HomeController.java (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
Commit d83fa0145372807d79439df4a755d92ec58df3af by sicofan
Adds the fake smtp server and resolves minor bugs
Fake smtp server is necessary to check the sending of emails from the
wildfly server. The script fake_smtp.sh has been added to automatice the
download and the execution of fakeSMTP-2.0 server. Besides, .jar and
.zip files used by this script have been added to .gitignore. Steps for
use this script have been added to CONTRIBUTING.md. The standalone.xml
has been modified to support the smtp connection. The pom.xml has been
modified to automatice the use of smtp server by testing servers.
Finally, Mail ejb has been modified to reference the mail session
resource created in the standalone.xml. tsk6 completed.
The file was modifiedadditional-material/wildfly/standalone.xml (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/HomeController.java (diff)
The file was modified.gitignore (diff)
The file was modifiedpom.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/Mail.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java (diff)
The file was addedadditional-material/fake-smtp/fake_smtp.sh (diff)
The file was modifiedCONTRIBUTING.md (diff)