org.apache.shindig.social.opensocial.spi.ActivityService should exist. It is an interface, and you would need to implement everything that is there. Similarly, AppDataService and PersonService are there (in the same place.) You would need to implement all 3 for your container.
You need to register your customizations to Shindig with Guice handlers, this involves a change to the web.xml - there's a context parameter called guice-modules, add your module there. For an example of how the modules are created, take a look at org.apache.shindig.social.sample.SampleModule . Jeff -----Original Message----- From: Angelo Andrade [mailto:[email protected]] Sent: Monday, August 31, 2009 10:38 AM To: [email protected] Subject: Shindig - Database Integration <[email protected]>Hey guys, I'm trying to use Shindig with a external database, so I can create and use a social network based on OpenSocial. I've already installed and configured the necessary tools and Shindig is running ok. I followed the instructions at http://chrisschalk.com/shindig_docs/io/shindig-io.html#lab1 but now i have some problems. The version of Shindig that i could find is 1.0 and the tutorial is for version 0.7. To be more specific the problem is that some interfaces like DataService, ActivitiesService no more exists. I wanna know if u can give some information so i can solve this problem. How can i get the Shindig 0.7? Or even better, how can i do the database integration in the latest version (Shindig 1.0). Thank u !! -- Angelo A. Moura Membro Brazil-IP/UEFS 2008 Decodificador de Áudio MPEG-2 AAC-LC Universidade Estadual de Feira de Santana

