hey bruno, plz take a look at restygwt. its creating restservice classes with typed parameters (auto-marshalling). the only thing you need to do is to describe your domain/dto classes that go through the wire in java for gwt.
we are working since 5 months on a bigger project, having pretty much a full php backend (legacy...). so far there are no problems. we have some yaml files to describe the domain objects; with them we generate php and java sourcecode versions. cheers, andi (vom fon) On 08.05.2011, at 04:00, Bruno Santos <[email protected]> wrote: > I wonder if it is possible to connect to the server in PHP, I saw that > the website shows how to make GWT RPC and JSON using Java, but PHP > speaks very little and I'm used to seeing examples to learn things, so > if anyone has an example or tell me where I can find to integrate GWT > with PHP would be grateful. > > PS: I found a tool called GWTPHP (http://code.google.com/p/gwtphp/) > making integration using RPC, but from what I noticed the last update > was in 2009, I wonder if anyone knows if the project will continue or > whether the future Google will do something similar. > > -- > 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. > -- 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.
