If you are talking about opensocial data, right now it is just pulled from a
xml file and then modified in memory.

You can see the code for reading from the file here:
http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/social/samplecontainer/XmlStateFileFetcher.java

If you wish to use a database instead of a flat file you just need to
provide your own implementations of three service interfaces for people,
data and activities. They are in this directory:
http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/social/opensocial/

The samplecontainer directory has examples of how these can be implemented
with the flat file.

If you were not talking about opensocial data I think we'll need a little
more information on your issue.
I hope this helps.

- Cassie


On Thu, Mar 20, 2008 at 8:11 PM, Amr Khaled <[EMAIL PROTECTED]> wrote:

> How are you all?
> I hope you are well. I hope you have a good work on the Shindig project
> and
> finish it as soon as possible.
>
> I have a little question.
> I've successfully downloaded and build the Shindig source.
> I want to know where the applications data are saved.
> Is there a database? If not how can i plug my database with Shindig to
> build
> my social network website.
>
>
> --
> Amr Khaled
>

Reply via email to