]> git.mxchange.org Git - pizzaservice-war.git/commit
Refacturing:
authorRoland Haeder <roland@mxchange.org>
Wed, 2 Sep 2015 17:36:32 +0000 (19:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 2 Sep 2015 17:37:01 +0000 (19:37 +0200)
commit1475500d11ac0c20a0b9ba193c10e4601b9d50ed
tree63fe831d895bbb59d1fa24c3ff411d643c525d37
parent814e730a89739420773703a09d025f792ffc4f86
Refacturing:
- continue to throw all exceptions from PizzaServiceApplication to let the outer class handle them
- this allows more flexibility than before, e.g. a Swing application doesn't need to handle ServletException then, but can handle the exceptions by itself.
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/beans/controller/PizzaServiceBean.java