Hi group,

I'm new to Shindig , i implemented the 5.9 version (OpenSocial 7.0) to
my site
with the help of page 
http://chrisschalk.com/shindig_docs/shindig_sql_tutorial/shindig_data_tutorials.html,
but i want to implement the new Shindig version (OpenSocial 0.8.1).

My question is:
      how to integrate my sql database to the new shindig version?

      before we modified the SocialApiGuiceModule, that file
used:

     bind(PeopleService.class).to(SQLPeopleService.class);
     bind(DataService.class).to(SQLDataService.class);
     bind(ActivitiesService.class).to(SQLActivitiesService.class);

   but now it just have the line:
     bind(String.class).annotatedWith(Names.named
("shindig.canonical.json.db")).toInstance"sampledata/
canonicaldb.json");

    Some One kwon's if there an other similar page that explains this
data integration or if you can tell me how can i do that, i'll very
thankful.

Thanks in advance.

Jorge









--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Implementing OpenSocial Containers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-container?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to