]> git.mxchange.org Git - pizzaservice-ejb.git/log
pizzaservice-ejb.git
8 years agoupdated jar(s)
Roland Haeder [Thu, 28 Apr 2016 17:32:49 +0000 (19:32 +0200)]
updated jar(s)

8 years agoimplemented business method findCustomerById()
Roland Häder [Thu, 28 Apr 2016 08:30:54 +0000 (10:30 +0200)]
implemented business method findCustomerById()

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Wed, 27 Apr 2016 20:30:15 +0000 (22:30 +0200)]
updated jar(s)

8 years agofixed project dependencies (you may not want to cherry-pick this, instead you should...
Roland Haeder [Wed, 27 Apr 2016 19:43:38 +0000 (21:43 +0200)]
fixed project dependencies (you may not want to cherry-pick this, instead you should fix it on your own)

8 years agoupdated jar(s)
Roland Haeder [Wed, 27 Apr 2016 19:22:13 +0000 (21:22 +0200)]
updated jar(s)

8 years agoContinued fixing:
Roland Haeder [Wed, 27 Apr 2016 19:17:40 +0000 (21:17 +0200)]
Continued fixing:
- renamed class for own prefix
- updated project files as new libs are required
- fixed imports

8 years agoupdated jar(s)
Roland Haeder [Wed, 27 Apr 2016 19:16:50 +0000 (21:16 +0200)]
updated jar(s)

8 years agoimplemented business method addContact()
Roland Häder [Wed, 27 Apr 2016 14:56:05 +0000 (16:56 +0200)]
implemented business method addContact()

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoimplemented business method linkCustomer()
Roland Häder [Wed, 27 Apr 2016 09:49:36 +0000 (11:49 +0200)]
implemented business method linkCustomer()

8 years agoCleanup: (don't cherry-pick, repeat it all)
Roland Häder [Wed, 27 Apr 2016 08:03:16 +0000 (10:03 +0200)]
Cleanup: (don't cherry-pick, repeat it all)
- removed mapped names as they are container-specific, better is to use the long portable JNDI names (with interface)
- sorted imports

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a bit:
Roland Häder [Tue, 26 Apr 2016 14:58:39 +0000 (16:58 +0200)]
Continued a bit:
- implemented linkUser() method, please test this
- some cleanups from old code

8 years agoalso update created timestamp
Roland Häder [Tue, 26 Apr 2016 13:51:48 +0000 (15:51 +0200)]
also update created timestamp

8 years agoNo more fancy stuff in EJBs, like auto-linking, straight ahead only adding non-existi...
Roland Häder [Tue, 26 Apr 2016 13:43:32 +0000 (15:43 +0200)]
No more fancy stuff in EJBs, like auto-linking, straight ahead only adding non-existing, else a checked exception is thrown.

8 years agoSome fixes:
Roland Häder [Tue, 26 Apr 2016 12:38:14 +0000 (14:38 +0200)]
Some fixes:
- only set "created" timestamps when new contact
- logger message added

8 years agoit works only otherwise ...
Roland Häder [Tue, 26 Apr 2016 12:02:44 +0000 (14:02 +0200)]
it works only otherwise ...

8 years agocopy id and other instances
Roland Häder [Tue, 26 Apr 2016 11:39:50 +0000 (13:39 +0200)]
copy id and other instances

8 years agoupdated code logic to latest changes
Roland Häder [Tue, 26 Apr 2016 11:11:35 +0000 (13:11 +0200)]
updated code logic to latest changes

8 years agoContinued a bit:
Roland Häder [Tue, 26 Apr 2016 10:43:04 +0000 (12:43 +0200)]
Continued a bit:
- setting "created" timestamps for cellphone, land-line and fax number
- added object-equality check
- added trace message

8 years agoImplemented business method isReqistered()
Roland Häder [Tue, 26 Apr 2016 10:28:11 +0000 (12:28 +0200)]
Implemented business method isReqistered()

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a bit:
Roland Häder [Tue, 26 Apr 2016 09:53:29 +0000 (11:53 +0200)]
Continued a bit:
- added some more log messages
- null > 0 is not allowed, need to check type too

8 years agoContinued a bit:
Roland Häder [Tue, 26 Apr 2016 09:38:23 +0000 (11:38 +0200)]
Continued a bit:
- renamed some fields and added thrown exception
- added general customer EJB for checking if the customer is already registered

8 years agoContinued with customer:
Roland Häder [Tue, 26 Apr 2016 09:27:17 +0000 (11:27 +0200)]
Continued with customer:
- implemented business method addCustomer()
- implemented business method isContactFound()
- implemented business method updateContactData() with only a contact instance
- added much more log messages

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoReturned finished customer number
Roland Häder [Tue, 26 Apr 2016 07:44:34 +0000 (09:44 +0200)]
Returned finished customer number

8 years agotype-hints to the JPA can also be interfaces, good! :-)
Roland Häder [Tue, 26 Apr 2016 07:40:54 +0000 (09:40 +0200)]
type-hints to the JPA can also be interfaces, good! :-)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a bit:
Roland Haeder [Mon, 25 Apr 2016 20:28:20 +0000 (22:28 +0200)]
Continued a bit:
- move Base<Project>DatabaseBean to <project>-core project

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoStarted with createCustomerNumber(), unfinished
Roland Häder [Mon, 25 Apr 2016 16:14:11 +0000 (18:14 +0200)]
Started with createCustomerNumber(), unfinished

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Tue, 26 Apr 2016 17:10:36 +0000 (19:10 +0200)]
updated jar(s)

