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?
Asked
Active
Viewed 528 times
3 Answers
3
Gadgets for Orkut can't be written in Java, only HTML, Javascript, and css.

tr4656
- 1,298
- 9
- 16
-
and maybe Flash (don't know about Orkut, but OpenSocial describes Flash support) – Thilo Feb 12 '10 at 01:50
-
Orkut gadgets don't support flash. – tr4656 Feb 12 '10 at 01:53
2
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
- 10,282
- 14
- 53
- 75
0
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 Dhote
- 1,638
- 10
- 41
- 62