Apache Shindig

OpenSocialアプリケーションをホストするためのソフトウェア)。
SNSサイトなどのコンテナに相当するものだそうです。
これを使えば独自にOpenSocialのアプリケーションをホスティングすることができます。

ソースコードの取得

1. mkdir ~/src/shindig (this is also referred to as later in the exercises)
2. cd ~/src/shindig
3. svn co http://svn.apache.org/repos/asf/incubator/shindig/trunk/ .

ビルド(with Maven)

1. Make sure you have the prerequisites installed first.
2. cd ~/src/shindig/
3. mvn (This executes a top level build of Shindig)
4. Once the build completes, you can run Shindig with:
mvn -Prun

Jettyサーバの立ち上げ

1. mvn jetty:run-war



http://chrisschalk.com/shindig_docs/io/shindig-io.html