]> git.mxchange.org Git - jcontacts-core.git/log
jcontacts-core.git
8 years agoContinued:
Roland Haeder [Mon, 18 Apr 2016 18:52:32 +0000 (20:52 +0200)]
Continued:
- line-feed is now LF which prevents converting
- updated dist.sh for better personal-domain support
- updated jar(s)

8 years agoconverted line-ending (why?)
Roland Haeder [Mon, 18 Apr 2016 17:25:49 +0000 (19:25 +0200)]
converted line-ending (why?)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoCotinued:
Roland Häder [Mon, 18 Apr 2016 14:22:45 +0000 (16:22 +0200)]
Cotinued:
- updated dist.st: skip wild-fly creation if path not found
- updated jar(s)

8 years agoupdated dist.st: skip projects that are not cloned
Roland Häder [Mon, 18 Apr 2016 14:13:33 +0000 (16:13 +0200)]
updated dist.st: skip projects that are not cloned

8 years agoUpdated project files (Windows versus Linux)
Roland Häder [Mon, 18 Apr 2016 13:27:09 +0000 (15:27 +0200)]
Updated project files (Windows versus Linux)

8 years agoAdded named query SearchContactById which searches for a contact entity by it's id...
Roland Haeder [Sun, 17 Apr 2016 15:25:51 +0000 (17:25 +0200)]
Added named query SearchContactById which searches for a contact entity by it's id number.

8 years agoAdded checked exception if a contact was not found.
Roland Haeder [Sun, 17 Apr 2016 13:04:04 +0000 (15:04 +0200)]
Added checked exception if a contact was not found.

8 years agoAdded named query "AllContactsByCellphone" for finding all contacts for given cellpho...
Roland Haeder [Sun, 17 Apr 2016 12:08:44 +0000 (14:08 +0200)]
Added named query "AllContactsByCellphone" for finding all contacts for given cellphone id

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

8 years agoupdated jar(s)
Roland Haeder [Tue, 12 Apr 2016 18:02:53 +0000 (20:02 +0200)]
updated jar(s)

8 years agoHmm, it may not be good if the object sets its own creation timestamp as this may...
Roland Haeder [Tue, 12 Apr 2016 17:06:54 +0000 (19:06 +0200)]
Hmm, it may not be good if the object sets its own creation timestamp as this may cause data loss. As EJBs are not creating POJO (but controllers), please make sure your EJB sets the creation timestamp (new GregorianCalendar()).

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

8 years agoThe exception's message now contains the thrown exception's message, too.
Roland Haeder [Sun, 10 Apr 2016 11:39:29 +0000 (13:39 +0200)]
The exception's message now contains the thrown exception's message, too.

updated jar(s)

8 years agoupdated dist.sh as jratecalc is not a public project
Roland Haeder [Thu, 7 Apr 2016 12:37:45 +0000 (14:37 +0200)]
updated dist.sh as jratecalc is not a public project

8 years agoContinued a bit:
Roland Haeder [Thu, 7 Apr 2016 09:23:22 +0000 (11:23 +0200)]
Continued a bit:
- size only applies for strings, no need here (cleanup)
- updated jar(s)

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

8 years agoCleanup:
Roland Haeder [Sat, 12 Mar 2016 11:42:40 +0000 (12:42 +0100)]
Cleanup:
- compareTo()/Comparable<T> was used back in the TDGP times and is no longer needed
- value first, then variable on comparison to avoid accidently assignments
- updated jar(s)

8 years agoSome cascade/fetch cleanups:
Roland Haeder [Fri, 11 Mar 2016 21:02:33 +0000 (22:02 +0100)]
Some cascade/fetch cleanups:
- CascadeType.MERGE is basicly an UPDATE statement, it needs to be REFRESH (from database to local entity object)
- Fetch strategy EAGER is default, no need to specify it
- updated jar(s)

8 years agoupdated dist.sh
Roland Haeder [Thu, 10 Mar 2016 19:10:23 +0000 (20:10 +0100)]
updated dist.sh

8 years agoMinor: some documentation fixed
Roland Haeder [Tue, 8 Mar 2016 21:23:50 +0000 (22:23 +0100)]
Minor: some documentation fixed

8 years agoContinued a bit:
Roland Haeder [Tue, 8 Mar 2016 21:07:12 +0000 (22:07 +0100)]
Continued a bit:
- renamed method
- updated jar(s)

8 years agoUnique constrains are required as 2 users should NOT use 1 cellphone number
Roland Haeder [Sun, 6 Mar 2016 18:26:07 +0000 (19:26 +0100)]
Unique constrains are required as 2 users should NOT use 1 cellphone number

