]> git.mxchange.org Git - pizzaservice-ejb.git/commit
Continued and discontinued:
authorRoland Häder <roland@mxchange.org>
Sat, 15 Apr 2017 21:57:41 +0000 (23:57 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 15 Apr 2017 21:57:41 +0000 (23:57 +0200)
commit84b81e29fe243cb5e0310bcc954baeba5ccecf5c
treedab0eba75482e2923666f3a2d695bc90155c878e
parentebb77915ee16c9170169e0be379b356703990582
Continued and discontinued:
- jshop-ejb and jshop-receipt-ejb had persistence unit files which would make
  it impossible to have two shops at the same system. Well, mostly not what you
  want because you want performance, but who knows?

Signed-off-by: Roland Häder <roland@mxchange.org>
17 files changed:
lib/gnu-jpdf/gnujpdf-1.7.0.jar [new file with mode: 0644]
lib/jproduct-core.jar [new file with mode: 0644]
lib/jshop-receipt-lib.jar [new file with mode: 0644]
lib/nblibraries.properties
nbproject/build-impl.xml
nbproject/project.properties
nbproject/project.xml
src/java/org/mxchange/pizzaservice/beans/checkout/CheckoutMessageBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaservice/model/basket/BasketSessionBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaservice/model/category/AdminCategorySessionBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaservice/model/category/CategorySessionBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaservice/model/customer/ShopCustomerSessionBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaservice/model/product/AdminProductSessionBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaservice/model/product/ProductSessionBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaservice/model/receipt/PdfReceiptSessionBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaservice/receipt/PdfReceiptBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaservice/receipt/ReceiptFactory.java [new file with mode: 0644]