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
