]> git.mxchange.org Git - addressbook-lib.git/commit
Continued:
authorRoland Haeder <roland@mxchange.org>
Fri, 9 Oct 2015 12:20:26 +0000 (14:20 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 9 Oct 2015 12:20:26 +0000 (14:20 +0200)
commit68b81ac2a90af4ca3733bc6148eca4c62018fc37
tree0de38fff7581b4820c99ce16e9b251e313baf76f
parent3708c5248bf51d1a84043b4094b9b34cb79af004
Continued:
- added persistence jar
- added juser-core
- added POJO/POJIs for address book handling
- added remote interface for address book handling
- removed mindmap as it should only stay in one place (better in main project)
- updated jars
Signed-off-by:Roland Häder <roland@mxchange.org>
14 files changed:
docs/mindmaps/Addressbook Application.mm [deleted file]
lib/jcontacts-business-core.jar
lib/jcore.jar
lib/jpa20-persistence/javax.persistence-2.1.0-doc.zip [new file with mode: 0644]
lib/jpa20-persistence/javax.persistence_2.1.0.v201304241213.jar [new file with mode: 0644]
lib/juser-core.jar [new file with mode: 0644]
nbproject/project.properties
src/org/mxchange/addressbook/model/addressbook/Addressbook.java [new file with mode: 0644]
src/org/mxchange/addressbook/model/addressbook/AddressbookSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/addressbook/model/addressbook/UserAddressbook.java [new file with mode: 0644]
src/org/mxchange/addressbook/model/addressbook/entry/AddressbookEntry.java [new file with mode: 0644]
src/org/mxchange/addressbook/model/addressbook/entry/UserAddressbookEntry.java [new file with mode: 0644]
src/org/mxchange/addressbook/model/addressbook/status/AddressbokStatus.java [new file with mode: 0644]
src/org/mxchange/addressbook/model/addressbooks/AddressbookSessionBeanRemote.java [deleted file]