Thank you for you help...it is very much appreciated. If I understand you correctly, I can (at a minimum) create a Java client library that communicates with my GWT RequestFactory back end.
Is it safe to assume that a .NET client library that calls RequestFactory doesn't exist? Further assuming that creating one would be a significant undertaking.... On Nov 15, 7:48 pm, Thomas Broyer <[email protected]> wrote: > You can use > RequestFactorySource<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/googl...>to > create a client instance (it can even run on Android devices, FWIW), > then initialize it with a > UrlRequestTransport<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/googl...>, > or your own implementation based on Apache HttpClient or whatever. -- 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.
