Can you explain a bit more of the details behind this statement: "Depending on what you want to support for gadget rendering, you may need to provide custom implementations of the OAuthRequest and HttpFetcher classes."
What scenarios would cause you to want to implement your own OAuthRequest and HttpFetcher classes? Thanks, Timothy Fisher Compuware Covisint The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. From: Kevin Brown [mailto:[email protected]] Sent: Monday, April 20, 2009 4:34 PM To: [email protected] Subject: Re: Custom Container in Java For the most part you just need to implement the interfaces here: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/social-api/src /main/java/org/apache/shindig/social/opensocial/spi/ Depending on what you want to support for gadget rendering, you may need to provide custom implementations of the OAuthRequest and HttpFetcher classes. The rest should be suitable out of the box. On Mon, Apr 20, 2009 at 11:02 AM, Viral Patel <[email protected]>wrote: > 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 >

