Using Java in xml gadget specification instead of javascript

How do I create applications that run on Orkut.com using the OpenSocial java client libraries? I read the OpenSocial tutorial for Orkut and I am running a simple Orkut tutorial application. Now I want to use Java in the XML gadget specification file. Is there a code example or what explains this?

+3
source share
3 answers

Gadgets for Orkut cannot be written in Java, only HTML, Javascript and css.

+3
source

You can try to implement your gadget in GWT, which is written in Java, but then compiled into Javascript, Html and CSS. Here are some pointers that may be helpful:

+2

You can have your / jsp`s servlets on your server and access them in the application via JSON and display them in your application!

0
source

Source: https://habr.com/ru/post/1730522/


All Articles