Modified Files:
build.xml
had to modify DeploymentDeamon and ExamDeployment so that
ExamDeployment now mails the passwords to the Students
with MailFactory (right now commented out)
DeploymentDeamon now offers sendMail method to RMI-Connectors
(Servlet could mail registrated Students).
resource/de/fhworms/ztt/ox/deployment/DeploymentDeamon.conf
src/java/de/fhworms/ztt/ox/deployment/DeploymentDeamonImpl.java
src/java/de/fhworms/ztt/ox/deployment/ExamDeployment.java
Added Files:
jars added to have MailAPI available for us
lib/activation.jar lib/mailapi.jar lib/smtp.jar
Added MailFactory Class which now allows us to
mail a Student his password.
ConfigFile holds the sender + the mailbody-texts
resource/de/fhworms/ztt/ox/deployment/MailFactory.conf
src/java/de/fhworms/ztt/ox/deployment/MailFactory.java