There is not much to do about connecting GWT to PHP, the only problem I've had is the fact that, when developing, both projects have a different URL so the SOP kicks in, but when deploying everything will run in the same URL and the SOP code is not needed. I solved that by creating a simlink to the GWT resulting code from inside my PHP project.
There is also an example of using JSON with PHP on the GWT's website. I haven't found much examples on the web, most of them are too generic, but I'm currently building applications using PHP and GWT, if I can I'll post some of the code. -- https://www.plesform.com - Gestão de formação simples e eficaz. On 2011/05/08, at 03:00, Bruno Santos 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.
