]> git.mxchange.org Git - pizzaservice-war.git/log
pizzaservice-war.git
6 years agoupdated jar(s)
Roland Häder [Thu, 6 Jul 2017 19:53:02 +0000 (21:53 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoPlease cherry-pick:
Roland Häder [Thu, 6 Jul 2017 19:30:17 +0000 (21:30 +0200)]
Please cherry-pick:
- always call super() (one more found)
- sorted members

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoupdated jar(s)
Roland Häder [Thu, 6 Jul 2017 19:28:45 +0000 (21:28 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoPlease cherry-pick:
Roland Häder [Wed, 5 Jul 2017 22:05:13 +0000 (00:05 +0200)]
Please cherry-pick:
- rendered-attribute allows expression code, so optionally required password
  fields can be done on JSF side and not just on bean side.

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoPlease cherry-pick:
Roland Häder [Sat, 1 Jul 2017 10:12:15 +0000 (12:12 +0200)]
Please cherry-pick:
- don't have observer methods in interfaces around as interfaces on web beans
  (aka. controllers) are for direct method calls, not for CDI events
- added missing @Observes annotation

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agono shortcuts ...
Roland Häder [Mon, 26 Jun 2017 21:54:22 +0000 (23:54 +0200)]
no shortcuts ...

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Mon, 26 Jun 2017 21:50:33 +0000 (23:50 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoRewrite continued:
Roland Häder [Mon, 26 Jun 2017 21:43:34 +0000 (23:43 +0200)]
Rewrite continued:
- Now all project-specific abstract web beans (controllers) inherit from BaseFacesBean to have these nice showFacesMessage() methods.
- Also all project-specific abstract EJBs inherit now only BaseDataBean (one was missing in an old project)
- So, if you have a WAR project, inherit from BaseFacesBean, if you have an EJB project, inherit from BaseDatabaseBean

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Mon, 26 Jun 2017 21:19:45 +0000 (23:19 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Mon, 26 Jun 2017 20:09:52 +0000 (22:09 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Mon, 26 Jun 2017 19:47:45 +0000 (21:47 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Mon, 26 Jun 2017 18:59:57 +0000 (20:59 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Sun, 25 Jun 2017 18:32:08 +0000 (20:32 +0200)]
Please cherry-pick:
- always rely on "cached" lists rather than calling EJB for each request

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoit is an user-specific EJB name
Roland Häder [Sun, 25 Jun 2017 18:21:10 +0000 (20:21 +0200)]
it is an user-specific EJB name

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Sun, 25 Jun 2017 17:47:59 +0000 (19:47 +0200)]
Please cherry-pick:
- fixed outcome, must be now with prefix "user"

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Sun, 25 Jun 2017 17:25:35 +0000 (19:25 +0200)]
Please cherry-pick:
- sadly, Glassfish and Payara are both not so super-flexible to allow JNDI
  lookups in constructors. You have to either move that code to a @PostConstruct
  annotated method in bean (=controller) classes or do it on-demand.
- @PostConstruct, @Observes and so on are not processed outside beans, next
  "limitation" (or not wanted/intended/possible?).

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Sun, 25 Jun 2017 11:10:34 +0000 (13:10 +0200)]
Please cherry-pick:
- converted another div (class=table_row) to h:panelGroup
- well, I wanted here a "h:tableRow" or something, maybe one day I rewrite this

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Fri, 23 Jun 2017 22:54:07 +0000 (00:54 +0200)]
Please cherry-pick:
- no need for checking email address here, user-name is enough

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Fri, 23 Jun 2017 22:43:27 +0000 (00:43 +0200)]
Please cherry-pick:
- set missing user locale which is being taken from the currently set locale in
  localization controller

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agofixed outcome, must be prefixed with user_ for now
Roland Häder [Fri, 23 Jun 2017 22:21:10 +0000 (00:21 +0200)]
fixed outcome, must be prefixed with user_ for now

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated JNDI names
Roland Häder [Fri, 23 Jun 2017 22:01:23 +0000 (00:01 +0200)]
updated JNDI names

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated JNDI names
Roland Häder [Fri, 23 Jun 2017 21:50:11 +0000 (23:50 +0200)]
updated JNDI names

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Fri, 23 Jun 2017 21:49:33 +0000 (23:49 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Fri, 23 Jun 2017 21:38:51 +0000 (23:38 +0200)]
Please cherry-pick:
- opps, must be prefixed with "is_feature_" and suffixed with "_enabled"

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoshould be userResendConfirmationController to make it more clear
Roland Häder [Fri, 23 Jun 2017 21:35:48 +0000 (23:35 +0200)]
should be userResendConfirmationController to make it more clear

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoshould be userEmailChangeController now
Roland Häder [Fri, 23 Jun 2017 21:25:43 +0000 (23:25 +0200)]
should be userEmailChangeController now

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoshould be userRegistrationController now
Roland Häder [Fri, 23 Jun 2017 21:22:02 +0000 (23:22 +0200)]
should be userRegistrationController now

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Fri, 23 Jun 2017 20:32:02 +0000 (22:32 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 22 Jun 2017 20:52:09 +0000 (22:52 +0200)]
Please cherry-pick:
- New feature to allow users on registration entering no password. The
  application will then generate a random password for the user and also sends
  it in clear-text to the EJB (HTTPS is not meant here) so the bean can deliver
  it to the user.
- user registration page will now show proper messages for above feature
- removed obsolete template (seems to be still around?)
- ifBothPasswordsEmptyAllowed() implemented
- added missing i18n strings

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Fri, 23 Jun 2017 18:19:09 +0000 (20:19 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Thu, 22 Jun 2017 20:57:34 +0000 (22:57 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoDon't cherry-pick:
Roland Häder [Thu, 22 Jun 2017 19:58:44 +0000 (21:58 +0200)]
Don't cherry-pick:
- moved bean to proper package as it is user-specific registration
- fixed imports and method calls

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 22 Jun 2017 19:34:32 +0000 (21:34 +0200)]
Please cherry-pick:
- right keys now ...

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated web.xml
Roland Häder [Wed, 21 Jun 2017 18:21:57 +0000 (20:21 +0200)]
updated web.xml

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated project name and description
Roland Häder [Wed, 21 Jun 2017 18:11:05 +0000 (20:11 +0200)]
updated project name and description

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Wed, 21 Jun 2017 18:03:52 +0000 (20:03 +0200)]
Please cherry-pick:
- added missing context parameter "is_user_name_required"

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Sun, 11 Jun 2017 12:52:16 +0000 (14:52 +0200)]
Please cherry-pick:
- used more h:outputText instead of plainly adding text into the HTML component
- ids on ui:fragment are no good idea ...

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Sun, 11 Jun 2017 11:38:16 +0000 (13:38 +0200)]
Please cherry-pick:
- h:outputText was wrong where it should be h:panelGroup, now the guest menue is being shown again
- feature controller is no longer causing and then catching NPE (bad code style)
- sorted web.xml
- reformated some files

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Sat, 10 Jun 2017 20:48:01 +0000 (22:48 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoand one (?) more ...
Roland Häder [Sat, 10 Jun 2017 19:41:57 +0000 (21:41 +0200)]
and one (?) more ...

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoOpps ...
Roland Häder [Sat, 10 Jun 2017 19:37:54 +0000 (21:37 +0200)]
Opps ...

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Sat, 10 Jun 2017 19:08:21 +0000 (21:08 +0200)]
Please cherry-pick:
- using gender for Mr./Mrs. is plain wrong, now "personal title" and "academic
  title" are being used.

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Sat, 10 Jun 2017 12:46:00 +0000 (14:46 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Fri, 9 Jun 2017 22:47:16 +0000 (00:47 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agomoved generic methods to BaseBean
Roland Häder [Wed, 7 Jun 2017 20:50:01 +0000 (22:50 +0200)]
moved generic methods to BaseBean

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Wed, 7 Jun 2017 20:44:52 +0000 (22:44 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Tue, 6 Jun 2017 20:45:22 +0000 (22:45 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoContinued a bit:
Roland Häder [Sat, 3 Jun 2017 16:25:26 +0000 (18:25 +0200)]
Continued a bit:
- remote interface for resending confirmation link is now genweric in juser-lib
- updated method as checked exceptions are thrown
- updated copyright
- updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Sat, 3 Jun 2017 10:13:21 +0000 (12:13 +0200)]
Please cherry-pick:
- added missing German i18n keys

7 years agoPlease cherry-pick:
Roland Häder [Sat, 3 Jun 2017 10:36:21 +0000 (12:36 +0200)]
Please cherry-pick:
- replaced div with footer tag in all footer templates
- only load user(login) footer if user is really logged-in

7 years agoupdated jar(s)
Roland Häder [Thu, 27 Apr 2017 12:38:01 +0000 (14:38 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Thu, 27 Apr 2017 11:17:17 +0000 (13:17 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Tue, 25 Apr 2017 13:26:32 +0000 (15:26 +0200)]
Please cherry-pick:
- added on style class

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Tue, 25 Apr 2017 13:23:28 +0000 (15:23 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Tue, 25 Apr 2017 13:17:02 +0000 (15:17 +0200)]
Please cherry-pick:
- no recruiter here
- used h:outputText for wrapping text

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agotpzo fixed
Roland Häder [Tue, 25 Apr 2017 13:01:59 +0000 (15:01 +0200)]
tpzo fixed

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Tue, 25 Apr 2017 11:59:38 +0000 (13:59 +0200)]
Please cherry-pick:
- renamed cellphone -> mobile
- renamed carrier -> provider
- renamed phone* -> landLine*
- all more common over all (other) projects

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Tue, 25 Apr 2017 11:59:23 +0000 (13:59 +0200)]
Please cherry-pick:
- WARNING: You have to update project name, maybe one day this will be moved out
  to properties file?
- updated templates as they are long out-dated
- added missing templates, a lot new has been added

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Tue, 25 Apr 2017 11:38:29 +0000 (13:38 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agonope, panelGroup
Roland Häder [Tue, 25 Apr 2017 11:13:12 +0000 (13:13 +0200)]
nope, panelGroup

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Tue, 25 Apr 2017 11:05:57 +0000 (13:05 +0200)]
Please cherry-pick:
- added missing .footer (CSS id)
- added id="head" for h:head tag
- replaced large div with h:panelGrid

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agono recruiter here
Roland Häder [Sun, 23 Apr 2017 12:08:13 +0000 (14:08 +0200)]
no recruiter here

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Sun, 23 Apr 2017 11:19:32 +0000 (13:19 +0200)]
Please cherry-pick:
- updated design, now looks more modern

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Sat, 22 Apr 2017 20:04:26 +0000 (22:04 +0200)]
Please cherry-pick:
- Let's always call super constructor (not the default one, of course), maybe
  one day there will be something added
- sorted members a bit
- some constructors still contain EJB-lookup code, moved to init()
  (@PostConstruct) method

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoContinued:
Roland Häder [Sat, 22 Apr 2017 19:38:38 +0000 (21:38 +0200)]
Continued:
- no need to double-include footer, was an old left-over
- 'session-scoped' is better wording

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Fri, 21 Apr 2017 20:17:19 +0000 (22:17 +0200)]
Please cherry-pick:
- let's move EJB-lookup into post-construct method and out of constructors as
  this seems to tricker a bug in Glassfish:
  https://github.com/payara/Payara/issues/1035

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 19:58:46 +0000 (21:58 +0200)]
Please cherry-pick:
- passwords for account creation are now optional as random passwords can be
  generated
