Calling a client or server for a google API?
I am writing a web application with GWT and I have to call the google calendar API to get some information. I now have this dilemma: is it better to use a client-side call (using the javascript library or gwt-gdata) or use the google standard library for java to call the server side service and then pass all the data to the client using an asynchronous call? I can't figure out the pros and cons of the two approaches ... Specifically, I need to call the calendar API multiple times to fetch events and allow users to add new ones, etc. Can you help me?
+2
a source to share