PLAY Linked Data Streaming
==========================

Installation
-------------																 
1. Install the Play! framework from www.playframework.org. We tested v. 2.0.x

2. Add the play-x.x.x folder to your systems's PATH variable

3. Checkout a copy of the source e.g. into your Eclipse workspace

4. Fetch all Maven dependencies:

        $ cd play-eventadapter-ldstreams
        $ mvn clean (delete old dependencies to avoid duplicate snapshot artefacts in lib/)
        $ mvn install

5. Create Eclipse project files (they are not in Git)

        $ play eclipsify

6. Import the eclipsified project in Eclipse:
`File -> Import -> Import existing projects` (add the path where the source was checked out)