- added required-message for email-address and user name to not have such
  "strange" messages for the user

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 19:51:11 +0000 (21:51 +0200)]
Please cherry-pick:
- error messages for user name/email address

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 19:40:23 +0000 (21:40 +0200)]
Please cherry-pick:
- opps, table_left25_medium and table_left75_medium are not right

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 19:37:40 +0000 (21:37 +0200)]
Please cherry-pick:
- way to long, broke design

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 19:30:40 +0000 (21:30 +0200)]
Please cherry-pick:
- updated templates
- added missing template message_box_mini.tpl

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 19:15:18 +0000 (21:15 +0200)]
Please cherry-pick:
- used h:outputText to wrap text

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 19:08:57 +0000 (21:08 +0200)]
Please cherry-pick:
- used h:panelGroup instead of direct div tag, remember that JSF pages are WUIs
  (like GUIs)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 15:53:23 +0000 (17:53 +0200)]
Please cherry-pick:
- removed event-observing methods from interfaces as they should not be called
  from other beans, but only invoked when the specific event has been fired.
- remember these guide-lines:
  1) Use interface for type-hinting objects, not direct class name.
  2) All methods in interface are considered as callable (by you)
  3) If you still need public methods (like it is needed for @PostConstruct or
     @Observes) don't add that method to interface.
  4) This way, the interface is clean and simple (KISS), no exceptions (of,
     course thrown ...)!

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoplease copy a matching file from templates.dist and remove this dummy when you want...
Roland Häder [Thu, 20 Apr 2017 10:34:33 +0000 (12:34 +0200)]
please copy a matching file from templates.dist and remove this dummy when you want to create your JSF pages

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 09:29:15 +0000 (11:29 +0200)]
Please cherry-pick:
- let's get rid of all these debug messages

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agorenamed methods
Roland Häder [Thu, 20 Apr 2017 09:59:03 +0000 (11:59 +0200)]
renamed methods

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 09:14:04 +0000 (11:14 +0200)]
Please cherry-pick:
- XML header added
- admin_logout is now the outcome

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agotpzo fixed
Roland Häder [Thu, 20 Apr 2017 09:10:52 +0000 (11:10 +0200)]
tpzo fixed

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoInjection is not working in converters/validators as JavaEE is not so super-flexible ...
Roland Häder [Thu, 20 Apr 2017 08:45:37 +0000 (10:45 +0200)]
Injection is not working in converters/validators as JavaEE is not so super-flexible ...

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 08:39:51 +0000 (10:39 +0200)]
Please cherry-pick:
- don't get local logger here, local invokations are CDI, but here JNDI would be
  needed
