]> git.mxchange.org Git - pizzaservice-war.git/log
pizzaservice-war.git
8 years agoAdded NetBeans project files + debug message
Roland Haeder [Wed, 12 Aug 2015 15:33:57 +0000 (17:33 +0200)]
Added NetBeans project files + debug message
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoAdded new page 'products' for admin area + added CSS classes table_left/right
Roland Haeder [Wed, 12 Aug 2015 13:57:34 +0000 (15:57 +0200)]
Added new page 'products' for admin area + added CSS classes table_left/right
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoAdded initial admin index.jsp (unprotected)
Roland Haeder [Wed, 12 Aug 2015 13:25:45 +0000 (15:25 +0200)]
Added initial admin index.jsp (unprotected)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoTemporary added call of initBundle()
Roland Haeder [Wed, 12 Aug 2015 13:19:28 +0000 (15:19 +0200)]
Temporary added call of initBundle()
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued with project:
Roland Haeder [Wed, 12 Aug 2015 12:35:40 +0000 (14:35 +0200)]
Continued with project:
- Method getProducts() throws now more exceptions (from low-level classes)
- These need to be thrown until they reach the application server's exception handler
- Temporary commented out error pages
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoNo need for app instance here
Roland Haeder [Wed, 12 Aug 2015 11:51:41 +0000 (13:51 +0200)]
No need for app instance here
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoBetter don't do it here ...
Roland Haeder [Wed, 12 Aug 2015 11:49:30 +0000 (13:49 +0200)]
Better don't do it here ...
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued with project:
Roland Haeder [Wed, 12 Aug 2015 11:48:30 +0000 (13:48 +0200)]
Continued with project:
- Added database.backend.storagepath for file-based database backends (very simple)
- Used getRealPath() to get server's full web path, but went 2 up to get away from web-reachable path
- Added catching of more thrown exceptions
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoGot more rid of abortProgramWithException() as this will end the application server
Roland Haeder [Wed, 12 Aug 2015 10:36:04 +0000 (12:36 +0200)]
Got more rid of abortProgramWithException() as this will end the application server
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued with project:
Roland Haeder [Wed, 12 Aug 2015 10:28:35 +0000 (12:28 +0200)]
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>

