Hi Harroot,
You're best starting point (at the moment) is:
http://cwiki.apache.org/confluence/display/SHINDIG/The+rough+guide+to+deploying+shindig
This links off to a few articles, particularly
http://cwiki.apache.org/confluence/display/SHINDIG/Providing+your+own+data+service+implementation
Hope these help.
Cheers,
Ben
BBC
On 11 Jan 2009, at 07:05, [email protected] wrote:
Thank's for help Chris :)
On Jan 10, 11:14 pm, Chris Chabot <[email protected]> wrote:
Hey harroot,
It's best to direct your question to shindig-
[email protected], this
mailing list is just meant for specification discussion and not
implementation (shindig) related issues.
I've cc'd the shindig-dev list, so hopefully someone there can help
-- Chris
On Sat, Jan 10, 2009 at 7:58 PM, [email protected]
<[email protected]>wrote:
Hi everyone,
I am a beginner with openSocial.
I am using Apache Shindig project by this(
http://chrisschalk.com/shindig_docs/shindig_sql_tutorial/shindig_data
...
) tutorial, and I think ther are some mistakes especially with
<< Intermediate>>
Tutorial 3: Creating a MySQL backend database for OpenSocial data
(some problems with opensocial_mysql.sql script [solution is
chenging FK name person_fk to person_music_fk f.e,and
person_url_fk])
Tutorial 4: Using extended Java classes within Shindig to talk to
your
SQL database
In SocialApiGuiceModule.java file I can not find this code
bind(PeopleService.class).to(BasicPeopleService.class);
bind(DataService.class).to(BasicDataService.class);
bind(ActivitiesService.class).to(BasicActivitiesService.class);
Mentioned in tutorial.
So please can you support me with answer (Am I use wrong
tutorial?, or
ther are many versions of Shindig? )