]> git.mxchange.org Git - pizzaservice-war.git/commit - nbproject/faces-config.NavData
Refacturing towards JSF:
authorRoland Haeder <roland@mxchange.org>
Tue, 1 Sep 2015 13:26:42 +0000 (15:26 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 1 Sep 2015 13:28:15 +0000 (15:28 +0200)
commit41fceee4732f757e045650dbaab3908940e90ac4
tree819d312953c3da3b6cb083ecb272838f72f9ef07
parent4fe82c47c26af51851c7b0079b8c5798ca633e8d
Refacturing towards JSF:
- Well, this sucks a bit: getAvailableProducts() needs to return something that is Collection and not Iterator (which worked in JSP)
- Added initial index.xhtml and CSS layout for upcoming rewrite (origin: NetBeans)
- updated jcore/jshop

Signed-off-by:Roland Häder <roland@mxchange.org>
23 files changed:
lib/jcore.jar
lib/jshop.jar
nbproject/faces-config.NavData [new file with mode: 0644]
nbproject/project.properties
src/java/org/mxchange/pizzaapplication/application/PizzaApplication.java
src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java
src/java/org/mxchange/pizzaapplication/beans/controller/PizzaBean.java
src/java/org/mxchange/pizzaapplication/beans/controller/PizzaServiceBean.java
src/java/org/mxchange/pizzaapplication/filter/servlet/basket/BasketItemAddedFilter.java
src/java/org/mxchange/pizzaapplication/tags/basket/MiniBasketTag.java
web/WEB-INF/faces-config.xml [new file with mode: 0644]
web/WEB-INF/templates/base.tpl [new file with mode: 0644]
web/WEB-INF/templates/guest/guest_footer.tpl [new file with mode: 0644]
web/WEB-INF/templates/guest/guest_menu.tpl [new file with mode: 0644]
web/WEB-INF/web.xml
web/admin/category.jsp
web/admin/product.jsp
web/index.jsp
web/index.xhtml [new file with mode: 0644]
web/resources/css/cssLayout.css [new file with mode: 0644]
web/resources/css/default.css [new file with mode: 0644]
web/static/admin/admin_category_selection_box.jsp
web/static/admin/admin_parent_category_selection_box.jsp