]> git.mxchange.org Git - pizzaservice-war.git/commit
No, putting these methods into admin (request-scoped) controller is not good as no...
authorRoland Häder <roland@mxchange.org>
Fri, 6 May 2016 10:27:44 +0000 (12:27 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 7 May 2016 14:24:46 +0000 (16:24 +0200)
commitacbbcfc107b8963fdfe4c9e9d5308c29b3c4bca7
tree1d9a190094b9cc60f281630de2936fe8aec506d9
parentdc5da1e818df1e1a79689ed5aba5af036efc9a4d
No, putting these methods into admin (request-scoped) controller is not good as no caching takes place. Better put them into session-scoped controllers to have caching possible. Please cherry-pick and keep recruiter-stuff out of other projects.

Signed-off-by: Roland Häder <roland@mxchange.org>
13 files changed:
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaAdminContactWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaAdminContactWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaContactWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaContactWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/helper/PizzaAdminWebRequestHelper.java
src/java/org/mxchange/pizzaapplication/beans/profile/PizzaUserProfileWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/register/PizzaUserRegisterWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaUserWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaUserWebSessionController.java
web/admin/contact/admin_contact_list.xhtml
web/admin/user/admin_user_list.xhtml