]> git.mxchange.org Git - jcore.git/commit
Preprared jcore for EJB applications:
authorRoland Haeder <roland@mxchange.org>
Fri, 4 Sep 2015 12:51:33 +0000 (14:51 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 4 Sep 2015 12:51:33 +0000 (14:51 +0200)
commit739f0e48fad7cd1ac56afb7beb1cad4516805a7d
treefad6e960481e2b31edf419d9b114c58ae88e8b3e
parent34ab796f8b0159fdfc1fced47f28799187a9ddbf
Preprared jcore for EJB applications:
- moved Gender into own sub package
- added utility class GenderUtils
- removed session-related stuff as this was a bad idea anyway
Signed-off-by:Roland Häder <roland@mxchange.org>
src/org/mxchange/jcore/BaseFrameworkSystem.java
src/org/mxchange/jcore/FrameworkInterface.java
src/org/mxchange/jcore/contact/BaseContact.java
src/org/mxchange/jcore/contact/Contact.java
src/org/mxchange/jcore/contact/Gender.java [deleted file]
src/org/mxchange/jcore/contact/gender/Gender.java [new file with mode: 0644]
src/org/mxchange/jcore/contact/gender/GenderUtils.java [new file with mode: 0644]