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.
Questions tagged [apache-shindig]
38 questions
0
votes
1 answer
From Shindig 2.0.2 to 2.5.1
We were using Apache Shindig 2.0.2 and now need to update to version 2.5.1. However, the underlying code seems to have changed quite a bit (since some classes/methods are no longer available/moved?). I searched for a change/release log but to no…

mkiesner
- 635
- 5
- 20
0
votes
0 answers
Shindig + OAuth + Persistance
I have read a good dozen of articles (including ones from stockoverflow), slides and tried samples from the Apache. I'm a back-end Java developer, still struggling with client side part.
My task is simply a build To-Do widget and be able to store…

Macchiatow
- 607
- 10
- 24
0
votes
1 answer
Apache Shindig application flow
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…
0
votes
1 answer
Disable Shindig Caching
How can I disable caching in shindig? I tried passing nocache=1 parameter in the request. It disabled shindig caching but added Pragma: no-cache and Cache-Control: no-cache to the response.
I don't want to disable browser caching but just shindig…

ankurvsoni
- 2,064
- 3
- 18
- 22
0
votes
1 answer
IE 8: Only Show Secure Content
I manually modified a Shindig App's XML file so that it would grab resources from https:// rather than http://.
When I navigate over SSL to my page where the Shindig App lives, I get the "Do you want to view only the webpage content…

Kevin Meredith
- 41,036
- 63
- 209
- 384
0
votes
1 answer
Shindig - Could not fetch gadget spec (security tokens?)
I'm working with shindig trying to get some OAuth1 gadgets working outside any container (using the gadgets/ifr thing).
I've been using the 'gadget testing container' and everything works just fine, which means every key is setted correctly on the…

ThisIsErico
- 1,885
- 2
- 19
- 24
0
votes
0 answers
Shindig maven install: Gadget Renderer faild
I'm kinda lost in here trying to get shindig (java) up and running...
I've downloaded the code from the svn repository (from trunk and other beta from tags) and I've been trying to install the code in the .m2 folder as a repository.
I did't succeed…

ThisIsErico
- 1,885
- 2
- 19
- 24
0
votes
1 answer
Use Dojo Grid in OpenSocial Gadget
I try to use a dojo grid in an opensocial gadget, it happens always that the framework try to fetch DataGrid.js from
http://ajax.googleapis.com/ajax/libs/dojo/1.7.2/dojo/../dojox//grid/DataGrid.js, and it fails.
But in a normal html my app works…

noodleneedsbeef
- 17
- 3