GWT Rocks... but, there is really no mapping from the XML Atom format of GData API to GWT... Not that I can think of anyways.
I have an application built on GWT that connects to GData... you need a server in the middle.. you have to proxy the information... I'm using visitor pattern, but you could use Adapter or similar pattern.... I'd definitely go with GWT-RPC mechanism... there is one- to-one mapping to the way GData works at the high-level (large-grained calls, etc.)... IMHO, GWT and GData are both amazingly well designed... with the exception of the funky time-zone issues in gcal ;-) (sorry folks, had to put that in... experienced a lot of problems there... just venting) On Nov 12, 8:39 am, tv <[EMAIL PROTECTED]> wrote: > I haven't tried this but I would also be very interested in others' > experiences with it. > > On Nov 11, 10:42 pm, Rebornspirit <[EMAIL PROTECTED]> wrote: > > > Is anyone using the combination between the GData protocol and GWT, so > > not only GData as an interface for the existing Google apps but also > > use it for their own way of communication? > > > Grtz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" 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-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
