]> git.mxchange.org Git - juser-lib.git/commit
Continued with splitting remote interface:
authorRoland Häder <roland@mxchange.org>
Fri, 5 Aug 2016 10:54:46 +0000 (12:54 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 5 Aug 2016 10:54:46 +0000 (12:54 +0200)
commit54bc92d46597cd678e9512cbc56fc1d5cd020bc7
tree48e6b2f7711b2bbaff7a77bf16d787b7b4bd33fc
parent8b6ab9624bc876f9de1edd75ba3dab94f2af0229
Continued with splitting remote interface:
- splitted user remote interface into general (old) and administrative user interface. This allows more distribution and not centralization of all business methods on one (then later even monolithic) EJB
- requires juser-lib.jar to be updated
src/org/mxchange/jusercore/model/user/AdminUserSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jusercore/model/user/UserSessionBeanRemote.java