8 years agoContinued with customer EJB:
Roland Häder [Mon, 25 Apr 2016 13:56:22 +0000 (15:56 +0200)]
Continued with customer EJB:
- added EJBs (general and administrative) with all business methods implemented, at least as stub (allCustomers() is finished)
- added new depencies jcustomer-core/jcustomer-lib

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoMinor: wording fixed
Roland Häder [Mon, 25 Apr 2016 13:06:46 +0000 (15:06 +0200)]
Minor: wording fixed

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated method signature to latest changes
Roland Haeder [Sat, 23 Apr 2016 10:59:38 +0000 (12:59 +0200)]
updated method signature to latest changes

8 years agoupdated jar(s)
Roland Haeder [Sat, 23 Apr 2016 10:09:05 +0000 (12:09 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Thu, 21 Apr 2016 20:10:01 +0000 (22:10 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Thu, 21 Apr 2016 18:04:49 +0000 (20:04 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoImplemented business method ifUserNameExists()
Roland Häder [Thu, 21 Apr 2016 13:50:55 +0000 (15:50 +0200)]
Implemented business method ifUserNameExists()

8 years agoImplemented updateUserData() and let the detached user instance return
Roland Häder [Thu, 21 Apr 2016 10:52:44 +0000 (12:52 +0200)]
Implemented updateUserData() and let the detached user instance return

8 years agoupdated jar(s)
Roland Haeder [Wed, 20 Apr 2016 17:35:47 +0000 (19:35 +0200)]
updated jar(s)

8 years agoContinued:
Roland Häder [Wed, 20 Apr 2016 14:06:05 +0000 (16:06 +0200)]
Continued:
- added business methods and implemented two
- added trace log messages

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Tue, 19 Apr 2016 17:39:58 +0000 (19:39 +0200)]
updated jar(s)

8 years agoRefacture:
Roland Häder [Tue, 19 Apr 2016 14:36:19 +0000 (16:36 +0200)]
Refacture:
- moved model (entities) files to jaddressbook-care
- jaddressbook-core.jar is not needed here as no addressbooks are maintained

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Mon, 18 Apr 2016 18:54:34 +0000 (20:54 +0200)]
updated jar(s)

8 years agoChange name for named query
Roland Haeder [Sun, 17 Apr 2016 15:28:59 +0000 (17:28 +0200)]
Change name for named query

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Sun, 17 Apr 2016 15:26:27 +0000 (17:26 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAdded noisy trace messages. These are "needed" to check how often an EJB's business...
Roland Haeder [Sun, 17 Apr 2016 15:08:54 +0000 (17:08 +0200)]
Added noisy trace messages. These are "needed" to check how often an EJB's business method has been called. This helps analyzing bottlenecks (to often called may overload the service) in applications.

8 years agoThis bean cannot be singleton as more than one admin may be logged in. It should...
Roland Haeder [Sun, 17 Apr 2016 14:21:28 +0000 (16:21 +0200)]
This bean cannot be singleton as more than one admin may be logged in. It should also be initialized normally.

8 years agoContinued some more:
Roland Haeder [Sun, 17 Apr 2016 13:08:41 +0000 (15:08 +0200)]
Continued some more:
- added EJB for general contact purposes
- added EJB for administrative contact's phone purposes
- added EJB for administrative phone purposes

8 years agoupdated jar(s)
Roland Haeder [Sun, 17 Apr 2016 11:41:25 +0000 (13:41 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a bit:
Roland Haeder [Sun, 17 Apr 2016 10:38:39 +0000 (12:38 +0200)]
Continued a bit:
- added session bean for handling phone number lookups, maybe it will be used for user-depending purposes later on. So maybe session-scoped is not a bad idea after all.
- updated jar(s)

8 years agoImplemented new business method findUserById() + ignored strings for i18n
Roland Haeder [Fri, 15 Apr 2016 12:42:39 +0000 (14:42 +0200)]
Implemented new business method findUserById() + ignored strings for i18n

8 years agoupdated jar(s)
Roland Haeder [Thu, 14 Apr 2016 13:18:56 +0000 (15:18 +0200)]
updated jar(s)

8 years agoalso set created entries in all phone numbers, if set
Roland Haeder [Wed, 13 Apr 2016 21:17:11 +0000 (23:17 +0200)]
also set created entries in all phone numbers, if set

8 years agoupdated jar(s)
Roland Haeder [Wed, 13 Apr 2016 21:03:01 +0000 (23:03 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a bit:
Roland Haeder [Wed, 13 Apr 2016 18:49:33 +0000 (20:49 +0200)]
Continued a bit:
- added administrative EJB for mobile providers with first business method addMobileProvider() implemented (should work)
- The word "bean" may confuse here as these are all EJBs

8 years agoupdated jar(s)
Roland Haeder [Tue, 12 Apr 2016 21:59:06 +0000 (23:59 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agofixed names as they need to be all lower-case
Roland Haeder [Tue, 12 Apr 2016 20:59:26 +0000 (22:59 +0200)]
fixed names as they need to be all lower-case

8 years agofixed package names from previous rename
Roland Haeder [Tue, 12 Apr 2016 19:31:26 +0000 (21:31 +0200)]
fixed package names from previous rename

8 years agoupdated jar(s)
Roland Haeder [Tue, 12 Apr 2016 19:20:26 +0000 (21:20 +0200)]
updated jar(s)

8 years agoRenamed package smsprovider -> mobileprovider. They don't only provide SMS but also...
Roland Haeder [Tue, 12 Apr 2016 18:36:58 +0000 (20:36 +0200)]
Renamed package smsprovider -> mobileprovider. They don't only provide SMS but also many other mobile services.

8 years agoChanged interface (POJI) name SmsProvider to MobileProvider
Roland Haeder [Tue, 12 Apr 2016 18:10:20 +0000 (20:10 +0200)]
Changed interface (POJI) name SmsProvider to MobileProvider

8 years agoNope, use generic interface ... :-(
Roland Haeder [Tue, 12 Apr 2016 17:41:32 +0000 (19:41 +0200)]
Nope, use generic interface ... :-(

8 years agoupdated jar(s)
Roland Haeder [Tue, 12 Apr 2016 17:10:10 +0000 (19:10 +0200)]
updated jar(s)

8 years agoadded business method addUser() and took code from registerUser as both is (at persis...
Roland Haeder [Tue, 12 Apr 2016 16:54:57 +0000 (18:54 +0200)]
added business method addUser() and took code from registerUser as both is (at persisting) the same.

8 years agoupdated jar(s)
Roland Haeder [Tue, 12 Apr 2016 16:33:05 +0000 (18:33 +0200)]
updated jar(s)

8 years agoadded registration timestamp for user and contact instance
Roland Haeder [Tue, 12 Apr 2016 16:12:44 +0000 (18:12 +0200)]
added registration timestamp for user and contact instance

8 years agoupdated jar(s)
Roland Haeder [Mon, 11 Apr 2016 19:15:53 +0000 (21:15 +0200)]
updated jar(s)

8 years agoaddCountry() now must return the updated instance (with timestamp and valid countryId...
Roland Haeder [Mon, 11 Apr 2016 17:57:05 +0000 (19:57 +0200)]
addCountry() now must return the updated instance (with timestamp and valid countryId field)

8 years agoContinued a bit:
Roland Haeder [Mon, 11 Apr 2016 14:59:17 +0000 (16:59 +0200)]
Continued a bit:
- implemented business method addCountry()
- updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Mon, 11 Apr 2016 10:10:29 +0000 (12:10 +0200)]
updated jar(s)

8 years agoOpps, wrong name for bean
Roland Haeder [Sun, 10 Apr 2016 17:53:49 +0000 (19:53 +0200)]
Opps, wrong name for bean

8 years agoadded business method allUsers() + updated jar(s)
Roland Haeder [Sun, 10 Apr 2016 17:35:43 +0000 (19:35 +0200)]
added business method allUsers() + updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Sun, 10 Apr 2016 11:35:23 +0000 (13:35 +0200)]
updated jar(s)

8 years agoTurned master (EE)+ejb project into separate master (triangle) and EJB project
Roland Haeder [Sat, 9 Apr 2016 18:32:17 +0000 (20:32 +0200)]
Turned master (EE)+ejb project into separate master (triangle) and EJB project

8 years agoContinued with update:
Roland Haeder [Sat, 9 Apr 2016 18:09:34 +0000 (20:09 +0200)]
Continued with update:
- renamed class
- added SMS provider bean
- added required dependency on jphone-lib.jar

8 years agointroduced new lib jphone-lib.jar which holds remote interfaces for jphone-core ...
Roland Haeder [Sat, 9 Apr 2016 16:10:12 +0000 (18:10 +0200)]
introduced new lib jphone-lib.jar which holds remote interfaces for jphone-core + added jcountry-lib (new dependency)

8 years agoupdated jar(s)
Roland Haeder [Sat, 9 Apr 2016 11:14:35 +0000 (13:14 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Thu, 7 Apr 2016 09:32:53 +0000 (11:32 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Mon, 4 Apr 2016 16:58:21 +0000 (18:58 +0200)]
updated jar(s)

8 years agochange license to AGPLv3
Roland Haeder [Mon, 4 Apr 2016 15:56:02 +0000 (17:56 +0200)]
change license to AGPLv3

8 years agoupdated jar(s)
Roland Haeder [Sat, 12 Mar 2016 11:46:28 +0000 (12:46 +0100)]
updated jar(s)

8 years agoAdded email address for author
Roland Haeder [Sun, 6 Mar 2016 17:07:51 +0000 (18:07 +0100)]
Added email address for author

8 years agoupdated jar(s)
Roland Haeder [Sat, 5 Mar 2016 13:35:37 +0000 (14:35 +0100)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded note about copying "commons-codec.jar"
Roland Haeder [Fri, 4 Mar 2016 17:30:53 +0000 (18:30 +0100)]
added note about copying "commons-codec.jar"

8 years agoremoved no longer needed documentation
Roland Haeder [Fri, 4 Mar 2016 17:24:10 +0000 (18:24 +0100)]
removed no longer needed documentation

8 years agoupdated jar(s)
Roland Haeder [Sat, 20 Feb 2016 21:14:45 +0000 (22:14 +0100)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Sat, 20 Feb 2016 19:10:23 +0000 (20:10 +0100)]
updated jar(s)

8 years agoFixed dependencies (huh?)
Roland Haeder [Fri, 19 Feb 2016 16:12:45 +0000 (17:12 +0100)]
Fixed dependencies (huh?)

8 years agoGNU-ified projects for upcoming public release rewrites/jpa
Roland Haeder [Fri, 19 Feb 2016 15:44:08 +0000 (16:44 +0100)]
GNU-ified projects for upcoming public release

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s)
Roland Haeder [Fri, 19 Feb 2016 14:21:36 +0000 (15:21 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s)
Roland Haeder [Fri, 19 Feb 2016 14:07:49 +0000 (15:07 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated copyright year
Roland Haeder [Mon, 15 Feb 2016 15:37:37 +0000 (16:37 +0100)]
Updated copyright year

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s) + added .gitattributes
Roland Haeder [Mon, 15 Feb 2016 14:30:29 +0000 (15:30 +0100)]
Updated jar(s) + added .gitattributes

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated project to NetBeans 8.1 / Glassfish 4.1.1
Roland Haeder [Wed, 3 Feb 2016 15:27:13 +0000 (16:27 +0100)]
Updated project to NetBeans 8.1 / Glassfish 4.1.1

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s)
Roland Haeder [Fri, 20 Nov 2015 17:41:11 +0000 (18:41 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Fri, 23 Oct 2015 15:25:49 +0000 (17:25 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jars
Roland Haeder [Tue, 20 Oct 2015 15:59:02 +0000 (17:59 +0200)]
Updated jars

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Thu, 22 Oct 2015 09:13:17 +0000 (11:13 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Tue, 20 Oct 2015 13:03:34 +0000 (15:03 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoUpdated jars
Roland Haeder [Mon, 19 Oct 2015 20:08:49 +0000 (22:08 +0200)]
Updated jars

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Fri, 16 Oct 2015 15:29:24 +0000 (17:29 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Fri, 16 Oct 2015 11:15:12 +0000 (13:15 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoadded class definition
Roland Haeder [Thu, 15 Oct 2015 16:02:54 +0000 (18:02 +0200)]
added class definition