]> git.mxchange.org Git - addressbook-war.git/log
addressbook-war.git
8 years agoAdded missing javadoc + organized members
Roland Haeder [Fri, 19 Feb 2016 14:34:59 +0000 (15:34 +0100)]
Added missing javadoc + organized members

8 years agoOrganized members to general structure
Roland Haeder [Fri, 19 Feb 2016 14:34:17 +0000 (15:34 +0100)]
Organized members to general structure

8 years agoUpdated jar(s)
Roland Haeder [Fri, 19 Feb 2016 14:21:39 +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:54 +0000 (15:07 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s)
Roland Haeder [Tue, 16 Feb 2016 11:48:11 +0000 (12:48 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUsers don't care about id numbers (e.g. for their address books)
Roland Haeder [Tue, 16 Feb 2016 00:06:58 +0000 (01:06 +0100)]
Users don't care about id numbers (e.g. for their address books)

8 years agotranslated some more (and externalized)
Roland Haeder [Mon, 15 Feb 2016 23:04:30 +0000 (00:04 +0100)]
translated some more (and externalized)

8 years agotranslated a bit
Roland Haeder [Mon, 15 Feb 2016 22:43:47 +0000 (23:43 +0100)]
translated a bit

8 years agodouble and users don't need ids
Roland Haeder [Mon, 15 Feb 2016 22:36:31 +0000 (23:36 +0100)]
double and users don't need ids

8 years agoAs converters and validators cannot fire events, the controller has to load the objec...
Roland Haeder [Mon, 15 Feb 2016 22:30:36 +0000 (23:30 +0100)]
As converters and validators cannot fire events, the controller has to load the object and fire the event.

8 years agosorted members
Roland Haeder [Mon, 15 Feb 2016 19:26:58 +0000 (20:26 +0100)]
sorted members

8 years agoinit() and @PostConstruct is the wrong place for checking logged-in user status,...
Roland Haeder [Mon, 15 Feb 2016 19:26:37 +0000 (20:26 +0100)]
init() and @PostConstruct is the wrong place for checking logged-in user status, better use the new event

8 years agosorted members
Roland Haeder [Mon, 15 Feb 2016 19:12:19 +0000 (20:12 +0100)]
sorted members

8 years agoconverters don't have a postconstruct possiblity and no injections/EJBs. So you need...
Roland Haeder [Mon, 15 Feb 2016 18:54:16 +0000 (19:54 +0100)]
converters don't have a postconstruct possiblity and no injections/EJBs. So you need to do it the old-fashioned way over constructor and lookup.

8 years agomaybe correct id?
Roland Haeder [Mon, 15 Feb 2016 17:34:17 +0000 (18:34 +0100)]
maybe correct id?

8 years agoUpdated copyright year
Roland Haeder [Mon, 15 Feb 2016 15:37:54 +0000 (16:37 +0100)]
Updated copyright year

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoNo ./ as this messes around with the resource manager (or so?)
Roland Haeder [Mon, 15 Feb 2016 15:08:16 +0000 (16:08 +0100)]
No ./ as this messes around with the resource manager (or so?)

8 years agoUpdated jar(s) + added .gitattributes
Roland Haeder [Mon, 15 Feb 2016 14:30:49 +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:53 +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:33 +0000 (18:41 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoWhy is this stupid JSF so complex? Why can't things be done more easier?
Roland Haeder [Fri, 30 Oct 2015 14:52:48 +0000 (15:52 +0100)]
Why is this stupid JSF so complex? Why can't things be done more easier?

8 years agoMinor: re-aligned navigation graph
Roland Haeder [Fri, 30 Oct 2015 14:29:44 +0000 (15:29 +0100)]
Minor: re-aligned navigation graph

8 years agoBad work-around, didn't work. It looks like that c:set is being not executed? Or...
Roland Haeder [Fri, 23 Oct 2015 18:52:42 +0000 (20:52 +0200)]
Bad work-around, didn't work. It looks like that c:set is being not executed? Or maybe on other life-cycle of the application?

8 years agoDouble id fixed
Roland Haeder [Fri, 23 Oct 2015 18:48:18 +0000 (20:48 +0200)]
Double id fixed

8 years agoAdded work-around for NPE "this.user is null". Not a fix!
Roland Haeder [Fri, 23 Oct 2015 18:47:02 +0000 (20:47 +0200)]
Added work-around for NPE "this.user is null". Not a fix!

8 years agoother way is better for this kind
Roland Haeder [Fri, 23 Oct 2015 16:42:43 +0000 (18:42 +0200)]
other way is better for this kind

8 years agoNope, not working on c:foo :-(
Roland Haeder [Fri, 23 Oct 2015 16:41:38 +0000 (18:41 +0200)]
Nope, not working on c:foo :-(

8 years agodon't set if empty!
Roland Haeder [Fri, 23 Oct 2015 16:36:22 +0000 (18:36 +0200)]
don't set if empty!

8 years agoadded check for addressbookController.addressbook to prevent ugly NPE
Roland Haeder [Fri, 23 Oct 2015 16:34:03 +0000 (18:34 +0200)]
added check for addressbookController.addressbook to prevent ugly NPE

8 years agomaybe the right way ... ;-)
Roland Haeder [Fri, 23 Oct 2015 16:25:29 +0000 (18:25 +0200)]
maybe the right way ... ;-)

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

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Fri, 23 Oct 2015 15:25:53 +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-war
Roland Haeder [Fri, 23 Oct 2015 12:45:02 +0000 (14:45 +0200)]
Merge branch 'master' of file:///E:/Java%20Project/addressbook-war

8 years agoUpdated jars
Roland Haeder [Tue, 20 Oct 2015 15:59:07 +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:56:02 +0000 (11:56 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Thu, 22 Oct 2015 09:12:39 +0000 (11:12 +0200)]
Continued:
- updated constructor invocation + removed no longer needed setter calls
- 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:42 +0000 (14:43 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Tue, 20 Oct 2015 13:03:14 +0000 (15:03 +0200)]
Continued:
- No, also c:set is not right and previous also not. So how can I set a value in a bean from a template?
- moved some components to proper location
- added missing this.
- updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agocleanup from JSTL:
Roland Haeder [Tue, 20 Oct 2015 10:40:20 +0000 (12:40 +0200)]
cleanup from JSTL:
- removed all JSTL usages as this mixes JSF with JSTL which more belongs to JSP
- used f:setPropertyActionListener to set the currently used user instance in profileController.user
- sorry that there is still ui:fragment around but I don't like/want overlong expressions in rendered attributes
- better throw IllegalStateException and not quietly return false in isOwnAddressbook() this method should only work when the user is logged-in
- improved some exception text

Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Tue, 20 Oct 2015 08:52:21 +0000 (10:52 +0200)]
Continued:
- rewrote isProfileLinkVisible() to not accept an instance and use the current (in bean set) instance instead
- well, don't use c:bla in your JSF pages
- updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

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

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agobroken commit: don't use c:choose in view!
Roland Haeder [Mon, 19 Oct 2015 12:07:14 +0000 (14:07 +0200)]
broken commit: don't use c:choose in view!
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Mon, 19 Oct 2015 11:30:07 +0000 (13:30 +0200)]
Continued:
- rewrote to .equals() on an enum
- rewrote user_profile_link.tpl (better style)
- added missing i18n string
- added missing navigation case
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Mon, 19 Oct 2015 10:53:52 +0000 (12:53 +0200)]
Continued:
- renamed isNotInvisible() to isInvisible()
- added message on case if the user is invisible
- rewrote ui:fragment-abuse to c:choose, still a bit abusive to JSF, but better than ui:fragment
- added missing i18n strings
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoone template more that uses loginController.templateType ...
Roland Haeder [Mon, 19 Oct 2015 09:07:21 +0000 (11:07 +0200)]
one template more that uses loginController.templateType ...
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Mon, 19 Oct 2015 09:06:02 +0000 (11:06 +0200)]
Continued:
- isAddressbookLoaded() also checks User instance + name
- added check before start of sharing address books if the owner and sharee are both not invisible
- added isUserNotInvisible(). EL code seems not handle negative check? :-(
- fixed check on user instance in template user_profile_link.tpl
- removed one ui:fragment as it can be attached to h:panelGrid, too
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoadded missing language string
Roland Haeder [Mon, 19 Oct 2015 07:58:18 +0000 (09:58 +0200)]
added missing language string
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agofixed comment + id. Yet still no "user" is vailable in user_profile_link.xhtml if...
Roland Haeder [Sun, 18 Oct 2015 18:50:47 +0000 (20:50 +0200)]
fixed comment + id. Yet still no "user" is vailable in user_profile_link.xhtml if included from login_start_sharing_addressbook.xhtml:

---------------------------
/WEB-INF/templates/generic/user_profile_link.tpl @10,66 test="#{profileController.isProfileLinkVisible(user)}" /WEB-INF/templates/generic/user_profile_link.tpl @10,66 test="#{profileController.isProfileLinkVisible(user)}": java.lang.NullPointerException: user is null
---------------------------

8 years agoRenaming-season has started again:
Roland Haeder [Sat, 17 Oct 2015 21:00:44 +0000 (23:00 +0200)]
Renaming-season has started again:
- renamed all foo-scoped beans to BarWebFooBean and also their interfaces
- removed "id" from ui:include

8 years agoaddded method afterUserLogin() which is an CDI observer on logged-in user events
Roland Haeder [Sat, 17 Oct 2015 19:07:30 +0000 (21:07 +0200)]
addded method afterUserLogin() which is an CDI observer on logged-in user events

8 years agoturned around ...
Roland Haeder [Sat, 17 Oct 2015 18:58:03 +0000 (20:58 +0200)]
turned around ...

8 years agoignored for i18n
Roland Haeder [Sat, 17 Oct 2015 18:56:46 +0000 (20:56 +0200)]
ignored for i18n

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

8 years agoContinued:
Roland Haeder [Fri, 16 Oct 2015 20:02:36 +0000 (22:02 +0200)]
Continued:
- added/implemented bean method isProfileLinkVisibleById()
- sorted members a bit
- added bean property "user"
- injected user bean (controller)
- used above writes to lookup user id in database and get a user instance back, set in the bean
- added/implemented bean method isUserIdEmpty()
- added i18n for user profile mode and notices
- you can only use converter OR validator
-
- updated jar(s)

8 years agoContinued:
Roland Haeder [Fri, 16 Oct 2015 19:16:55 +0000 (21:16 +0200)]
Continued:
- moved converter classes to better locations: org.mxchange.addressbook.converter.foo is better :)
- added + used user converter to convert user id to User instance
- maybe c:choose/c:when/c:otherwise is better than ui:fragment? Still the page is a dummy
- updated jar(s)

8 years agorewrote isProfileLinkVisible() as the previous attempt didn't work
Roland Haeder [Fri, 16 Oct 2015 17:43:43 +0000 (19:43 +0200)]
rewrote isProfileLinkVisible() as the previous attempt didn't work

8 years agoadded/implemented bean method isProfileLinkVisible()
Roland Haeder [Fri, 16 Oct 2015 17:27:10 +0000 (19:27 +0200)]
added/implemented bean method isProfileLinkVisible()

8 years agoContinued:
Roland Haeder [Fri, 16 Oct 2015 17:12:21 +0000 (19:12 +0200)]
Continued:
- sorted members
- now that there are member-visible users the public user list doesn't fit to naming convention -> renamed
- injected login controller for checking if the user is logged-in
- for this the new business method allMemberPublicVisibleUsers() is called
- updated jar(s)

8 years agoRewrite (unfinished):
Roland Haeder [Fri, 16 Oct 2015 16:38:26 +0000 (18:38 +0200)]
Rewrite (unfinished):
- added beans for profile and profile modes
- added new template user_profile_link.xhtml for easy inclusion of profile links. Just handle over the whole User instance
- added new template profile_mode_selection_box.tpl for easy profile mode selection
- updated jar(s)

8 years agoContinued:
Roland Haeder [Fri, 16 Oct 2015 15:24:30 +0000 (17:24 +0200)]
Continued:
- rewrote div-set to full panel grid
- fixed link target
- added CSS class table_label
- ignored some strings for i18n
- updated jar(s)

8 years agoRenamed login/login_show_adressbook* -> user/show_addressbook* and maybe all language...
Roland Haeder [Fri, 16 Oct 2015 12:53:20 +0000 (14:53 +0200)]
Renamed login/login_show_adressbook* -> user/show_addressbook* and maybe all language strings?
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Fri, 16 Oct 2015 12:44:26 +0000 (14:44 +0200)]
Continued:
- added title for guest area in login_show_addressbook.xhtml (maybe be moved to user)
- fixed guest_title setting
- added missing i18n string
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years ago5 columns ...
Roland Haeder [Fri, 16 Oct 2015 12:23:03 +0000 (14:23 +0200)]
5 columns ...
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Fri, 16 Oct 2015 12:12:41 +0000 (14:12 +0200)]
Continued:
- added bean method isAddressbookLoaded()
- rewrote login_show_addressbook.xhtml to only show data when the id is valid
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoinit() doesn't work with guests, so forbid it here + used address book instance from...
Roland Haeder [Fri, 16 Oct 2015 11:36:30 +0000 (13:36 +0200)]
init() doesn't work with guests, so forbid it here + used address book instance from "share"
Signed-off-by:Roland Häder <roland@mxchange.org>

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

