2 messages in com.googlegroups.opensocial-apiRe: what's the difference between per...
FromSent OnAttachments
humbroll29 Apr 2008 22:09 
jfahrenkrug29 Apr 2008 22:57 
Subject:Re: what's the difference between persistence and activity
From:jfahrenkrug (jfah@gmail.com)
Date:04/29/2008 10:57:20 PM
List:com.googlegroups.opensocial-api

Persistence means your application can save data across sessions. Example: Your application let's the user enter which books he likes. When the user closes his browser and logs into Orkut and pulls up your application again a few days later he doesn't want to enter the books again, but expects that the application "remembered" them. That's what you use the persistence stuff for. Docs: http://code.google.com/apis/opensocial/docs/0.7/devguide.html#Persistent

An Activity is a way of letting your friends know about something you did ("Peter just added a new Book named "No Country For Old Men""). Docs: http://code.google.com/apis/opensocial/docs/0.7/devguide.html#Activities

I hope this helps.

- Johannes

On Apr 30, 7:09 am, humbroll <humb@gmail.com> wrote:

persistence and activity, two feature of three primary areas of functionality in the OpenSocial API.

what's the difference between them exactly?