]> git.mxchange.org Git - addressbook-mailer-ejb.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 17 May 2016 13:35:48 +0000 (15:35 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 21 May 2016 11:48:05 +0000 (13:48 +0200)
commit43433b2eff44f63508c52beb9fe89df02b8d6f7d
treea1f341f8c133aa18e20cc9dde906e91e0eca25ea
parent0c8675365b836da5a44faf2c6470c59be8c45df4
Continued:
- added message-driven bean for mail delivery (generic)
- added method init() method to initialize queue/factory
- implemented business method resendConfirmationLink() (unfinished)
- the business method enqueueEmailAddressForChange() now uses JMS and not directly calling the mailer

Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/project.properties
src/java/org/mxchange/addressbook/beans/resendlink/AddressbookResendLinkSessionBean.java
src/java/org/mxchange/addressbook/mailer/model/delivery/EmailDeliveryMessageBean.java [new file with mode: 0644]
src/java/org/mxchange/jusercore/model/email_address/AddressbookEmailChangeSessionBean.java
src/java/org/mxchange/jusercore/model/register/AddressbookUserRegistrationSessionBean.java