]> git.mxchange.org Git - pizzaservice-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>
Fri, 20 May 2016 21:11:47 +0000 (23:11 +0200)
commit5f98a961d1b15fcfda148fe4902cbe8f97bea428
treea20e4e16fc960854f7bea3012168885cafda4b7c
parent8efa2a121b80392ca37af09896a5f5bf3cd1b12f
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/jusercore/model/email_address/PizzaEmailChangeSessionBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkSessionBean.java
src/java/org/mxchange/pizzaapplication/mailer/model/delivery/EmailDeliveryMessageBean.java [new file with mode: 0644]