Hi Pablo, Is there any documentation ? I changed few things in the pom in order to update sqlite-jdbc and then try to build it against trunk. It fails ... Is there any chance that it can be ported to 1.1 ?
Regards Guillaume On Mon, Aug 17, 2009 at 11:35 PM, pablo fernandez<[email protected]> wrote: > Guillaume, > > I did small database backed implementation of shindig, its tiny and uses > sqlite. > > You can check the code > here<http://code.google.com/p/shindig-db-integration/>it might speed > up your development. > > On Mon, Aug 17, 2009 at 9:34 AM, tog <[email protected]> wrote: > >> Hi, >> >> I am quite new to shindig and my goal is to build an "opensocial >> capable" application using grails. >> Has someone get a similar experience ? >> >> So far I am able to test trunk using jetty from the command line and >> tomcat. >> My only point is the following message ... but I am not able to find >> any gadgets.properties in the directory tree. Can anyone help ? >> >> WARNING: Couldn't load OAuth signing key. To create a key, run: >> openssl req -newkey rsa:1024 -days 365 -nodes -x509 -keyout testkey.pem \ >> -out testkey.pem -subj '/CN=mytestkey' >> openssl pkcs8 -in testkey.pem -out oauthkey.pem -topk8 -nocrypt -outform >> PEM >> >> Then edit gadgets.properties and add these lines: >> shindig.signing.key-file=<path-to-oauthkey.pem> >> shindig.signing.key-name=mykey >> >> >> What is the best way to play with the opensocial data container ? Is >> there some tiny application using this backend. I already had a look >> to: >> - SocialSite (which is not using Shindig) >> - mediated-opensocial but this is from my point of view an extension >> rather that an application using it. >> >> Thanks for your help >> >> Guillaume >> > > > > -- > Fernandez, Pablo. > -- PGP KeyID: 1024D/69B00854 subkeys.pgp.net http://cheztog.blogspot.com

