Roland Haeder [Thu, 8 Oct 2015 15:56:37 +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 [Wed, 7 Oct 2015 10:05:09 +0000 (12:05 +0200)]
Continued:
- added methods for checking user name and email address
- renamed loginUser() to validateUserAccountStatus()
- removed registerUser() as this bean is not doing registrations
- updated jars
Signed-off-by:Roland Häder <roland@mxchange.org>