]> git.mxchange.org Git - juser-lib.git/commit
Continue:
authorRoland Häder <roland@mxchange.org>
Tue, 19 May 2020 22:11:55 +0000 (00:11 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 19 May 2020 22:29:46 +0000 (00:29 +0200)
commit7b575cad05d18d32a341c7c1fef92b6b1021e670
treef702eebf4b6ad1dff80b5705c2352264752932a4
parentf5722a465f351f3eb6f2605972060e7688fb9855
Continue:
- updateUserData() was throwing an unchecked EJBException, now better the
  well-known UserNotFoundException (maybe subject for renaming?)
- re-added other business methods for checking of user existence. Please do NOT
  invoke them from your web/Swing application as this causes a lot EJB remote
  method invocations.
- Instead you should implement a similar method in your application and have the
  user list cached and checked against that cached list.

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jusercore/model/user/UserSessionBeanRemote.java