I am new to Apache Shindig and OpenSocial framework. I have downloaded the source code from Shindig's SVN at: http://svn.apache.org/repos/asf/shindig/trunk/.
Could some one help me to understand the application flow from web.xml to other areas. I could see 5 projects common, features, gadgets, server and social-api while importing into Eclipse. What are the significance of these projects. After using mvn install, I got war file in server's target folder. Does this war enough to run the application.
I am following different sites along with shindig.apache.org.
Please help me to understand the flow of Shindig from gadget(xml) to server side classes.