Questions tagged [apache-shindig]

Apache Shindig is an OpenSocial container and helps you to start hosting OpenSocial apps quickly by providing the code to render gadgets, proxy requests, and handle REST and RPC requests.

38 questions
6
votes
3 answers

OpenSocial server implementation

What is the preferred method of implementing the OpenSocial platform? I'm aware of Apache Shindig but can't really find any useful information on it. Also, is it possible to use an existing solution like the Rails-based lovdbyless and add OpenSocial…
Abdullah Jibaly
  • 47,520
  • 35
  • 114
  • 192
4
votes
2 answers

Is there a port of Apache Shinding, Java version, that runs on Google App Engine?

I've been searching the web for a Apache Shindig Java port to Google App Engine, but I only found a Python version. Is there a Java port? or are there blocking dependencies that make it very hard to port Apache Shindig to Google App Engine (besides…
Hilbrand Bouwkamp
  • 13,429
  • 1
  • 43
  • 52
3
votes
4 answers

A production quality OpenSocial .NET library?

I'm looking for production quality OpenSocial/Shindig .NET library, both Container and Client. I only found Baadal (and a dead project on CodePlex). What are you guys using?
ripper234
  • 202,011
  • 255
  • 600
  • 878
2
votes
3 answers

Distortion of text in IE

Im using shinding engine , and whenever I move one gadget for repositioning, the bold text inside that gadget gets distorted.
Neeraj
  • 7,443
  • 8
  • 36
  • 67
2
votes
1 answer

Are there any Java client libraries for OpenSocial?

I'm looking for a java client library for OpenSocial. There is opensocial-java-client at Google Code, but it seems inactive. Are there any alternatives?
Christian Strempfer
  • 6,937
  • 5
  • 43
  • 73
1
vote
1 answer

Does Shindig support OAuth2.0

guys. As mentioned in the title,I wonder whether Shindig implement OAuth2.0 or not? I found an url:http://codereview.appspot.com/3138041/.When I startup the tomcat,however,it throws following exception: org.apache.http.conn.ConnectTimeoutException:…
user652761
  • 117
  • 1
  • 1
  • 3
1
vote
0 answers

WSO2 APIM Analytics not populating Log Analyzer links in Admin Portal

We have setup WSO2 API-M v2.1.0 with API-M Analytics v2.1.0 with Postgresql and HAProxy on CentOS. The API analytics reports are being shown as expected from the Publisher and the Store side and even the api availability from the Admin Portal. This…
Simon Trimboy
  • 61
  • 1
  • 5
1
vote
0 answers

Changing XML filename for Google Calendar sidebar gadget that uses osapi.http causes RPCs to return 401 errors

For an html type google gadget with module pref: initially defined in file gadget1.xml, it will properly execute RPCs. However, if you remove it from your calendar, change its filename to gadget2.xml and then add…
1
vote
2 answers

Why use iGoogle platform

Don't get me wrong, I like iGoogle and use it. But for intranet site, why anyone would use iGoogle or Apache-Shindig which is foss implementation of iGoogle platform. OK, boss likes look of iGoogle widgets/gadgets and fact that he can drag them…
Primoz
  • 3,459
  • 12
  • 50
  • 66
1
vote
1 answer

Modify Apache Shindig to accept new Data Pipelines

I've been working on integrating Open Social into a service, and modifying Apache Shindig to accommodate. There are some non-open-social features I'd like to use, and I've figured out so far how to add basic js features and server-side data methods.…
Jon W
  • 14,320
  • 6
  • 35
  • 46
1
vote
1 answer

Is Apache Shindig 100% compatible with iGoogle implementation

Is Apache Shindig 100% compatible with iGoogle implementation of gadgets.* API and gadget XML specs. best regards
Primoz
  • 3,459
  • 12
  • 50
  • 66
1
vote
1 answer

How to develop a Google Gadget compatible server

I am going to develop a Google Gadget container site, that will be able to host OpenSocial compatible widgets (that I believe are Google gadgets, too, right?). Do you have any guidance where to start? I know that the good start is the iGoogle…
Peter Stegnar
  • 11,661
  • 12
  • 58
  • 77
1
vote
1 answer

Apache Rave 0.1.8 demo problems: social gadgets not displayed

I've been asked to look into Apache Rave with a view to creating a portal that displays our own widgets and some free social widgets (news and suchlike). I installed JDK 1.6 and downloaded the Rave 0.1.8 binary zip file from…
Nix
  • 321
  • 8
  • 19
1
vote
2 answers

How to dynamically adjust iframe height of a Shindig Gadget

I want to dynamically adjust the height of an iframe of a Shindig Gadget depending on content inside of it. After some research I found out that it is required such iframe src to have declared to get the height of the content inside…
coder9
  • 1,551
  • 1
  • 27
  • 51
0
votes
1 answer

Spring integration with Shindig

I have a Spring bean containing an interface, as part of an OSGI bundle. I would like to use that bean in my Shindig project ( WAR). and inject it's implementation. I tried to use Guice Spring integration in order to this, but no good. What are my…
1
2 3