8 years agoadded missing i18n strings
Roland Haeder [Fri, 16 Oct 2015 10:51:40 +0000 (12:51 +0200)]
added missing i18n strings
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agomore linking of profile and address book
Roland Haeder [Fri, 16 Oct 2015 10:49:16 +0000 (12:49 +0200)]
more linking of profile and address book
Signed-off-by:Roland Häder <roland@mxchange.org>

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

8 years agoadded div class=para
Roland Haeder [Fri, 16 Oct 2015 10:23:26 +0000 (12:23 +0200)]
added div class=para
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agooutput address book status + added i18n strings
Roland Haeder [Fri, 16 Oct 2015 10:13:31 +0000 (12:13 +0200)]
output address book status + added i18n strings
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoshow some data for shared address books (with someone else)
Roland Haeder [Fri, 16 Oct 2015 09:47:44 +0000 (11:47 +0200)]
show some data for shared address books (with someone else)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoalso check sharingType on NULL here, too.
Roland Haeder [Fri, 16 Oct 2015 09:34:45 +0000 (11:34 +0200)]
also check sharingType on NULL here, too.
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agosorted members
Roland Haeder [Fri, 16 Oct 2015 09:30:22 +0000 (11:30 +0200)]
sorted members
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Fri, 16 Oct 2015 09:29:47 +0000 (11:29 +0200)]
Continued:
- added event for starting/ending sharing of address books, more observers can now easily join
- added started/ended observer which add/remove the share entry from the internal list
- added post-construct method init()
- method validateEvent() does the evnt validation process
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoMoved allShares() to proper bean
Roland Haeder [Fri, 16 Oct 2015 08:53:55 +0000 (10:53 +0200)]
Moved allShares() to proper bean
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoOpps, this needs to be back.
Roland Haeder [Fri, 16 Oct 2015 08:25:35 +0000 (10:25 +0200)]
Opps, this needs to be back.
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoFixed german umlauts and links + i18n strings
Roland Haeder [Fri, 16 Oct 2015 08:13:52 +0000 (10:13 +0200)]
Fixed german umlauts and links + i18n strings
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agono need for parameter (wrong anyway) because the bean is session-scoped
Roland Haeder [Fri, 16 Oct 2015 08:05:18 +0000 (10:05 +0200)]
no need for parameter (wrong anyway) because the bean is session-scoped
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Fri, 16 Oct 2015 07:50:22 +0000 (09:50 +0200)]
Continued:
- moved bean (controller) method startSharing() with some open TODOs to proper bean
- updated template accordingly
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoseperated user init and method invocation
Roland Haeder [Fri, 16 Oct 2015 06:50:56 +0000 (08:50 +0200)]
seperated user init and method invocation
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoNo parameter, as the current addressbookUser instance is used.
Roland Haeder [Thu, 15 Oct 2015 19:13:58 +0000 (21:13 +0200)]
No parameter, as the current addressbookUser instance is used.

