Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
1k views

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 ...
3
votes
2answers
277 views

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 ...
2
votes
3answers
294 views

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.
1
vote
0answers
248 views

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 ...
1
vote
0answers
198 views

How does this work?

I'd like implement to "gadgets.views.requestNavigateTo" in the shindig container. So I write like this, views feature. requestNavigateTo : function(view, opt_params, opt_ownerId) { if (typeof view ...
1
vote
2answers
373 views

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 ...
1
vote
1answer
362 views

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 ...
1
vote
1answer
353 views

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
1
vote
3answers
1k views

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?
0
votes
0answers
14 views

How do you render gadgets without iframes

I've just setup a new Shindig 3.0.0-b4 container. By default, gadgets render within an iframe when you add them to your page. How can we declare that we do not want a gadget rendered in a frame? Is ...
0
votes
1answer
22 views

shindig error: At least 1 ModulePrefs is required

I have Shindig 2.0.2 server running. When I'm trying to render the following local gadget spec XML: <?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs title="Calendar"> ...
0
votes
1answer
27 views

Apache Shindig API

Is there a better api with lot of examples like jquery for shindig. I'm tired of searching. I could not find one proper site for examples at least.
0
votes
0answers
50 views

Using Jquery in Gadget?

I'm a newbie to gadget development. Is it okay to use Jquery for a gadget. I was thinking it would make the gadget heavy, so I asked my team not to jump to jquery until we finalize. Any one who worked ...
0
votes
0answers
26 views

Where can I find more detailed information on Shindig/CRE implementation

I am looking for the Shindig/CRE implementation includes a plugable Service Provider Interface that can be used to integrate any backend data provider. Does anybody have a link to the related ...
0
votes
1answer
85 views

Changing hostname in Shindig's container

I'm using Shindig 2.0 with its default container. When the container renders the gadget, it calls the servlet: ...
0
votes
0answers
78 views

Running Shindig from a non-root path in Tomcat

I have downloaded the source code of Shindig. I build and deploy it to a local Tomcat server. For some reason, Shindig calls its servlets only from the root folder of Tomcat. I can't find what to ...
0
votes
1answer
176 views

Building Shindig locally

I want to use Shindig as an OpenSocial container. In order to do that I want to add more features to Shindig's current ones, thus I have to build its source code locally. I have downloaded the source ...
0
votes
0answers
141 views

does java shindig 2 run well in tomcat 6 on windows server 2008?

It would simplify our architecture if we could run our java shindig 2 inside tomcat 6 app on a windows 2008 server box instead of a linux box. Has anyone done this? How well does it work? How many ...
0
votes
1answer
530 views

not able to use dojo widgets in opensocial gadget inside apache shindig container

I am not able to use dojo widgets in my open social gadget. Here is the steps i followed 1. I am using apache shinding in tomcat 6.0.29 in my local machine. Tomcat is running on default port 8080. 2. ...
0
votes
1answer
185 views

Shindig: what is the use of RpcToken in shindig

what is the use of RpcToken in shindig? I am creating Iframe manually , If I didn't set RpcToken then will it be a problem?
0
votes
1answer
315 views

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? ...