]> git.mxchange.org Git - addressbook-mailer-ejb.git/log
addressbook-mailer-ejb.git
8 years agoContinued with email delivery:
Roland Haeder [Sun, 13 Mar 2016 17:31:20 +0000 (18:31 +0100)]
Continued with email delivery:
- Added EJB for email change mail delivery
- added needed jar(s)
- updated project files

8 years agorenamed all classes to fit naming convention (prefixed with project) + updated jar(s)
Roland Haeder [Sat, 12 Mar 2016 19:13:27 +0000 (20:13 +0100)]
renamed all classes to fit naming convention (prefixed with project) + updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Sat, 12 Mar 2016 19:03:34 +0000 (20:03 +0100)]
updated jar(s)

8 years agobetter throw EJBException here
Roland Haeder [Sat, 12 Mar 2016 18:53:33 +0000 (19:53 +0100)]
better throw EJBException here

8 years agomake sure the email address is/not persisted ("enqueued")
Roland Haeder [Sat, 12 Mar 2016 18:50:30 +0000 (19:50 +0100)]
make sure the email address is/not persisted ("enqueued")

8 years agonope, searching for whole user instance didn't work. :-( + updated jar(s)
Roland Haeder [Sat, 12 Mar 2016 18:43:22 +0000 (19:43 +0100)]
nope, searching for whole user instance didn't work. :-( + updated jar(s)

8 years agodon't check for emailChangeId here because it is always NULL
Roland Haeder [Sat, 12 Mar 2016 18:31:37 +0000 (19:31 +0100)]
don't check for emailChangeId here because it is always NULL

8 years agoImplemented allQueuedAddressesAsList() + updated jar(s)
Roland Haeder [Sat, 12 Mar 2016 18:16:43 +0000 (19:16 +0100)]
Implemented allQueuedAddressesAsList() + updated jar(s)

8 years agoContinued a bit:
Roland Haeder [Sat, 12 Mar 2016 17:08:52 +0000 (18:08 +0100)]
Continued a bit:
- added ifUserExists()
- rewrote enqueueEmailAddressForChange() which now takes ChangeableEmailAddress as instance
- also rewrote updateEmailAddress() with same parameter
- added isEmailAddressEnqueued()
- updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Sat, 12 Mar 2016 12:58:53 +0000 (13:58 +0100)]
updated jar(s)

8 years agoit must be @EJB to inject another EJB into an EJB
Roland Haeder [Sat, 12 Mar 2016 12:53:06 +0000 (13:53 +0100)]
it must be @EJB to inject another EJB into an EJB

8 years agoupdated jar(s)
Roland Haeder [Sat, 12 Mar 2016 11:39:58 +0000 (12:39 +0100)]
updated jar(s)

8 years agoContinued:
Roland Haeder [Fri, 11 Mar 2016 21:00:41 +0000 (22:00 +0100)]
Continued:
- added new entity class for changing email addresses
- added EJB for changing email addresses which has an injected user EJB
- updated jar(s)

8 years agoadded method to enqueue user's email address for changing + updated jar(s)
Roland Haeder [Thu, 10 Mar 2016 19:21:28 +0000 (20:21 +0100)]
added method to enqueue user's email address for changing + updated jar(s)

8 years agoContinued a bit:
Roland Haeder [Thu, 10 Mar 2016 19:09:47 +0000 (20:09 +0100)]
Continued a bit:
- updated jar(s)
- added missing business method (incomplete)

8 years agoupdated from jjobs-ejb:
Roland Haeder [Tue, 8 Mar 2016 21:18:51 +0000 (22:18 +0100)]
updated from jjobs-ejb:
- User -> Contact
- Contact -> Cellphone, Landline, Fax

In this setup of entities, the last 3 will be inserted (again) instead of being updated

8 years agoaddressbook-user-ejb has been merged into addressbook-ejb:
Roland Haeder [Tue, 8 Mar 2016 21:04:32 +0000 (22:04 +0100)]
addressbook-user-ejb has been merged into addressbook-ejb:
- updated project files
- added jcore.jar
- updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Sun, 6 Mar 2016 17:26:30 +0000 (18:26 +0100)]
updated jar(s)

