]> git.mxchange.org Git - pizzaservice-war.git/log
pizzaservice-war.git
8 years agoContinued again with customer:
Roland Häder [Wed, 27 Apr 2016 09:17:27 +0000 (11:17 +0200)]
Continued again with customer:
- added missing method selectableContacts()
- added missing doc-tag
- better show names and id number, not object

8 years agoContinued with customer:
Roland Häder [Wed, 27 Apr 2016 09:13:37 +0000 (11:13 +0200)]
Continued with customer:
- opps, tpyo fixed in class name
- added observing method if an administrator has added a customer

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agorenamed i18n string and added it
Roland Häder [Wed, 27 Apr 2016 08:57:07 +0000 (10:57 +0200)]
renamed i18n string and added it

8 years agoRefactured a lot:
Roland Häder [Wed, 27 Apr 2016 08:54:32 +0000 (10:54 +0200)]
Refactured a lot:
- administrative controller are request-scoped, therefor their "cached" lists are never cached for a longer time. So all lists has to be moved to general controllers
- added new general customer bean for above refacturing

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoMinor: only contact entries/data is being listed, not complete "contacts" (user-persp...
Roland Häder [Wed, 27 Apr 2016 07:44:45 +0000 (09:44 +0200)]
Minor: only contact entries/data is being listed, not complete "contacts" (user-perspective)

8 years agoRenamed + added missing language strings
Roland Häder [Wed, 27 Apr 2016 07:36:19 +0000 (09:36 +0200)]
Renamed + added missing language strings

8 years agoContinued with contacts:
Roland Häder [Wed, 27 Apr 2016 06:52:40 +0000 (08:52 +0200)]
Continued with contacts:
- added hasContacts() / allContacts()
- listing of contacts started, maybe later add a method that checks where the contact is being used and returns a message key?

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a lot more:
Roland Häder [Tue, 26 Apr 2016 15:57:13 +0000 (17:57 +0200)]
Continued a lot more:
- added ability to link any contact with user and/or customer accounts (later is unfinished)
- to make thism working, a controller method selectableContacts() is needed (cached)
- also the event for administrators adding users (customers missing!) must be observed to remove contact from selectable list
- because of the above, the HTML form can no longer validate required="true", it must be done by the controller (ugly exceptions for now)
- some beans/controllers loaded/injected
- added missing i18n strings
- fixed some exception messages
- ignored strings for i18n
- changed CSS class in admin area pages from small to medium (needs more space)
- removed double underscore (one removed)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agocatch newly thrown exception
Roland Häder [Tue, 26 Apr 2016 13:36:55 +0000 (15:36 +0200)]
catch newly thrown exception

8 years agoContinued with adding customers:
Roland Häder [Tue, 26 Apr 2016 09:45:23 +0000 (11:45 +0200)]
Continued with adding customers:
- addCustomer() is now "basicly finished"
- it fires an event when a new customer has been added

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with customer:
Roland Häder [Mon, 25 Apr 2016 16:19:28 +0000 (18:19 +0200)]
Continued with customer:
- injected administrative contact controller
- added unfinished implementation of addCustomer()
- added private isCustomerDataSet()
- localContact was wrong here
- personal data is now together (better overview)
- added createContactInstance()

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoSome rewrites:
Roland Häder [Mon, 25 Apr 2016 15:27:31 +0000 (17:27 +0200)]
Some rewrites:
- use customer's own templates (maybe needs changing, unfinished work)
- fixed some i18n strings + added some missing

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated (maybe not cherry-pick this)
Roland Haeder [Wed, 27 Apr 2016 20:02:15 +0000 (22:02 +0200)]
updated (maybe not cherry-pick this)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agofixed JNDI name
Roland Häder [Mon, 25 Apr 2016 14:17:00 +0000 (16:17 +0200)]
fixed JNDI name

8 years agoContinued with administrative customer stuff:
Roland Häder [Mon, 25 Apr 2016 13:37:38 +0000 (15:37 +0200)]
Continued with administrative customer stuff:
- added loading of full customer list on post-init phase
- added EJB (remote interface) for calling customer business methods
- added new depencies jcustomer-core/jcustomer-lib

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with administrative customer bean:
Roland Häder [Mon, 25 Apr 2016 13:07:17 +0000 (15:07 +0200)]
Continued with administrative customer bean:
- added request-scoped administrative customer bean
- minor: better wording
- updated navigation data file

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoOpps, wrong outcome and path
Roland Häder [Mon, 25 Apr 2016 12:55:17 +0000 (14:55 +0200)]
Opps, wrong outcome and path

8 years agoadded customer pages (may be cherry-picked to pizzaservice)
Roland Häder [Mon, 25 Apr 2016 12:34:37 +0000 (14:34 +0200)]
added customer pages (may be cherry-picked to pizzaservice)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agofixed my email address
Roland Häder [Mon, 25 Apr 2016 11:42:26 +0000 (13:42 +0200)]
fixed my email address

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Wed, 27 Apr 2016 19:47:01 +0000 (21:47 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Tue, 26 Apr 2016 17:10:44 +0000 (19:10 +0200)]
updated jar(s)

8 years agoadded admin_contact_list.xhtml + navigation rule
Roland Häder [Fri, 22 Apr 2016 16:05:43 +0000 (18:05 +0200)]
added admin_contact_list.xhtml + navigation rule

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agocleaned up strings (they got back by merge) + added missing (last 2!)
Roland Häder [Fri, 22 Apr 2016 16:05:22 +0000 (18:05 +0200)]
cleaned up strings (they got back by merge) + added missing (last 2!)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with rewriting:
Roland Häder [Fri, 22 Apr 2016 14:20:11 +0000 (16:20 +0200)]
Continued with rewriting:
- rewrote to ContactUtils.updateFooNumber()
- added missing attributes for above functions
- added check for contactId against null
- fixed converter (must be ContactConverter) + instance from helper
- edit_contact title is now a pattern with id number as only parameter
- adminUserController was wrong, use adminContactController for contact-relevant stuff
- added missing i18n strings

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with rewriting:
Roland Haeder [Fri, 22 Apr 2016 13:54:24 +0000 (15:54 +0200)]
Continued with rewriting:
- rewrote to ContactUtils.updateFooNumber()
- added missing attributes for above functions
- added check for contactId against null
- fixed converter (must be ContactConverter) + instance from helper

8 years agoContinued a bit:
Roland Häder [Fri, 22 Apr 2016 07:52:57 +0000 (09:52 +0200)]
Continued a bit:
- added observer method afterAdminUpdatedContactDataEvent() to update contact and email lists
- no contact list in admin controller as the same exists in general controller
- imports cleaned up

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Sat, 23 Apr 2016 10:09:12 +0000 (12:09 +0200)]
updated jar(s)

