On May 29, 1:09 pm, Saurabh Agarwal <[email protected]> wrote:
> Hi All,
>
> I am entirely new to GWT just got aware of it 20 min back.
>
> I have a website in PHP and want to update its UI ( make it ajax based
> ). Can i used GWT for client side only.
Yes of course, GWT is all but for server-side (with the sole exception
of GWT-RPC, but even for that there are implementations of the GWT-RPC
"protocol" in many server-side languages, including PHP:
http://code.google.com/p/gwtphp/
> I will want to continue with the hosting provider ( lunarpages ) , do
> i have to change anything wrt provider for getting GWT to client.
No, GWT will compile your Java code to "plain old JavaScript", and all
you have to do is upload the files to your server.
> Does anybody came across such a solution , how feasible and good it is..
I've seen people willing to use GWT with a PHP back-end many times on
this group; most if not all had a problem with the HostedMode (answer:
just use its -noserver mode), and I cannot even remember a question on
another topic about GWT+PHP, so I guess it works smoothly.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---