Compiling Each subdirectory is an eclipse project, import into eclipse and it will build everything. Running Most projects are just class libraries and lack a main class. FacemapTest can be run as a JUnit test suite and FacemapGui can be run as an Android appication. SVN Directory contents FacemapClient facemap client implementation FacemapDomainModel domain model interfaces FacemapEntities persistent domain objects FacemapGui android gui FacemapServer facemap server implementation FacemapTest JUnit tests j2ee-tutorial-jboss7 j2ee tutorial ported to run on jboss7 Android Test Data Setup There are a total of 10 accounts in the test repository that will be created when the android application loads up. for i from 0 to 9 name = iii email = i@mail.com password = i phone = 123456789i Since add friend is currently not wired into the client, accounts 5 and above will have contacts added into their friend list and can be seen under All Contacts.