FailedChanges

Summary

  1. Added the UserEJB and the Mail functionality (details)
Commit d98df72e7c50554bbec98dae499a65a07a5db5a8 by prfernandez2
Added the UserEJB and the Mail functionality
Added the UserEJB to use with the UserJPA to do some little things like
create, modify, delete and find/findAll. Also, when a new user is
created, we have to send a confirmation email, so we will use the
Wildfly mail system to do so. All od the Mail info is in
'PROJECT_DOCUMENTATION.md'. The UserJPA and UserPlayerJPA were modified
to have 1 more attribute.
The file was addedPROJECT_DOCUMENTATION.MD (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/user/UserPlayerJPA.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/user/UserEJB.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/user/UserJPA.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/util/Mail.java (diff)