]> git.mxchange.org Git - pizzaservice-war.git/log
pizzaservice-war.git
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>