8 years agothese are not optional as they are not nullable
Roland Haeder [Sun, 6 Mar 2016 17:37:19 +0000 (18:37 +0100)]
these are not optional as they are not nullable

8 years agoupdated jar(s)
Roland Haeder [Sun, 6 Mar 2016 17:27:09 +0000 (18:27 +0100)]
updated jar(s)

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

8 years agoupdated jar(s) + added API documentation + added referencedColumnName
Roland Haeder [Sun, 6 Mar 2016 15:26:01 +0000 (16:26 +0100)]
updated jar(s) + added API documentation + added referencedColumnName

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s) + aligned documentation (minor)
Roland Haeder [Sun, 6 Mar 2016 13:47:24 +0000 (14:47 +0100)]
updated jar(s) + aligned documentation (minor)

8 years agoremoval of no longer needed documentation
Roland Haeder [Fri, 4 Mar 2016 17:51:03 +0000 (18:51 +0100)]
removal of no longer needed documentation

8 years agoupdated jar(s) + dist.sh
Roland Haeder [Wed, 2 Mar 2016 17:54:55 +0000 (18:54 +0100)]
updated jar(s) + dist.sh

8 years agokeeep equals() and hashCode() close to each other
Roland Haeder [Wed, 24 Feb 2016 12:22:10 +0000 (13:22 +0100)]
keeep equals() and hashCode() close to each other

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

8 years agoSome empty lines added/removed
Roland Haeder [Sat, 20 Feb 2016 20:43:27 +0000 (21:43 +0100)]
Some empty lines added/removed

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

8 years agoGNU-ified projects for upcoming public release
Roland Haeder [Fri, 19 Feb 2016 15:44:00 +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:29 +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:40 +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:36:59 +0000 (16:36 +0100)]
Updated copyright year

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agosorted members
Roland Haeder [Mon, 15 Feb 2016 15:11:46 +0000 (16:11 +0100)]
sorted members

