I've been using PHP to write RESTful server. This way you are no writing it specifically for your GWT app and can use other clients as well since its pure HTTP. Also GET, PUT,POST and DELETE request work ok in GWT. This also allows to install the server on virtually every hoster there is.
On 20 jan, 11:24, sloughran <[email protected]> wrote: > So, in my messing around with GWT for the past year or so, I have been > using RPC's to communicate to the server. The thing is, my projects > have never gotten past my Eclipse project, so my "server" has just > been a folder on my computer. > > I am looking at web hosting companies and I just see things like PHP, > RUBY, PERL and such being allowed. I am not seeing JAVA being allowed, > which I would need for my RPC's. > > So, my question is, what do people use for server side code? Do you > use a web host with JAVA allowed? Do you use PHP and talk to it > through HTML gets? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
