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?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
Pranav
  • 3,340
  • 8
  • 35
  • 48

3 Answers3

3

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

tr4656
  • 1,298
  • 9
  • 16
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