]> git.mxchange.org Git - pizzaservice-ejb.git/commit
Continued with customer EJB:
authorRoland Häder <roland@mxchange.org>
Mon, 25 Apr 2016 13:56:22 +0000 (15:56 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 25 Apr 2016 20:34:19 +0000 (22:34 +0200)
commit4d433c9d02ca266b2b88e091d02ec4c3cdc8025e
tree0655a9425962c61d030077d67a14e46b762c007d
parentf6242b695d974ab51c5523b9bfcdad16e6a2036e
Continued with customer EJB:
- added EJBs (general and administrative) with all business methods implemented, at least as stub (allCustomers() is finished)
- added new depencies jcustomer-core/jcustomer-lib

Signed-off-by: Roland Häder <roland@mxchange.org>
13 files changed:
lib/jcontacts-business-core.jar [new file with mode: 0644]
lib/jcustomer-core.jar [new file with mode: 0644]
lib/jcustomer-lib.jar [new file with mode: 0644]
lib/jmailer-ee.jar [new file with mode: 0644]
lib/jratecalc-core.jar [new file with mode: 0644]
lib/pizzaservice-core.jar [new file with mode: 0644]
lib/pizzaservice-mailer.jar [new file with mode: 0644]
nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml
src/java/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/model/customer/PizzaCustomerSessionBean.java [new file with mode: 0644]