]> git.mxchange.org Git - pizzaservice-war.git/commit
Refacturing towards JSF/EJB:
authorRoland Haeder <roland@mxchange.org>
Thu, 3 Sep 2015 11:38:58 +0000 (13:38 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 3 Sep 2015 11:41:28 +0000 (13:41 +0200)
commit94975138460e99c05dac20bb1681d586694cfe2c
treeb685c99bc2096b8a94812305d01c6bc8a238cead
parent30b1356c95058fcc5e0da0ec31827d7fb919d1f3
Refacturing towards JSF/EJB:
- renamed and prepared JSPs to XHTML (JSF)
- updated jcore, jsfcore and jshop
- added own validator for privacy/terms checkboxes
- still the "mini basket" is not functional yet, maybe it will come as a template?
- introduced guest_base.tpl for all "guest" pages
Signed-off-by:Roland Häder <roland@mxchange.org>
26 files changed:
lib/jcore.jar
lib/jsfcore.jar
lib/jshop.jar
src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java
web/WEB-INF/faces-config.xml
web/WEB-INF/templates.dist/guest_page.xhtml
web/WEB-INF/templates/base.tpl
web/WEB-INF/templates/generic/gender_selection_box.tpl [new file with mode: 0644]
web/WEB-INF/templates/guest/guest_base.tpl [new file with mode: 0644]
web/WEB-INF/templates/guest/guest_login_form.tpl [new file with mode: 0644]
web/WEB-INF/templates/guest/guest_menu.tpl
web/WEB-INF/web.xml
web/customer/login.jsp [deleted file]
web/customer/login.xhtml [new file with mode: 0644]
web/customer/lost_passwd.jsp [deleted file]
web/customer/lost_passwd.xhtml [new file with mode: 0644]
web/customer/register.jsp [deleted file]
web/customer/register.xhtml [new file with mode: 0644]
web/imprint.xhtml
web/index.xhtml
web/privacy.xhtml
web/resources/css/cssLayout.css
web/resources/css/default.css
web/static/forms/form_login.jsp [deleted file]
web/static/gender_selection_box.jsp [deleted file]
web/terms.xhtml