8 years agoAdded missing language elements + target="_blank"
Roland Haeder [Thu, 15 Oct 2015 19:11:41 +0000 (21:11 +0200)]
Added missing language elements + target="_blank"

8 years agoadded bean method startSharing() with unfinished part
Roland Haeder [Thu, 15 Oct 2015 19:08:38 +0000 (21:08 +0200)]
added bean method startSharing() with unfinished part

8 years agoContinued:
Roland Haeder [Thu, 15 Oct 2015 18:38:28 +0000 (20:38 +0200)]
Continued:
- added page login_start_sharing_addressbook.xhtml with some experimental content (not tested)
- added their language strings
- added whole address book instance property to bean
- added bean method allUsersNotSharing()
- updated jar(s)

8 years agoAlso allow guest menu here, too.
Roland Haeder [Thu, 15 Oct 2015 17:44:58 +0000 (19:44 +0200)]
Also allow guest menu here, too.

8 years agoAdded missing parameter
Roland Haeder [Thu, 15 Oct 2015 17:44:19 +0000 (19:44 +0200)]
Added missing parameter

8 years agoImplemented isOwnAddressbook() and isOtherAddressbook()
Roland Haeder [Thu, 15 Oct 2015 17:42:11 +0000 (19:42 +0200)]
Implemented isOwnAddressbook() and isOtherAddressbook()

