]> git.mxchange.org Git - pizzaservice-war.git/history - src/java/org/mxchange/pizzaapplication/beans
Injection is not working in converters/validators as JavaEE is not so super-flexible ...
[pizzaservice-war.git] / src / java / org / mxchange / pizzaapplication / beans /
2016-05-10 Roland HäderContinued a bit:
2016-05-10 Roland HäderContinued a bit:
2016-05-07 Roland Haederthese are noisy debug lines ...
2016-05-07 Roland HaederaddCategory/addProduct are no longer needed for public...
2016-05-07 Roland HäderIntroduced createUserLogin() (safe to cherry-pick)
2016-05-07 Roland HäderNo, putting these methods into admin (request-scoped...
2016-05-07 Roland Häderclass was wrong, needs to be styleClass
2016-05-07 Roland Häderadded redirection outcomes to all "addFoo" methods
2016-05-07 Roland Haederfixed imports to new location
2016-05-04 Roland HäderMail pattern for cellphone provider are optional, maybe...
2016-05-03 Roland HäderRewrites:
2016-05-03 Roland Häderrenamed controller as there are now 2 logins + converte...
2016-05-03 Roland HäderContined a bit:
2016-05-03 Roland HäderCleanups:
2016-05-02 Roland HäderContinued a bit:
2016-04-30 Roland Haederfixed imports
2016-04-29 Roland HaederThe customer is now differently created, first you...
2016-04-29 Roland HäderContinued a bit:
2016-04-28 Roland Haederignored for i18n
2016-04-28 Roland HäderContinued with customer:
2016-04-27 Roland HaederFixed imports + added new project dependencies (no...
2016-04-27 Roland HäderContinued with contact:
2016-04-27 Roland HäderContinued:
2016-04-27 Roland HäderContinued with contacts:
2016-04-27 Roland Häderadded clear() methods to clear beans
2016-04-27 Roland HäderAlways remove contact instance from admin helper bean...
2016-04-27 Roland HäderContinued with observers:
2016-04-27 Roland Häderadded redirection outcomes to all "addFoo" methods
2016-04-27 Roland Häderalready done by event (lesser hard-coded)
2016-04-27 Roland HäderContinued a bit:
2016-04-27 Roland Häderadded admin helper usage (needed for overworked custome...
2016-04-27 Roland HäderContinued again with customer:
2016-04-27 Roland HäderContinued with customer:
2016-04-27 Roland HäderRefactured a lot:
2016-04-27 Roland HäderContinued with contacts:
2016-04-27 Roland HäderContinued a lot more:
2016-04-27 Roland Hädercatch newly thrown exception
2016-04-27 Roland HäderContinued with adding customers:
2016-04-27 Roland HäderContinued with customer:
2016-04-27 Roland Haederupdated (maybe not cherry-pick this)
2016-04-27 Roland HäderContinued with administrative customer bean:
2016-04-27 Roland Häderfixed my email address
2016-04-23 Roland HaederContinued with rewriting:
2016-04-23 Roland HäderContinued a bit:
2016-04-21 Roland HaederContinued a bit:
2016-04-21 Roland HäderContinued with contact data editing (admin):
2016-04-21 Roland HäderContined a bit:
2016-04-21 Roland HäderAdded redirect outcome + updated jar(s)
2016-04-21 Roland HäderContiuned with editing user data/rewrites:
2016-04-21 Roland HäderRemoved all clear() methods in request-scoped beans...
2016-04-21 Roland HäderContinued:
2016-04-20 Roland HaederFixed EJB JNDI names.
2016-04-20 Roland HäderContinued a bit:
2016-04-20 Roland HäderUsed new "contact-added event"
2016-04-20 Roland HäderContinued a bit:
2016-04-20 Roland HaederInjected contact controller as now stuff around contact...
2016-04-20 Roland HäderContinued with refacturing:
2016-04-19 Roland HäderRenamed controller as all controllers must have suffix...
2016-04-19 Roland HäderUse other (new) exception
2016-04-19 Roland HäderAdded check for parameter, to make sure only valid...
2016-04-18 Roland Haederbetter store the user instance locally than as property...
2016-04-18 Roland Haedermoved user instance to admin controller as this is...
2016-04-18 Roland HaederContinued a bit:
2016-04-18 Roland HaederFinished with event triggered when admin adds a new...
2016-04-18 Roland HaederFixed getter calls, the new ones are more descriptive.
2016-04-18 Roland HäderControllers should always have "Controller" as suffix...
2016-04-18 Roland HäderContinued a bit:
2016-04-17 Roland HaederPrevent NPE
2016-04-17 Roland HaederContinued:
2016-04-17 Roland HaederThis bean cannot be singleton as more than one admin...
2016-04-17 Roland HaederContinued with admin area:
2016-04-14 Roland HaederContinued with adding features:
2016-04-13 Roland HaederA bit cleanup and introduced private method:
2016-04-13 Roland HaederAlso check for null, if the form fields are not given
2016-04-13 Roland HaederBetter check the parameter on missing (but important...
2016-04-13 Roland HaederSplit of shop controller into category and product
2016-04-13 Roland HaederBetter return same object as other controllers may...
2016-04-12 Roland HaederMade administrative product list cached to save EJB...
2016-04-12 Roland HaederRenamed package smsprovider -> mobileprovider. They...
2016-04-12 Roland HaederContinued with adding user by administrator:
2016-04-11 Roland Haedersorted members (normally I do this before I save the...
2016-04-11 Roland HaederHandle over the updated country instance to avoid NPE...
2016-04-11 Roland HaederAdded firing newly added event when an administrator...
2016-04-11 Roland HaederContinued with adding countries:
2016-04-10 Roland Haederadded hasUsers() which checks if users are registered.
2016-04-10 Roland HaederContinued with admin area:
2016-04-10 Roland Haederadded registration controller (bean) from addressbook...
2016-04-10 Roland Haederintroduced clear() for clean code style
2016-04-10 Roland Haederalso fire an event when a new product has been added...
2016-04-10 Roland Haederno shortening
2016-04-10 Roland HaederContinued a bit:
2016-04-10 Roland HaederSome fixes:
2016-04-10 Roland HaederFixed wrong EJB name
2016-04-10 Roland HaederSome fixes + added missing "extends Serializable"
2016-04-10 Roland HaederOpps, copied to much ...
2016-04-10 Roland HaederUsed global, portable JNDI names for all beans
2016-04-10 Roland HaederRewrites:
2016-04-09 Roland HaederAll needs to be serializable to have the application...
2016-04-09 Roland HaederCorrect EJB name
2016-04-09 Roland HaederThis "Pizza-Service" application was build on an outdat...
next