This repository includes the Contacts Application, a multi-tenant address book example application used for the hands-on session of the LDP4j tutorial held at the ESWC 2015 conference.
The application is built to work with the latest version of the LDP4j framework. To follow the tutorial you will need to get the release version of the application prepared for the tutorial, which is built to work with the pre-release version of the LDP4j framework prepared also for the tutorial.
Thus, to follow the tutorial you will first need to get the sources and build the pre-release version of LDP4j locally:
git clone http://github.com/ldp4j/ldp4j
cd ldp4j
git checkout eswc2015-tutorial
mvn clean install
Then you will need to get the application and build the version used for the tutorial:
git clone http://github.com/ldp4j/eswc2015-tutorial
cd eswc2015-tutorial
git checkout eswc2015-tutorial
mvn clean install