]> git.mxchange.org Git - pizzaservice-war.git/commit
Continued with project:
authorRoland Haeder <roland@mxchange.org>
Tue, 18 Aug 2015 04:59:47 +0000 (06:59 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 18 Aug 2015 04:59:47 +0000 (06:59 +0200)
commite51a9407d63e9330c47aba69945352ff599d8840
tree4ef6bd57db6abedecf37b41005ae844a0fdb02f3
parente63eecc2d76ca192a269844ef246b1ac7a696361
Continued with project:
- started to rewrite to a more flexible solution: a general item basket that will accept OrderableItem instances
- added parameter "type" for upcoming basket feature
- renamed "choose" to "id", this old thing will be completely rewritten
- added new script "add_item.jsp"
- added some more CSS for footer navigation
- Accessing the JSPs directly may not be a good idea, better is to have aliases (more about that later)
- added generic interface OrderableItem and BasketItem class (unfinished)
- added links in footer.jsp for new pages "privacy.jsp", "terms.jsp" and "imprint.jsp"
- using JSTL "fmt" for formatting currency values
- added project's license "GPL3"
Signed-off-by:Roland Häder <roland@mxchange.org>
13 files changed:
nbproject/project.properties
src/java/org/mxchange/pizzaapplication/application/PizzaApplication.java
src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java
src/java/org/mxchange/pizzaapplication/item/BaseItem.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/item/OrderableItem.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/item/basket/BasketItem.java [new file with mode: 0644]
web/form_handler/add_item.jsp [new file with mode: 0644]
web/imprint.jsp [new file with mode: 0644]
web/index.jsp
web/static/admin/menu.jsp
web/static/footer.jsp
web/static/menu.jsp
web/style.css