On Tuesday, July 10, 2012 4:26:02 PM UTC+2, Ümit Seren wrote: > > I think Cloud Endpoints are bigger than RequestFactory for GWT. > They are supposed to be a truly restful API for all Google Services (i.e. > Cloud SQL, Datastorage, etc). > However RequestFactory has some distinct features that AFAIK Clound > Endpoints don't support yet (i.e. tracking changes and transmitting only > delta's, batching, specifying the object graph that goes over the wire). >
Actually, Cloud Endpoints are reachable as REST or JSON-RPC, and JSON-RPC supports batching. (and RequestFactory supports JSON-RPC ;-), but without batching for now, and with a bunch of bugs and limitations; that means you could very well generate RequestFactory interfaces out of an "API discovery description doc"; that would really be a killer thing!) One thing you won't ever have outside RF are EntityProxyChange events, but they're hardly usable anyway so chances are you won't really miss them ;-) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/f9Huinx4pS8J. 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-web-toolkit?hl=en.
