Installing and running the shindig-spring-example ================================================= This is a shindig samples project showcasing spring integration into a mock social shindig implementation. Steps to install and run shindig-spring-example 1. Install shindig locally (see http://incubator.apache.org/shindig/#java) 2. Open a command-prompt, and 'cd' to where shindig-spring-example code is (e.g. cd ~/src/shindig-spring-example) 3. mvn install 4. mvn jetty:run 5. Open a browser and try the following URLs: - http://localhost:8080/social/rest/people/canonical/@self?format=xml - http://localhost:8080/social/rest/people/canonical/@friends?format=xml