Is it possible to use non-Javascript client with RequestFactory?
23 views
Skip to first unread message
David Vree
unread,
Nov 15, 2011, 4:45:49 PM11/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi -- New to all this, but I am wondering if it is possible for my
company to supply Java, .NET, Python, etc. client-side libraries that
will run against RequestsFactory servlet?
I understand that RequestFactory uses, and is based on JSON, but the
service methods are not REST nor SOAP, but rather of its own
design...is that correct?
Thomas Broyer
unread,
Nov 15, 2011, 7:48:29 PM11/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
You can use RequestFactorySource to create a client instance (it can even run on Android devices, FWIW), then initialize it with a UrlRequestTransport, or your own implementation based on Apache HttpClient or whatever.
David Vree
unread,
Nov 15, 2011, 11:22:45 PM11/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
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....