8 years agoorganized members
Roland Haeder [Thu, 15 Oct 2015 17:34:44 +0000 (19:34 +0200)]
organized members

8 years agorenamed methods
Roland Haeder [Thu, 15 Oct 2015 17:26:06 +0000 (19:26 +0200)]
renamed methods

8 years agoContinued:
Roland Haeder [Thu, 15 Oct 2015 17:22:48 +0000 (19:22 +0200)]
Continued:
- implemented observer that will update user's address book list
- updated jar(s)

8 years agoContinued:
Roland Haeder [Thu, 15 Oct 2015 16:51:13 +0000 (18:51 +0200)]
Continued:
- If the user account is public, also add it there
- Don't forget to initialize the map (NPE fixed)

8 years agoadded caching of those count requests (currently unfinished)
Roland Haeder [Thu, 15 Oct 2015 16:00:34 +0000 (18:00 +0200)]
added caching of those count requests (currently unfinished)

8 years agoContinued:
Roland Haeder [Thu, 15 Oct 2015 15:40:49 +0000 (17:40 +0200)]
Continued:
- use isUserLoggedIn() not userLoggedIn in templates, else it won't work!
- added bean method isGuest()
- ui:fragment or f:outputText? :-(
- added bean method countAllUserSharedAddressbooks()
- showed count of shared address books to guests

8 years agoadded log message
Roland Haeder [Thu, 15 Oct 2015 15:10:54 +0000 (17:10 +0200)]
added log message

8 years agoh:outputText can do the same as ui:fragment and is a better choice as ui:fragment...
Roland Haeder [Thu, 15 Oct 2015 15:06:18 +0000 (17:06 +0200)]
h:outputText can do the same as ui:fragment and is a better choice as ui:fragment is for repeated content

8 years agoContinued:
Roland Haeder [Thu, 15 Oct 2015 14:56:10 +0000 (16:56 +0200)]
Continued:
- renamed login_user_list.xhtml to more generic user_list.xhtml (it can be done)
- added debug logging

8 years agoorganized members and formatted project
Roland Haeder [Thu, 15 Oct 2015 14:36:30 +0000 (16:36 +0200)]
organized members and formatted project

8 years agoupdated jar(s)
Roland Haeder [Thu, 15 Oct 2015 14:22:24 +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:17:05 +0000 (15:17 +0200)]
Continued:
- added more fields, such as address book user (=owner), when it has been created
- added event observer method for when an address book has been loaded and forward that data to the bean
- added some (untested) output of the address book data
Signed-off-by:Roland Häder <roland@mxchange.org>