Hi,
I'm developing a widget for myspace platform. I need to access
another site's data by call use its url. Two strategies I used:
1. use external iframe, use gwt normal app compiled option(that is
iframe used) and host the application on my own server. GWT Request
Builder used to get the backend data by my RESTful service api. but I
must use Oauth to get myspace's user profile, it's quite hard and
unstable for me.
2. use <linker set="xs"/>, that is compile the gwt file without js and
import them into myspace inline html file. but in this case, I can not
use GWT's RequestBuilder to get my site's data(that is another site
for Myspace widget here).
So I need use JNSI to wrapper opensocial0.7(present version for
myspace) API, that's makeRequest to get data from my site.
That's too tedious, I've heard that google has released gadget.jar
which used for gadget API by GWT. I checked it a while, I found it
works on iGoogle, but no user story found on MySpace.
Is someone else who has the same experience about that? Any ideas or
suggestions are welcome. I'm on all ears.
Sammi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---