Our primary dev targets are internal and therefore we control the servers...and use Java so GWT-RPC is beautiful. If doing it external and you just want a webhost, there are plenty that offer Java as an option. There are even more that offer PHP, like most everyone does. And then you would use JSON to communicate with your GWT app, not quite as slick as RPC, but still very usable. I hadn't thought of EC2, that's a great idea too, if your needs aren't met by a web host environment.
Good luck! Later, Shaffer On Jan 20, 7:29 am, "Peter Ondruška" <[email protected]> wrote: > For RPC I use JSON but if GWT RPC is needed for my deployment I would > go for Amazon EC2. There are plenty of virtual machine types available > that provide java servlets. Peter > > 2009/1/20, sloughran <[email protected]>: > > > > > > > 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?- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