8 years agoContinued a bit:
Roland Haeder [Thu, 21 Apr 2016 20:19:34 +0000 (22:19 +0200)]
Continued a bit:
- return type is now updated contact instance
- fixed class/interface imports

8 years agoupdated jar(s)
Roland Haeder [Thu, 21 Apr 2016 20:10:07 +0000 (22:10 +0200)]
updated jar(s)

8 years agoContinued with contact data editing (admin):
Roland Häder [Thu, 21 Apr 2016 16:02:05 +0000 (18:02 +0200)]
Continued with contact data editing (admin):
- added instance to helper
- renamed editFooData() to changeFooData()
- added handling contactId
- added form (with include)
- added method copyContactToController()
- added admin helper injection

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContined a bit:
Roland Häder [Thu, 21 Apr 2016 13:44:26 +0000 (15:44 +0200)]
Contined a bit:
- added check if user name is already in use
- fixed German umlauts
- better wording

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAdded redirect outcome + updated jar(s)
Roland Häder [Thu, 21 Apr 2016 12:38:35 +0000 (14:38 +0200)]
Added redirect outcome + updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContiuned with editing user data/rewrites:
Roland Häder [Thu, 21 Apr 2016 11:55:57 +0000 (13:55 +0200)]
Contiuned with editing user data/rewrites:
- implemented editUserData() for when admin updates user data
- implemented listener for when a user updates personal data
- added private method updateList() for updating admin's user list
- updateUserPersonalData() now returns updated user instance (detached!)
- fired event when user updates personal data

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agodon't chgange email address in edit mode
Roland Häder [Thu, 21 Apr 2016 10:23:31 +0000 (12:23 +0200)]
don't chgange email address in edit mode

