UnstableChanges

Summary

  1. Creates EJBs to handle email and user registration (details)
  2. Renames RegisterEJBTEst.java to RegisterEJBTest.java (details)
Commit 873259a9472c5e5c7bc81af5dbafc06b90e8946f by jacasanova
Creates EJBs to handle email and user registration
Creates simple User entity(to be modified later). Creates EJB
RegisterEJB to handle the registration of an user, as well as the
confirmation of the registration. Creates EJB MailerEJB to handle the
sending of the registration email. Creates test class RegisterEJBTest to
test EJB Creates stub MailerStub for testing purposes.
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/RegisterEJB.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTEst.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/MailerEJB.java (diff)
The file was modifiedtests/src/main/resources/datasets/events.xml (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/User.java (diff)
The file was modifiedservice/src/test/resources-wildfly-embedded-h2/beans.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/MailerStubEJB.java (diff)
Commit 9488b2f944794c56d86c6efe90ddfbebeaf940cc by jacasanova
Renames RegisterEJBTEst.java to RegisterEJBTest.java
The file was removedservice/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTEst.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTest.java (diff)