]> git.mxchange.org Git - pizzaservice-war.git/commit
Continued with project:
authorRoland Haeder <roland@mxchange.org>
Fri, 14 Aug 2015 18:36:36 +0000 (20:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 14 Aug 2015 18:37:51 +0000 (20:37 +0200)
commit717821bf20ce358cf0a374ec1b9653515cd20bf2
tree8ec41ed327520046d84ce31d671434e6cdfea14e
parent8b2aec4791dfe5498f9fff0fc63b55a08ec73340
Continued with project:
- moved PizzaProduct to own package and created BaseProduct from it. This class and interface Product are possible candidates for jcore
- Added Apache commons jar (for new jcore changes for having a non-proprietary implementation of BASE64 encoding and decoding
- Added newly thrown exception CorruptedDatabaseFileException
- Ignored some strings for internationalization
- Id needs to be initialized with zero, not null
- Method toStoreable() has been fully rewritten to a more flexible solution
- Removed some deprecated/unused methods
Signed-off-by:Roland Häder <roland@mxchange.org>
20 files changed:
lib/commons-codec-1.10.jar [new file with mode: 0644]
lib/commons-codec-LICENSE.txt [new file with mode: 0644]
lib/log4j-LICENSE.txt [new file with mode: 0644]
nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml
src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java
src/java/org/mxchange/pizzaapplication/category/BaseCategory.java
src/java/org/mxchange/pizzaapplication/category/Category.java
src/java/org/mxchange/pizzaapplication/category/product/ProductCategory.java
src/java/org/mxchange/pizzaapplication/customer/bean/PizzaServiceCustomerBean.java
src/java/org/mxchange/pizzaapplication/database/frontend/category/CategoryFrontend.java
src/java/org/mxchange/pizzaapplication/database/frontend/category/PizzaCategoryDatabaseFrontend.java
src/java/org/mxchange/pizzaapplication/database/frontend/product/PizzaProductDatabaseFrontend.java
src/java/org/mxchange/pizzaapplication/database/frontend/product/ProductFrontend.java
src/java/org/mxchange/pizzaapplication/product/BaseProduct.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/product/PizzaProduct.java [deleted file]
src/java/org/mxchange/pizzaapplication/product/Product.java
src/java/org/mxchange/pizzaapplication/product/pizza/PizzaProduct.java [new file with mode: 0644]