8 years agoAdded product database frontend class and interface
Roland Haeder [Tue, 11 Aug 2015 12:26:30 +0000 (14:26 +0200)]
Added product database frontend class and interface
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoIgnore config.properties as it might have been altered
Roland Haeder [Tue, 11 Aug 2015 12:10:21 +0000 (14:10 +0200)]
Ignore config.properties as it might have been altered
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued with project:
Roland Haeder [Tue, 11 Aug 2015 12:06:41 +0000 (14:06 +0200)]
Continued with project:
- Moved call of markProductAsOrdered() to do_order.jsp
- Logged more data in some debug/trace messages
- If choose[product] is set in session, it can only be unset now, this saves some calls
- Added some trace messages
- Removed synchronized() check
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agohandleChooseFromRequestSession() can be made private
Roland Haeder [Tue, 11 Aug 2015 11:27:42 +0000 (13:27 +0200)]
handleChooseFromRequestSession() can be made private

Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Tue, 11 Aug 2015 11:09:47 +0000 (13:09 +0200)]
Continued:
- Moved login/register to own path /customer/
- Added "static" include "login_form.jsp" and "gender_selection_box.jsp"
- Added form handler "do_preview.jsp" and moved code from preview.jsp to it
- style.css should be referenced with full path so all pages can have same HTML code
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoRenamed JSP + added 2 stubs (login, register)
Roland Haeder [Tue, 11 Aug 2015 09:58:47 +0000 (11:58 +0200)]
Renamed JSP + added 2 stubs (login, register)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agotoArray(T[]) must be used
Roland Haeder [Tue, 11 Aug 2015 09:26:06 +0000 (11:26 +0200)]
toArray(T[]) must be used
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoNow that instance product has no method to mark it as choosen (bad idea as all users...
Roland Haeder [Tue, 11 Aug 2015 09:22:13 +0000 (11:22 +0200)]
Now that instance product has no method to mark it as choosen (bad idea as all users will have it choosen then) there needs to be added a new method for this
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoGot rid of product iterator stuff and used a smaller for() loop
Roland Haeder [Tue, 11 Aug 2015 09:07:59 +0000 (11:07 +0200)]
Got rid of product iterator stuff and used a smaller for() loop
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoIntroduced new "getter" + moved div tag to menu.jsp
Roland Haeder [Tue, 11 Aug 2015 09:01:21 +0000 (11:01 +0200)]
Introduced new "getter" + moved div tag to menu.jsp
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued with project:
Roland Haeder [Mon, 10 Aug 2015 13:16:45 +0000 (15:16 +0200)]
Continued with project:
- I had a misunderstanding how beans work, so now it is fixed
- Always try to write against interfaces and also check against them (instanceof)
- Gender can also be taken directly from customer bean
- Use customer bean instead of ugly getPrintableValeFromSession() calls
- some other improvements
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoFixed form field name which must be equal to class' attribute's name and public getter
Roland Haeder [Mon, 10 Aug 2015 09:50:12 +0000 (11:50 +0200)]
Fixed form field name which must be equal to class' attribute's name and public getter
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoIntroduced setValueInSession() + order.jsp form handler (broken, why?)
Roland Haeder [Fri, 7 Aug 2015 13:49:41 +0000 (15:49 +0200)]
Introduced setValueInSession() + order.jsp form handler (broken, why?)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued with project:
Roland Haeder [Fri, 7 Aug 2015 12:54:53 +0000 (14:54 +0200)]
Continued with project:
- rewrote iteration over Contact fields  with an iterator from Map.Entry
- added default values in orderjsp (to output session-stored values)
- introduced getPrintableValueFromSession() which returns a value from session key or an empty string for null
- introduced getValueFromSession() which is a low-level method to get a value from session key (but sychronized)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoSome fixes
Roland Haeder [Fri, 7 Aug 2015 11:28:08 +0000 (13:28 +0200)]
Some fixes
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued with project:
Roland Haeder [Fri, 7 Aug 2015 09:56:20 +0000 (11:56 +0200)]
Continued with project:

- Included displaying of gender and translation (yes, there is a better way doing internalizations than this one)
- Introduced BasePizzaServiceSystem which is a general class for (almost) all other classes
- Moved some classes to proper location

Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoAdded more fields the user may want to fill out + used some beans
Roland Haeder [Thu, 6 Aug 2015 13:15:54 +0000 (15:15 +0200)]
Added more fields the user may want to fill out + used some beans
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoMoved some classes + other stuff
Roland Haeder [Thu, 6 Aug 2015 12:17:27 +0000 (14:17 +0200)]
Moved some classes + other stuff
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoIntroduced protected setter. Setters can change attributes in an object, which is...
Roland Haeder [Thu, 6 Aug 2015 10:53:11 +0000 (12:53 +0200)]
Introduced protected setter. Setters can change attributes in an object, which is not always wanted, right? :-)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoIntroduced static/menu.jsp
Roland Haeder [Thu, 6 Aug 2015 10:44:37 +0000 (12:44 +0200)]
Introduced static/menu.jsp
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoAdded <%=request.getContextPath()%>
Roland Haeder [Thu, 6 Aug 2015 10:02:31 +0000 (12:02 +0200)]
Added <%=request.getContextPath()%>
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoRenamed service stuff to application, as it is really an application
Roland Haeder [Thu, 6 Aug 2015 09:48:34 +0000 (11:48 +0200)]
Renamed service stuff to application, as it is really an application
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoUse MessageFormat.format() or String.format() and not + which causes a lot String...
Roland Haeder [Thu, 6 Aug 2015 07:18:50 +0000 (09:18 +0200)]
Use MessageFormat.format() or String.format() and not + which causes a lot String objects being created in pool
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoInitial commit
Roland Haeder [Thu, 6 Aug 2015 07:13:39 +0000 (09:13 +0200)]
Initial commit
Signed-off-by:Roland Häder <roland@mxchange.org>