hmm, interesting, i dont think it's worth it,  you would need to be able to
decode/encode the json-format of RF @ your php-serverside (method call,
entity-identity payload ...), i think the Rest-way would make you move
faster, so you can keep your php part & exchange the client part for
whatever you feel comfortable with


hth


On Fri, Nov 15, 2013 at 7:35 PM, Ervin Hoxha <ervin.ho...@gmail.com> wrote:

> 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+unsubscr...@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.
>

-- 
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+unsubscr...@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.

Reply via email to