Using RequestFactory with php backend. Is it possible?
Hi everyone,
-- Im working on a gwt project that needs to talk to a php back-end server. Im trying to decide what possibilities do I have to make calls to a php server (apart the classic Ajax Html forms and the RequestBuilder).
I have heard that RequestFactory is a powerful mechanism to do this.
My question is: is it possible to use RequestFactory to make calls to a php server?
What I have noticed From the docs and the examples that I have read about RequestFactory, is that it is always associated with some JAVA server-side classes.
To be more specific, in all the docs it's stated that the ProxyEntity interface signature (client side) should match the server-side implementation of the object (that of course is in java).
So am I missing something, or it is not possible to use RequestFactory with php? And if yes, how it's possible to bypass the fact that the client side EntityProxy interface should match some server-side class signature?
Thanks for your time
Ervin
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home