Client or server side invocation to google API?
Posted
by Raffo
on Stack Overflow
See other posts from Stack Overflow
or by Raffo
Published on 2010-05-09T16:53:55Z
Indexed on
2010/05/09
16:58 UTC
Read the original article
Hit count: 250
I'm writing a web application with GWT and I've to call google calendar's API to retrieve some information. I now have this dilemma: Is it better to use a client side invocation (using javascript or gwt-gdata library) or using the standard google library for java to call the service at server side and then passing all the data to the client via an async call?? I'm not able to understand pros and cons of the two approaches... In particular, I need to call several time the calendar API to retrieve events and let users add new ones, etc. Can you help me?
© Stack Overflow or respective owner