Re: Socialsite mavenized status update. please help!

2010-02-10 Thread Paul Lindner
It's possible that the containing page is not including osapi.js, which is part of samplecontainer.html in shindig. With that said I've already proposed moving as much client side javascript into the shindig features directory. This will allow for much better maintenance of this. On Wed, Feb 10

Send HTTP status codes with GadgetException throws (issue207060)

2010-02-10 Thread johnfargo
Reviewers: shindig.remailer_gmail.com, Description: This CL does change the status codes that will be emitted to the direct Shindig client. General guideline: * SC_BAD_REQUEST used when inputs are bad ie. query parameters or data provided by the gadget developer. * SC_BAD_GATEWAY used when data

Re: Continued improvement to exception handling code (issue207059)

2010-02-10 Thread John Hjelmstad
IMO we should return 500 when there's an Exception within the fetcher, but 504 when translating this to Shindig-emitted status codes, such as here. Could you help clean this up in your already-open BasicHttpFetcher cleanup CL? Thanks, John On Wed, Feb 10, 2010 at 2:17 PM, wrote: > LGTM > > > >

Continued improvement to exception handling code (issue207059)

2010-02-10 Thread johnfargo
Reviewers: shindig.remailer_gmail.com, Description: I'm committing this code early since we need it in fairly short order and it seems quite low-risk: familiar design pattern, no semantic difference in any behavior, just cleanup. Still, the line count is somewhat higher than I'm comfortable commi

Socialsite mavenized status update. please help!

2010-02-10 Thread Nicola Ghirardi
I'm working on the project socialsite-mavenized that aims to port socialsite to work using maven and the latest version of shindig (allowing me to use opensocial 0.9 features). I'd like to make it work with tomcat 6 and possibily with other application servers. I've tried to merge container.js (the

Re: Socialsite mavenized status update. please help!

2010-02-10 Thread Viggo Navarsete
Hi, yes this was the status I had went last time I worked on it too. I think there are still differences in what's defined in SocialSite and what is the current status of the configuration of Shindig. Paul Lindner has been very helpful providing input to fix such errors, and I hope him, or some ot

Gadgets deployement

2010-02-10 Thread hassan bidani
Hi, After I have successfully implemented the Service Provoider interface of Shindig I have deployed my Shindig project as ROOT.war in tomcat, and now I want to write a 'Print Friends list' gadget in my social network. Which libraries do I have to include in my SN in order to use javaScpir