- maybe old-feshioned System.out.println() ?

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 00:50:39 +0000 (02:50 +0200)]
Please cherry-pick:
- don't double-include this, already done by other template

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 00:42:52 +0000 (02:42 +0200)]
Please cherry-pick:
- much more cleanups

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 00:30:31 +0000 (02:30 +0200)]
Please cherry-pick:
- let's wrap all text in h:outputText

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoreally no more cellphone ... :-/ Let's hope it.
Roland Häder [Thu, 20 Apr 2017 00:20:36 +0000 (02:20 +0200)]
really no more cellphone ... :-/ Let's hope it.

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Thu, 20 Apr 2017 00:17:21 +0000 (02:17 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Thu, 20 Apr 2017 00:12:59 +0000 (02:12 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agorenaming this was a bad idea anyway ... let's keep it generic as "USER"
Roland Häder [Thu, 20 Apr 2017 00:10:33 +0000 (02:10 +0200)]
renaming this was a bad idea anyway ... let's keep it generic as "USER"

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated i18n strings (tons of)
Roland Häder [Thu, 20 Apr 2017 00:09:27 +0000 (02:09 +0200)]
updated i18n strings (tons of)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agofixed JNDI name, is case-sensitive ...
Roland Häder [Wed, 19 Apr 2017 23:49:08 +0000 (01:49 +0200)]
fixed JNDI name, is case-sensitive ...

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Wed, 24 Aug 2016 08:52:00 +0000 (10:52 +0200)]
Please cherry-pick:
- got rid of redundant hasFoos() as #{ no someController.allFoos().isEmpty()} works fine
- renamed controller method allMobileProvider() -> allMobileProviders()

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoTODO now to use JSF tag with regex
Roland Häder [Wed, 19 Apr 2017 23:31:48 +0000 (01:31 +0200)]
TODO now to use JSF tag with regex

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Wed, 19 Apr 2017 23:03:43 +0000 (01:03 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agorenamed to better names
Roland Häder [Wed, 19 Apr 2017 22:56:52 +0000 (00:56 +0200)]
renamed to better names

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoother projects will have more than one login, not just users (doLogin)
Roland Häder [Wed, 19 Apr 2017 22:31:52 +0000 (00:31 +0200)]
other projects will have more than one login, not just users (doLogin)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoother projects will have more than one login, not just users (Java files)
Roland Häder [Wed, 19 Apr 2017 22:29:13 +0000 (00:29 +0200)]
other projects will have more than one login, not just users (Java files)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agocellphone is history, now there is mobile ... ;-)
Roland Häder [Wed, 19 Apr 2017 22:23:36 +0000 (00:23 +0200)]
cellphone is history, now there is mobile ... ;-)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Wed, 19 Apr 2017 22:23:15 +0000 (00:23 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agofixed project names
Roland Häder [Wed, 19 Apr 2017 21:56:56 +0000 (23:56 +0200)]
fixed project names

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agono more .strings/bool package + added name fields/validator where missing
Roland Häder [Wed, 19 Apr 2017 21:40:32 +0000 (23:40 +0200)]
no more .strings/bool package + added name fields/validator where missing

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