Using the /remote_api you can access remote datastores.

I suggest creating one major app that holds the datastore and the rest
access the models over http using remote_api.
read about it.
-
Cheers,

def AlonCarmel(request)
     import simplejson as json
     contact = {}
     contant['email'] = '[email protected]'
     contact['twitter'] = '@aloncarmel'
     contact['web'] = 'http://aloncarmel.me'
     contact['phone'] = '+972-54-4860380'
     return HttpResponse(json.dumps(contact))

* If you received an unsolicited email from by mistake that wasn't of your
matter please delete immediately. All E-mail sent from Alon Carmel is
copyrighted to Alon Carmel 2008. Any details revealed in e-mails sent by
Alon Carmel are owned by the Author only. Any attempt to duplicate or
imitate any of the Content is prohibited under copyright law 2008.



On Fri, Jul 30, 2010 at 10:23 PM, slowpoison <[email protected]> wrote:

> I'm currently working on a suite of apps, that will all share data
> amongst themselves - mainly the user data. Is there a way to do this
> using the datastore API?
>
> Imagine a mail application and a calendar application. I'd like to
> keep the apps separate but share a single "User" entity kind between
> them. Possible? How?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en.

Reply via email to