Hi Avinash,
There are couple of things required to develop OpenSocial Applications
1. The Social Network
2. Viral Spread
3. Business Logic
4. Database store

OpenSocial APIs mainly provide the social network and viral spread.
Now for the remaining two parts that is your business logic and
database store, you would have to write the business logic partly in
the gadget xml (in html and javascript) and your back end servers
(java/php/etc..). Also for the database store you would need a expose
CRUD operations over http .
You should use gadget's makeRequest calls to make these out going
requests to your backend.

Here is an complete tutorial of how to write a sample gadget with a
backend as Google App engine.
http://code.google.com/apis/opensocial/articles/appengine.html

Thanks,
Rohit

On Jun 5, 10:42 am, Avinashdesai <[EMAIL PROTECTED]> wrote:
> Hi
>   Dont know much of this what to do in the sandbox.orkut.com see i
> want to develop an application but what about the Database and all
> other things needed..
>
> Thanks
> Avinash
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to