I looked in to this yesterday. Thomas Broyer posted a message on this group at one point that RequestFactory doesn't support a REST backend http://groups.google.com/group/google-web-toolkit/browse_thread/thread/f43a98bc56af0e91
I wonder if, since RequestFactory uses different interfaces on client and server, the server interface could be used to map directly to a restful server. I think this would be a really nice way to proxy a restful server on a different domain. I'm not that familiar with RequestFactory, though - would a setup like this make any sense? Anybody think it be a worthwhile project to take up? On Wed, Oct 13, 2010 at 12:03 PM, Jeff Larsen <[email protected]> wrote: > I am beginning a new project and I was wondering what the options are > for using JSON and REST as the protocol for using the RequestFactory. > The framework I'm writing must be portable across multiple types of > backend environments, Java, C#, PHP etc. > > In reading the docs/Ctrl+F I didn't find REST or JSON mentioned. What > are my out of the box options for using JSON /Rest? > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
