]> git.mxchange.org Git - pizzaservice-war.git/commit
Continued with project:
authorRoland Haeder <roland@mxchange.org>
Thu, 13 Aug 2015 07:37:43 +0000 (09:37 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 13 Aug 2015 13:35:40 +0000 (15:35 +0200)
commit3378a51117b7345528f3433dc7bcb25b5d10d6ba
tree095c131428082d5026250aff4bfadde58b03dff6
parentb2f1100d1d04240635e1f9ab09c52b7cc5e4ded7
Continued with project:
- Added menu item (and JSP) for categories
- Renamed JSP to get rid of plural
- Started with refactoring of application, the whole product (and now category) list would be kept in RAM which is far to much wasting
- Got rid of getUnmarkedProducts(), better use generic getProducts()
Signed-off-by:Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/application/PizzaApplication.java
src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java
src/java/org/mxchange/pizzaapplication/category/Category.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/product/PizzaProduct.java
src/java/org/mxchange/pizzaapplication/product/Product.java
web/admin/category.jsp [new file with mode: 0644]
web/admin/product.jsp [new file with mode: 0644]
web/admin/products.jsp [deleted file]
web/index.jsp
web/preview.jsp
web/static/admin/menu.jsp