8 years agoUpdated jar(s) + added .gitattributes
Roland Haeder [Mon, 15 Feb 2016 14:29:45 +0000 (15:29 +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:26:28 +0000 (16:26 +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:40:17 +0000 (18:40 +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:58:38 +0000 (17:58 +0200)]
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:41 +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:57:53 +0000 (17:57 +0200)]
Updated jars

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

8 years agoadded title (e.g. "Dr.")
Roland Haeder [Thu, 22 Oct 2015 07:56:22 +0000 (09:56 +0200)]
added title (e.g. "Dr.")
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Wed, 21 Oct 2015 12:42:57 +0000 (14:42 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoMaybe no NULL here?
Roland Haeder [Tue, 20 Oct 2015 13:00:26 +0000 (15:00 +0200)]
Maybe no NULL here?
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoUpdated jars
Roland Haeder [Mon, 19 Oct 2015 20:08:26 +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:28:10 +0000 (17:28 +0200)]
updated jar(s)

8 years agoadded missing cascade type, at least MERGE + updated jar(s)
Roland Haeder [Fri, 16 Oct 2015 11:15:53 +0000 (13:15 +0200)]
added missing cascade type, at least MERGE + updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Thu, 15 Oct 2015 14:21:25 +0000 (16:21 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoCleanup through inspection + updated jar(s)
Roland Haeder [Thu, 15 Oct 2015 07:48:23 +0000 (09:48 +0200)]
Cleanup through inspection + updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Wed, 14 Oct 2015 14:47:30 +0000 (16:47 +0200)]
updated jar(s)

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

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAdded equals() hashCode() for easy comparison + updated jar(s)
Roland Haeder [Tue, 13 Oct 2015 12:33:11 +0000 (14:33 +0200)]
Added equals() hashCode() for easy comparison + updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 18:22:22 +0000 (20:22 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agocreated unique index on email address
Roland Haeder [Mon, 12 Oct 2015 16:21:11 +0000 (18:21 +0200)]
created unique index on email address

8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 15:33:14 +0000 (17:33 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated .gitignore
Roland Haeder [Mon, 12 Oct 2015 14:09:39 +0000 (16:09 +0200)]
Updated .gitignore

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

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agono cascading may fix this? + updated jar(s)
Roland Haeder [Mon, 12 Oct 2015 12:42:09 +0000 (14:42 +0200)]
no cascading may fix this? + updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoRewrite:
Roland Haeder [Mon, 12 Oct 2015 11:48:18 +0000 (13:48 +0200)]
Rewrite:
- renamed almost all fields
- made Country transient as this one should not be entered by the user
- fixed index
- updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agodo not persist this data as the user should not be able to enter such data (only...
Roland Haeder [Mon, 12 Oct 2015 11:24:59 +0000 (13:24 +0200)]
do not persist this data as the user should not be able to enter such data (only admin) + updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

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

8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 06:43:14 +0000 (08:43 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Sun, 11 Oct 2015 20:31:07 +0000 (22:31 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Sun, 11 Oct 2015 11:48:45 +0000 (13:48 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Sat, 10 Oct 2015 20:40:56 +0000 (22:40 +0200)]
updated jar(s)

8 years agoupdated jars
Roland Haeder [Sat, 10 Oct 2015 20:31:09 +0000 (22:31 +0200)]
updated jars

8 years agoRewrite:
Roland Haeder [Sat, 10 Oct 2015 20:02:50 +0000 (22:02 +0200)]
Rewrite:
- introduced jcountry-core which is a library for handling country-related data, e.g. dial prefix, country code ...
- introduced jphone-core which is a library for handling phone, fax and cell phone numbers
- these both new libraries required a rewrite of many parts

8 years agoupdated jar(s)
Roland Haeder [Fri, 9 Oct 2015 21:24:21 +0000 (23:24 +0200)]
updated jar(s)

8 years agoAuto-formatted whole project
Roland Haeder [Fri, 9 Oct 2015 19:38:11 +0000 (21:38 +0200)]
Auto-formatted whole project

8 years agoupdated jar(s)
Roland Haeder [Fri, 9 Oct 2015 15:14:27 +0000 (17:14 +0200)]
updated jar(s)

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

8 years agodist.sh is now generic and can be easily distributed. You should now use it for
Roland Haeder [Thu, 8 Oct 2015 15:56:19 +0000 (17:56 +0200)]
dist.sh is now generic and can be easily distributed. You should now use it for
EJB projects as the EJB jar will be copied to (my system specs, will be
improved later on) a Glassfish domain's "lib" directory. I do this here for
easy local deployment (not in-place).

updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s)
Roland Haeder [Thu, 8 Oct 2015 15:11:47 +0000 (17:11 +0200)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s)
Roland Haeder [Wed, 7 Oct 2015 18:09:35 +0000 (20:09 +0200)]
Updated jar(s)

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

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jars + fixed dist.sh chmod
Roland Haeder [Tue, 6 Oct 2015 14:46:16 +0000 (16:46 +0200)]
updated jars + fixed dist.sh chmod

8 years agocompanyName is already in jcontacts-business-core
Roland Haeder [Tue, 6 Oct 2015 11:58:16 +0000 (13:58 +0200)]
companyName is already in jcontacts-business-core
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jars
Roland Haeder [Tue, 6 Oct 2015 10:10:23 +0000 (12:10 +0200)]
updated jars
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jars
Roland Haeder [Mon, 5 Oct 2015 11:01:48 +0000 (13:01 +0200)]
updated jars
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoGender.COMPANY removed as this was no real gender anyway
Roland Haeder [Mon, 5 Oct 2015 10:51:01 +0000 (12:51 +0200)]
Gender.COMPANY removed as this was no real gender anyway
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoUpdated jar
Roland Haeder [Mon, 5 Oct 2015 05:41:20 +0000 (07:41 +0200)]
Updated jar

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agochanged ZIP code to Integer (enougth)
Roland Haeder [Fri, 2 Oct 2015 10:30:14 +0000 (12:30 +0200)]
changed ZIP code to Integer (enougth)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Fri, 2 Oct 2015 10:00:43 +0000 (12:00 +0200)]
Continued:
- moved exception from jcore
- updated project name and imports
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar
Roland Haeder [Fri, 2 Oct 2015 07:50:05 +0000 (09:50 +0200)]
updated jar
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoproject cleanups
Roland Haeder [Fri, 2 Oct 2015 07:34:12 +0000 (09:34 +0200)]
project cleanups
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar + ignored some files
Roland Haeder [Thu, 1 Oct 2015 18:19:04 +0000 (20:19 +0200)]
updated jar + ignored some files

8 years agoMerge branch 'master' of file:///E:/Java%20Project/jcontacts
Roland Haeder [Thu, 1 Oct 2015 13:39:10 +0000 (15:39 +0200)]
Merge branch 'master' of file:///E:/Java%20Project/jcontacts

8 years agoinitial import (was in wrong project, sorry folks)
Roland Haeder [Thu, 1 Oct 2015 13:24:33 +0000 (15:24 +0200)]
initial import (was in wrong project, sorry folks)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoinitial import (was in wrong project, sorry folks)
Roland Haeder [Thu, 1 Oct 2015 13:24:33 +0000 (15:24 +0200)]
initial import (was in wrong project, sorry folks)
Signed-off-by:Roland Häder <roland@mxchange.org>