views:

183

answers:

3

How do I develop apps that run on Orkut.com using the OpenSocial java client libraries? I have read the OpenSocial tutorial for Orkut, and am running the simple tutorial app on Orkut. Now I want to use Java in the Gadget Specification xml file. Is there some sample code or tutorial out there that explains this?

Thanks, Pranav.

+3  A: 

Gadgets for Orkut can't be written in Java, only HTML, Javascript, and css.

tr4656
and maybe Flash (don't know about Orkut, but OpenSocial describes Flash support)
Thilo
Orkut gadgets don't support flash.
tr4656
+2  A: 

You could try implementing your gadget in GWT which is written in Java but then cross compiled into Javascript, Html, and CSS. Here are a couple of pointers that may be useful:

Jay Askren
A: 

You can have your servlets/jsp`s on your server and access them in the app through JSON and render them in your app!

Abhishek