On Wed, Oct 1, 2008 at 9:13 AM, Ashish Raichura <[EMAIL PROTECTED]> wrote:
> Hello, > > I am new to Shindig and want to know how can I implement OpenSocial > Container in Java in my website. What are the requirements and steps to > follow. I visited website but still not getting idea. At the most basic level, you don't need to do anything. Shindig works out of the box. Follow the build instructions on http://incubator.apache.org/ to get started. Once you want to connect shindig to your own infrastructure (user profiles, activities, etc.), you'll need to implement the interfaces to connect to the appropriate data store. There are sample implementations in http://svn.apache.org/viewvc/incubator/shindig/trunk/java/samples/ You can ultimately replace almost any component of the system because we heavily favor dependency injection using guice ( http://code.google.com/p/google-guice). If you can't use one of the standard components, you can always replace them. > Can we implement Shindig on windows. Yes, Shindig should work fine on any platform that the appropriate runtimes work under. I've run both shindig java and php from my windows laptop without any issue. > > > Please any one can help me in understaning from basics. > > Regards, > Ashish

