gwt created js is nothing but a normal JS ,executed in browser.
so backend is either PHP or Java.

if you use ajax in GWT and server side is PHP then you use RequestBuilder
Class.
if server side is Java then you may use either
RequestBuilder/GWT.create(abc.class);

On Sat, Jun 12, 2010 at 2:17 AM, rajath <rsdso...@gmail.com> wrote:

> Hi all,
> I recently tried my hand with GWT hosted on GAE/J, and found it to be
> really good, especially considering that i did not have to learn
> javascript. I want to try to build the front end with GWT, but for the
> back end, we already have a php server which gives json data over
> restful urls.
>
> I have read in other places that the communication between GWT and php
> can happen with a few tweaks. My questions are related to the
> following, which is confusing me - does the gwt-created js files have
> to be served from a Java-server (or GAE)? Is there some way for the
> php server that we have to serve these js files?
>
> Any help would be much appreciated. Thanks, Rajath
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to