8 years agoAdded email address for author
Roland Haeder [Sun, 6 Mar 2016 16:43:35 +0000 (17:43 +0100)]
Added email address for author

8 years agoupdated jar(s)
Roland Haeder [Sat, 5 Mar 2016 15:31:53 +0000 (16:31 +0100)]
updated jar(s)

8 years agoremoval of no longer needed documentation
Roland Haeder [Fri, 4 Mar 2016 17:51:18 +0000 (18:51 +0100)]
removal of no longer needed documentation

8 years agoneed splitting as well ...
Roland Haeder [Wed, 2 Mar 2016 21:01:15 +0000 (22:01 +0100)]
need splitting as well ...

8 years agoswitched to own JDBC resource
Roland Haeder [Wed, 2 Mar 2016 20:18:07 +0000 (21:18 +0100)]
switched to own JDBC resource

8 years agobetter comment (from copy/paste)
Roland Haeder [Wed, 24 Feb 2016 16:17:20 +0000 (17:17 +0100)]
better comment (from copy/paste)

8 years agoupdated jar(s)
Roland Haeder [Sat, 20 Feb 2016 21:14:10 +0000 (22:14 +0100)]
updated jar(s)

8 years agoSome empty lines added/removed
Roland Haeder [Sat, 20 Feb 2016 20:56:26 +0000 (21:56 +0100)]
Some empty lines added/removed

8 years agoupdated jar(s)
Roland Haeder [Sat, 20 Feb 2016 19:09:46 +0000 (20:09 +0100)]
updated jar(s)

8 years agoUpdated jar(s)
Roland Haeder [Fri, 19 Feb 2016 18:26:39 +0000 (19:26 +0100)]
Updated jar(s)

