Thanks for clarifying.

I ran across this question while trying to associate objects in the
GAE datastore. I am working on an insurance quoting application and
need to associate driver and vehicle objects to a quote request
object.

The way I am attempting to do that is by passing the driver object to
a addDriver() function in the quoteRequest object.
The quoteRequest object then sets the driver objects "foriegn key" to
the quoteRequests google key and saves the driver object to the
datastore.
Then the quoteRequest object adds the driver objects googlekey to an
array and saves itself to the datastore.

Does this seem like the right approach?

btw: I am really looking forward to your blog post on using GAE xmpp
and mail services. Wish I could have been there for your presentation,
but was unable to attend the event.

-- 
official tag/function reference: http://openbd.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to