]> git.mxchange.org Git - pizzaservice-war.git/commit
Continued a bit with fixing:
authorRoland Häder <roland@mxchange.org>
Sun, 6 Aug 2017 19:37:03 +0000 (21:37 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 6 Aug 2017 19:37:03 +0000 (21:37 +0200)
commita1d657f75d14660f06bf81db56111f83def8c0c6
treef56f740c5e07f2265db4fae97dfbc5d9ef3236b8
parent59b0b2a19a873eb5c593e29ba3bcccb8848bd1cf
Continued a bit with fixing:
- added missing method isRequiredPersonalDataSet() to administrative contact
  controller
- removed more methods from interfaces which are for JSF views only
- moved JNDI lookup into PostConstruct-annotated method, still not really
  fixing it as this will be invoked on construction of bean instances (in web
  container). This later really needs to be rewritten to a service-locator
  approach
- added observer method afterCustomerCreatedEvent() which will wait for events
  being fired when a customer instance has been created
- JSF views should normally not have HTML declaration, but Mojarra has a long
  outstanding bug that will not render doctype when the declaration is in the
  "master" template (see WEB-INF/templates/base.tpl)

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaAdminContactWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaAdminContactWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaAdminCustomerWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaAdminCustomerWebRequestController.java
web/WEB-INF/web.xml
web/admin/customer/admin_customer_list.xhtml
web/basket.xhtml
web/customer/checkout.xhtml
web/customer/checkout2.xhtml
web/customer/checkout_done.xhtml
web/customer/empty_basket.xhtml