Roland Haeder [Sat, 10 Oct 2015 20:02:39 +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
Roland Haeder [Thu, 8 Oct 2015 15:56:24 +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).
Roland Haeder [Fri, 2 Oct 2015 13:16:22 +0000 (15:16 +0200)]
Continued:
- POJOs and POJIs should be "basicly finished" now
- maybe still some properties are missing
Signed-off-by:Roland Häder <roland@mxchange.org>