Greetings to everyone, I am working in direction of implementing open social container for my java application using Shindig. I have a small social web application that I created in Java, I need to add open social support in this application.
I have installed Apache Shinding in my computer and am able to compile and run it using maven. While reading documentation of Shindig I came to know that I have to implement number of interfaces/classes to customize it and integrate it with my social web application. I went through Chris's tutorial ( http://chrisschalk.com/shindig_docs/shindig_sql_tutorial/shindig_data_tutorials.html#tutorial4) but still not able to understand the flow. And I think that this tutorial was created for some previous version of Shindig. Can anyone please help me in my implementation. Which classes to implement and some basic steps to implement Java version of Shindig. Thanks in advance, Viral Patel

