Yeah, it doesn't work on the client side of GWT, since not all the
source is translateable.  It's explicitly de-cluded from the list of
supported Java environments [1].  I'm not sure if it's one of Yaniv's
design goals. There's an enhancement request [2] though.  And someone
claimed to be working on one [3].

[1] http://code.google.com/p/google-api-java-client/wiki/JavaEnvironments
[2] http://code.google.com/p/google-api-java-client/issues/detail?id=44
[3]
http://groups.google.com/group/google-api-java-client/browse_thread/thread/aca32a69a64b95a1/00b25c3728151371?lnk=gst&q=gwt#00b25c3728151371

cheers,
David.



On Mar 15, 2:21 am, christophe peixoto <[email protected]>
wrote:
> I am tryin to make a Web application that work with google docs spreadsheets
> So first i have tried to link them (google spreadsheet and my coding) in
> java with:
>
> SpreadsheetService service = new SpreadsheetService("SpreadSheet demo");
>  service.setUserCredentials("mymail", "mypass");
>
> But when i try to use the same code in GWT,it gives me an error.I have
> google it a little bit and i am beginning to thing that the gdata library do
> not work on GWT

Reply via email to