8 years agoGNU-ified projects for upcoming public release
Roland Haeder [Fri, 19 Feb 2016 15:44:12 +0000 (16:44 +0100)]
GNU-ified projects for upcoming public release

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s)
Roland Haeder [Fri, 19 Feb 2016 14:21:38 +0000 (15:21 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s)
Roland Haeder [Fri, 19 Feb 2016 14:07:53 +0000 (15:07 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated copyright year
Roland Haeder [Mon, 15 Feb 2016 15:37:49 +0000 (16:37 +0100)]
Updated copyright year

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s) + added .gitattributes
Roland Haeder [Mon, 15 Feb 2016 14:30:46 +0000 (15:30 +0100)]
Updated jar(s) + added .gitattributes

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated project to NetBeans 8.1 / Glassfish 4.1.1
Roland Haeder [Wed, 3 Feb 2016 15:27:40 +0000 (16:27 +0100)]
Updated project to NetBeans 8.1 / Glassfish 4.1.1

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s)
Roland Haeder [Fri, 20 Nov 2015 17:41:31 +0000 (18:41 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Fri, 23 Oct 2015 15:58:22 +0000 (17:58 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Fri, 23 Oct 2015 15:25:52 +0000 (17:25 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoMerge branch 'master' of file:///E:/Java%20Project/addressbook-ejb
Roland Haeder [Fri, 23 Oct 2015 12:44:13 +0000 (14:44 +0200)]
Merge branch 'master' of file:///E:/Java%20Project/addressbook-ejb

8 years agoUpdated jars
Roland Haeder [Tue, 20 Oct 2015 15:59:06 +0000 (17:59 +0200)]
Updated jars

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Fri, 23 Oct 2015 09:55:47 +0000 (11:55 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Thu, 22 Oct 2015 09:12:51 +0000 (11:12 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Wed, 21 Oct 2015 12:43:33 +0000 (14:43 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContiunued:
Roland Haeder [Wed, 21 Oct 2015 10:28:42 +0000 (12:28 +0200)]
Contiunued:
- having sharer and owner in entries table was redundancy to "shares" table, so removed "sharee" (the person the owner is sharing with)
- updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Tue, 20 Oct 2015 13:12:20 +0000 (15:12 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoUpdated jars
Roland Haeder [Mon, 19 Oct 2015 20:08:57 +0000 (22:08 +0200)]
Updated jars

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoValidated more parameter
Roland Haeder [Mon, 19 Oct 2015 08:37:05 +0000 (10:37 +0200)]
Validated more parameter
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Sat, 17 Oct 2015 18:49:37 +0000 (20:49 +0200)]
updated jar(s)

8 years agoContinued:
Roland Haeder [Fri, 16 Oct 2015 15:27:40 +0000 (17:27 +0200)]
Continued:
- fixed loading of address books that the current user is not sharing
- updated jar(s)

8 years agoopps, that was a ClassCastException, that came from confusion ... :-(
Roland Haeder [Fri, 16 Oct 2015 13:20:02 +0000 (15:20 +0200)]
opps, that was a ClassCastException, that came from confusion ... :-(
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agonope, contains() did not work, sadly :-(
Roland Haeder [Fri, 16 Oct 2015 13:10:56 +0000 (15:10 +0200)]
nope, contains() did not work, sadly :-(
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Fri, 16 Oct 2015 11:17:46 +0000 (13:17 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoused LinkedList for sorting
Roland Haeder [Fri, 16 Oct 2015 10:34:27 +0000 (12:34 +0200)]
used LinkedList for sorting
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agolet the logger log the size of the list
Roland Haeder [Fri, 16 Oct 2015 10:23:04 +0000 (12:23 +0200)]
let the logger log the size of the list
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoignored for i18n
Roland Haeder [Fri, 16 Oct 2015 10:13:54 +0000 (12:13 +0200)]
ignored for i18n
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Fri, 16 Oct 2015 09:02:53 +0000 (11:02 +0200)]
Continued:
- implemented business method allSharedAddressbooks()
- rewrote isUserSharingAddressbooks() to it
- removed this.shares as this is double-caching and adds only more complexibility
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Fri, 16 Oct 2015 07:48:41 +0000 (09:48 +0200)]
Continued:
- implemented business method startSharing()
- added private method isUserAlreadySharingAddressbook() to check if the address book's owner is already sharing it with the sharee
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Thu, 15 Oct 2015 18:31:16 +0000 (20:31 +0200)]
Continued:
- Implemented business method allUsersNotSharing()
- updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Thu, 15 Oct 2015 17:21:43 +0000 (19:21 +0200)]
updated jar(s)

8 years agoadded class definition
Roland Haeder [Thu, 15 Oct 2015 15:59:53 +0000 (17:59 +0200)]
added class definition

8 years agoImplemented business method countAllUserSharedAddressbooks()
Roland Haeder [Thu, 15 Oct 2015 15:38:42 +0000 (17:38 +0200)]
Implemented business method countAllUserSharedAddressbooks()

8 years agoupdated jar(s)
Roland Haeder [Thu, 15 Oct 2015 14:22:21 +0000 (16:22 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued:
Roland Haeder [Thu, 15 Oct 2015 13:15:24 +0000 (15:15 +0200)]
Continued:
- implemented business method getAddressbookById()
- some minor cleanups
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Thu, 15 Oct 2015 09:34:24 +0000 (11:34 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoadded config file for log4j2
Roland Haeder [Thu, 15 Oct 2015 08:35:52 +0000 (10:35 +0200)]
added config file for log4j2
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoCleanup through inspection + updated jar(s)
Roland Haeder [Thu, 15 Oct 2015 07:51:20 +0000 (09:51 +0200)]
Cleanup through inspection + updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Thu, 15 Oct 2015 06:45:03 +0000 (08:45 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Wed, 14 Oct 2015 14:48:20 +0000 (16:48 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Wed, 14 Oct 2015 11:55:19 +0000 (13:55 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agobad idea, let's switch back to DROP+CREATE
Roland Haeder [Wed, 14 Oct 2015 10:20:07 +0000 (12:20 +0200)]
bad idea, let's switch back to DROP+CREATE
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoremoved double-ignore + updated jar(s)
Roland Haeder [Wed, 14 Oct 2015 10:09:38 +0000 (12:09 +0200)]
removed double-ignore + updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoremoved double-ignore + updated jar(s)
Roland Haeder [Wed, 14 Oct 2015 09:54:06 +0000 (11:54 +0200)]
removed double-ignore + updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoNo more double-caching ...
Roland Haeder [Wed, 14 Oct 2015 09:31:54 +0000 (11:31 +0200)]
No more double-caching ...
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoswitched to Boolean object
Roland Haeder [Wed, 14 Oct 2015 09:31:02 +0000 (11:31 +0200)]
switched to Boolean object
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Wed, 14 Oct 2015 08:17:13 +0000 (10:17 +0200)]
Continued:
- added remote session bean for sharing address books
- updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoswitched to CREATE mode
Roland Haeder [Wed, 14 Oct 2015 06:36:30 +0000 (08:36 +0200)]
switched to CREATE mode
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Tue, 13 Oct 2015 14:59:03 +0000 (16:59 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Tue, 13 Oct 2015 13:05:15 +0000 (15:05 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoadded logger messages
Roland Haeder [Tue, 13 Oct 2015 10:33:55 +0000 (12:33 +0200)]
added logger messages
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoignored for i18n
Roland Haeder [Tue, 13 Oct 2015 10:31:02 +0000 (12:31 +0200)]
ignored for i18n
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoImplemented business method isAddressbookIdUsed()
Roland Haeder [Tue, 13 Oct 2015 10:07:31 +0000 (12:07 +0200)]
Implemented business method isAddressbookIdUsed()
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Tue, 13 Oct 2015 06:39:19 +0000 (08:39 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 18:23:26 +0000 (20:23 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded new business method
Roland Haeder [Mon, 12 Oct 2015 17:03:28 +0000 (19:03 +0200)]
added new business method

8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 16:22:05 +0000 (18:22 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 15:34:10 +0000 (17:34 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 15:24:58 +0000 (17:24 +0200)]
updated jar(s)

8 years agoadded mapped name again (non-portable)
Roland Haeder [Mon, 12 Oct 2015 15:09:39 +0000 (17:09 +0200)]
added mapped name again (non-portable)

8 years agoRemote bean again ... :-(
Roland Haeder [Mon, 12 Oct 2015 15:01:13 +0000 (17:01 +0200)]
Remote bean again ... :-(

8 years agoLocal singletons cannot be called this way
Roland Haeder [Mon, 12 Oct 2015 14:36:13 +0000 (16:36 +0200)]
Local singletons cannot be called this way

8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 14:31:06 +0000 (16:31 +0200)]
updated jar(s)

8 years agoIt should be a local bean
Roland Haeder [Mon, 12 Oct 2015 14:24:10 +0000 (16:24 +0200)]
It should be a local bean

8 years agoUpdated .gitignore
Roland Haeder [Mon, 12 Oct 2015 14:10:48 +0000 (16:10 +0200)]
Updated .gitignore

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 14:00:10 +0000 (16:00 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 11:29:40 +0000 (13:29 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 09:44:54 +0000 (11:44 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Mon, 12 Oct 2015 09:05:16 +0000 (11:05 +0200)]
Continued:
- added singleton bean for SMS provider (information won't change often)
- updated jars
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 06:42:35 +0000 (08:42 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar + ignored for i18n
Roland Haeder [Sun, 11 Oct 2015 20:30:47 +0000 (22:30 +0200)]
updated jar + ignored for i18n

8 years agoLaunch this at startup ... :/
Roland Haeder [Sun, 11 Oct 2015 20:28:12 +0000 (22:28 +0200)]
Launch this at startup ... :/

8 years agorenamed it
Roland Haeder [Sun, 11 Oct 2015 20:23:45 +0000 (22:23 +0200)]
renamed it