]> git.mxchange.org Git - pizzaservice-war.git/commit
Continued with project:
authorRoland Haeder <roland@mxchange.org>
Thu, 13 Aug 2015 08:41:26 +0000 (10:41 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 13 Aug 2015 13:36:11 +0000 (15:36 +0200)
commit44730f88dd8248d9d433ec664a7416c194806572
treed9540aa344c2471c2522eda803c391d0991aa5ea
parentac5e656620924ab0a81b244fbf4cbfe11145ef59
Continued with project:
- Added new frontend class and interface for categories + rewritings
- Used <c:forEach> instead of for-loop where possible, else a while() loop has to be used with iterator.hasNext() and iterator.next()

Signed-off-by:Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java
src/java/org/mxchange/pizzaapplication/category/Category.java
src/java/org/mxchange/pizzaapplication/database/frontend/category/CategoryFrontend.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/database/frontend/category/PizzaCategoryDatabaseFrontend.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/database/frontend/product/PizzaProductDatabaseFrontend.java
web/finished.jsp
web/form_handler/do_preview.jsp
web/index.jsp
web/preview.jsp