]> git.mxchange.org Git - pizzaservice-war.git/commit
Continued with project:
authorRoland Haeder <roland@mxchange.org>
Wed, 12 Aug 2015 10:28:35 +0000 (12:28 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 12 Aug 2015 10:28:35 +0000 (12:28 +0200)
commit8e7f3f38af176d01d0cff04ff98b6ba84022ef4a
treea5a6a3550acf4d5dfb6b4cd03657fb820f57f33f
parent81ba2433d422f0873800ebfe65d64def6e30ad56
Continued with project:
- Moved some classes to proper location
- Removed no longer glassfish-specific character encoding, because ..
- Added filter for setting character encoding to UTF-8
- Added "data" directory + ignored all files in it
- Rewrote initialization of properties so the context parameter from web.xml can be used to set needed properties for jcore database backend. Still this is not so satifying, maybe the method needs to be moved to jcore?
Signed-off-by:Roland Häder <roland@mxchange.org>
13 files changed:
.gitignore
src/java/org/mxchange/pizzaapplication/BasePizzaServiceSystem.java
src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java
src/java/org/mxchange/pizzaapplication/database/frontend/product/PizzaProductDatabaseFrontend.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/database/frontend/product/ProductFrontend.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/database/product/PizzaProductDatabaseConstants.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/filter/http/BaseServletFilter.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/filter/http/utf8/Utf8HttpFilter.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/product/Product.java
src/java/org/mxchange/pizzaapplicationk/database/frontend/contact/PizzaProductDatabaseFrontend.java [deleted file]
src/java/org/mxchange/pizzaapplicationk/database/frontend/contact/ProductFrontend.java [deleted file]
web/WEB-INF/glassfish-web.xml
web/WEB-INF/web.xml