8 years agoupdated jar(s)
Roland Haeder [Thu, 21 Apr 2016 18:08:48 +0000 (20:08 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued:
Roland Häder [Thu, 21 Apr 2016 09:30:51 +0000 (11:30 +0200)]
Continued:
- template 'admin_form_user_data' requires parameter 'mode'.
- added missing i18n strings

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded div around admin_edit_user form + added missing i18n strings
Roland Häder [Thu, 21 Apr 2016 08:50:49 +0000 (10:50 +0200)]
added div around admin_edit_user form + added missing i18n  strings

8 years agoRemoved all clear() methods in request-scoped beans as it makes no sense to clear...
Roland Häder [Thu, 21 Apr 2016 08:45:09 +0000 (10:45 +0200)]
Removed all clear() methods in request-scoped beans as it makes no sense to clear them.

8 years agoContinued:
Roland Häder [Thu, 21 Apr 2016 08:38:05 +0000 (10:38 +0200)]
Continued:
- splitted admin user form template into user and contact
- used that new admin user form template for editing user data
- added controller method editUserData()
- renamed relevant language keys (as they are not just for adding users)

8 years agoFixed EJB JNDI names.
Roland Haeder [Wed, 20 Apr 2016 18:07:18 +0000 (20:07 +0200)]
Fixed EJB JNDI names.

8 years agoContinued a bit:
Roland Häder [Wed, 20 Apr 2016 15:09:16 +0000 (17:09 +0200)]
Continued a bit:
- All optional data is now checked with "instanceof"
- added logging messages (direct output)
- maybe put the copy command here? (was not called)
- ignored strings for i18n

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUsed new "contact-added event"
Roland Häder [Wed, 20 Apr 2016 14:53:24 +0000 (16:53 +0200)]
Used new "contact-added event"

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a bit:
Roland Häder [Wed, 20 Apr 2016 14:45:09 +0000 (16:45 +0200)]
Continued a bit:
- moved all admin controllers from session-scope to request-scope
- renamed them, too

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoInjected contact controller as now stuff around contacts are done there, not in user.
Roland Haeder [Wed, 20 Apr 2016 17:42:19 +0000 (19:42 +0200)]
Injected contact controller as now stuff around contacts are done there, not in user.

8 years agoupdated jar(s)
Roland Haeder [Wed, 20 Apr 2016 17:37:34 +0000 (19:37 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with refacturing:
Roland Häder [Wed, 20 Apr 2016 14:15:51 +0000 (16:15 +0200)]
Continued with refacturing:
- added new controller for contact (general + admin)
- removed all contact-related stuff from user controller (as there are specific ones)
- login_data_saved splitted into login_user_data_saved and login_contact_data_saved
- fixed relevant temnplates (contact controller)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoFixed German umlauts + updated jar(s)
Roland Häder [Wed, 20 Apr 2016 09:38:58 +0000 (11:38 +0200)]
Fixed German umlauts + updated jar(s)

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoRenamed controller as all controllers must have suffix "Controller" (naming convention)
Roland Häder [Tue, 19 Apr 2016 08:34:11 +0000 (10:34 +0200)]
Renamed controller as all controllers must have suffix "Controller" (naming convention)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with refacturing:
Roland Häder [Tue, 19 Apr 2016 15:55:11 +0000 (17:55 +0200)]
Continued with refacturing:
- added general admin helper for just holding objects
- used that new helper for user instance to have auto-completition back
- updated properties

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded view parameter 'userId' (mostly from URL)
Roland Häder [Tue, 19 Apr 2016 15:45:06 +0000 (17:45 +0200)]
added view parameter 'userId' (mostly from URL)

8 years agoupdated jar(s)
Roland Haeder [Tue, 19 Apr 2016 17:39:47 +0000 (19:39 +0200)]
updated jar(s)

8 years agoUse other (new) exception
Roland Häder [Tue, 19 Apr 2016 12:35:20 +0000 (14:35 +0200)]
Use other (new) exception

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAdded check for parameter, to make sure only valid can pass
Roland Häder [Tue, 19 Apr 2016 12:26:24 +0000 (14:26 +0200)]
Added check for parameter, to make sure only valid can pass

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoonly user data is being edited, not the whole account.
Roland Haeder [Tue, 19 Apr 2016 17:33:11 +0000 (19:33 +0200)]
only user data is being edited, not the whole account.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agothese fields are optional
Roland Häder [Tue, 19 Apr 2016 08:36:11 +0000 (10:36 +0200)]
these fields are optional

8 years agoAdded class names in log message
Roland Häder [Tue, 19 Apr 2016 08:30:13 +0000 (10:30 +0200)]
Added class names in log message

8 years agoContinued a bit:
Roland Haeder [Mon, 18 Apr 2016 20:28:43 +0000 (22:28 +0200)]
Continued a bit:
- added template for showing "add_contact_cellphone" form or show contact's cellphone data
- added form template for above thing
- fixed some XML name spaces (to .org)
- fixed error message output in some templates

8 years agoAdded page (dummy) for editing contact data
Roland Haeder [Mon, 18 Apr 2016 20:03:23 +0000 (22:03 +0200)]
Added page (dummy) for editing contact data

8 years agobetter store the user instance locally than as property. well, now auto-complete...
Roland Haeder [Mon, 18 Apr 2016 19:50:49 +0000 (21:50 +0200)]
better store the user instance locally than as property. well, now auto-complete cannot help here anymore. :-(

8 years agomoved user instance to admin controller as this is the right one for this purpose
Roland Haeder [Mon, 18 Apr 2016 19:36:41 +0000 (21:36 +0200)]
moved user instance to admin controller as this is the right one for this purpose

8 years agoContinued a bit:
Roland Haeder [Mon, 18 Apr 2016 19:18:42 +0000 (21:18 +0200)]
Continued a bit:
- Use Objects.equals() as it is more safe (NPE-free)
- add updated user instance to full admin list

8 years agoFinished with event triggered when admin adds a new user + ignored some strings for...
Roland Haeder [Mon, 18 Apr 2016 19:12:20 +0000 (21:12 +0200)]
Finished with event triggered when admin adds a new user + ignored some strings for i18n

8 years agoFixed getter calls, the new ones are more descriptive.
Roland Haeder [Mon, 18 Apr 2016 18:59:42 +0000 (20:59 +0200)]
Fixed getter calls, the new ones are more descriptive.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoControllers should always have "Controller" as suffix in name
Roland Häder [Mon, 18 Apr 2016 15:14:52 +0000 (17:14 +0200)]
Controllers should always have "Controller" as suffix in name

8 years agoFixed German umlauts (closed a lot internal TODOs)
Roland Häder [Mon, 18 Apr 2016 15:35:16 +0000 (17:35 +0200)]
Fixed German umlauts (closed a lot internal TODOs)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a bit:
Roland Häder [Mon, 18 Apr 2016 16:08:12 +0000 (18:08 +0200)]
Continued a bit:
- added event for added user accounts (by admin)
- updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Mon, 18 Apr 2016 18:41:58 +0000 (20:41 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoCorrect controller
Roland Haeder [Sun, 17 Apr 2016 18:27:28 +0000 (20:27 +0200)]
Correct controller

8 years agoglobal commit: changed name space to jcp.org as this is seems to be lesser proprietary?
Roland Haeder [Sun, 17 Apr 2016 17:07:40 +0000 (19:07 +0200)]
global commit: changed name space to jcp.org as this is seems to be lesser proprietary?

8 years agoneed to add language stuff in every page. :-( Maybe one day there is a better solutio...
Roland Haeder [Sun, 17 Apr 2016 16:54:54 +0000 (18:54 +0200)]
need to add language stuff in every page. :-( Maybe one day there is a better solution (generic files)

8 years agoneed to add language stuff in every page. :-( Maybe one day there is a better solutio...
Roland Haeder [Sun, 17 Apr 2016 16:54:13 +0000 (18:54 +0200)]
need to add language stuff in every page. :-( Maybe one day there is a better solution (project-specific files)

8 years agoPrevent NPE
Roland Haeder [Sun, 17 Apr 2016 16:45:29 +0000 (18:45 +0200)]
Prevent NPE

8 years agoadded needed div for having a nice CSS box around the administrative links
Roland Haeder [Sun, 17 Apr 2016 15:52:56 +0000 (17:52 +0200)]
added needed div for having a nice CSS box around the administrative links

8 years agoRenamed strings for better wording
Roland Haeder [Sun, 17 Apr 2016 15:49:02 +0000 (17:49 +0200)]
Renamed strings for better wording

8 years agoContinued:
Roland Haeder [Sun, 17 Apr 2016 15:37:32 +0000 (17:37 +0200)]
Continued:
- renamed bean/controller as they are session-scoped, else all admins will use the same
- fixed object->id converting (opps, forgot it)

8 years agoupdated jar(s)
Roland Haeder [Sun, 17 Apr 2016 15:27:14 +0000 (17:27 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoA JSF tag needs to be id-ed, not a regular div tag.
Roland Haeder [Sun, 17 Apr 2016 14:58:18 +0000 (16:58 +0200)]
A JSF tag needs to be id-ed, not a regular div tag.

8 years agoOpps ...
Roland Haeder [Sun, 17 Apr 2016 14:51:25 +0000 (16:51 +0200)]
Opps ...

8 years agoMoved generic templates/page files to sub folders for re-organization.
Roland Haeder [Sun, 17 Apr 2016 14:48:08 +0000 (16:48 +0200)]
Moved generic templates/page files to sub folders for re-organization.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoMoved category/product pages/templates to corresponding sub folders (re-organizing)
Roland Haeder [Sun, 17 Apr 2016 14:34:31 +0000 (16:34 +0200)]
Moved category/product pages/templates to corresponding sub folders (re-organizing)

8 years agoThis bean cannot be singleton as more than one admin may be logged in. It should...
Roland Haeder [Sun, 17 Apr 2016 14:27:34 +0000 (16:27 +0200)]
This bean cannot be singleton as more than one admin may be logged in. It should also be initialized normally.

8 years agoContinued with admin area:
Roland Haeder [Sun, 17 Apr 2016 13:51:08 +0000 (15:51 +0200)]
Continued with admin area:
- added a lot new administrative pages for contact's cellphone, mobile provider and user
- used templates for repeated content
- added a lot new language strings
- added converter for contacts and cellphone
- added new project dependency jcontacts-lib.jar
- updated some older (hope, it doesn't conflict)
- added mini-navigation CSS classes

8 years agoupdated jar(s)
Roland Haeder [Sun, 17 Apr 2016 11:42:02 +0000 (13:42 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agovery noisy debug lines commented out
Roland Haeder [Fri, 15 Apr 2016 18:23:45 +0000 (20:23 +0200)]
very noisy debug lines commented out

8 years agovery noisy debug lines commented out
Roland Haeder [Fri, 15 Apr 2016 18:21:38 +0000 (20:21 +0200)]
very noisy debug lines commented out

8 years agofixed #tpyo in language string key
Roland Haeder [Thu, 14 Apr 2016 19:50:22 +0000 (21:50 +0200)]
fixed #tpyo in language string key

8 years agoContinued a bit:
Roland Haeder [Thu, 14 Apr 2016 19:49:43 +0000 (21:49 +0200)]
Continued a bit:
- user list is now "basicly finished"
- added monitoring script for cron-job based monitoring

8 years agoupdated jar(s)
Roland Haeder [Thu, 14 Apr 2016 15:27:16 +0000 (17:27 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with adding features:
Roland Haeder [Thu, 14 Apr 2016 13:36:04 +0000 (15:36 +0200)]
Continued with adding features:
- merged add_user into list_user as other admin pages are constructed same way
- introduced mobile selection "box" template with target controller to not have the same form all over again
- added both regular and administrative controller with interface for administrative functionality for mobile providers
- rewrote try-catch block: only the actual method call that throws the checked exception should be included in the try block
- return actual list and not an unmodifiable version
- added templates for list/edit/delete mobile providers (admin area)
- listing of mobile providers should be okay now ("basicly finished")
- renamed variable to make it more clear (mobile provider)
- adding new mobile providers "basicly finished", still some improvements (avoid ugly exception output) may be required
- added a lot new language strings + removed "add_user" from merger

8 years agoupdated jar(s)
Roland Haeder [Thu, 14 Apr 2016 13:19:28 +0000 (15:19 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoA bit cleanup and introduced private method:
Roland Haeder [Wed, 13 Apr 2016 21:28:04 +0000 (23:28 +0200)]
A bit cleanup and introduced private method:
- introduced clear() to cleanup after adding user
- Fields such as userId and so are not right in this bean
- got rid of add_user as this can be merged with list_user as many other pages are constructed like this, too

8 years agoUpdated jar(s)
Roland Haeder [Wed, 13 Apr 2016 21:03:32 +0000 (23:03 +0200)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAlso check for null, if the form fields are not given
Roland Haeder [Wed, 13 Apr 2016 20:57:33 +0000 (22:57 +0200)]
Also check for null, if the form fields are not given

8 years agoBetter check the parameter on missing (but important) stuff
Roland Haeder [Wed, 13 Apr 2016 20:38:39 +0000 (22:38 +0200)]
Better check the parameter on missing (but important) stuff

8 years agoSplit of shop controller into category and product
Roland Haeder [Wed, 13 Apr 2016 20:10:40 +0000 (22:10 +0200)]
Split of shop controller into category and product

8 years agoBetter return same object as other controllers may want to modify (add/change/delete...
Roland Haeder [Wed, 13 Apr 2016 17:04:58 +0000 (19:04 +0200)]
Better return same object as other controllers may want to modify (add/change/delete) it.

8 years agoupdated jar(s)
Roland Haeder [Tue, 12 Apr 2016 21:59:26 +0000 (23:59 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoMade administrative product list cached to save EJB calls.
Roland Haeder [Tue, 12 Apr 2016 21:52:34 +0000 (23:52 +0200)]
Made administrative product list cached to save EJB calls.

8 years agofixed JNDI names
Roland Haeder [Tue, 12 Apr 2016 20:46:57 +0000 (22:46 +0200)]
fixed JNDI names

8 years agomoved classes to proper package
Roland Haeder [Tue, 12 Apr 2016 20:43:15 +0000 (22:43 +0200)]
moved classes to proper package