twdarkflame I think doing the way you sad may be work, but i think that way i will have some problems with the installation of my app because of the absolute urls, for now, i see at least one problem. To install my app, i will have always to chance some variable that prefix my urls.
Ian If i do that, every time that i want to see the chances that i made on my app i will have to compile right? I have some doubts because with a small project the compile process take around 30 seconds. On Tue, Aug 11, 2009 at 8:55 AM, Ian Bambury <[email protected]> wrote: > You can use the -noserver switch, and point a web server at your project's > war directory. > Ian > > http://examples.roughian.com > > > 2009/8/11 twdarkflame <[email protected]> > > >> Cant you just use HttpRequests to the php pages (using query strings >> to send the data), and set them pointing to absolute urls for your >> sever? >> That should work, I think. >> >> >> On Aug 11, 6:25 am, Tiago <[email protected]> wrote: >> > Hello, >> > >> > I started my studies about GWT 1 week ago and i'm interested on using >> > GWT with PHP. I have experience with web development using PHP and >> > Symfony framework and Java with VRaptor and Tomcat. >> > >> > Well, i saw that GWT executes on hosted mode using Jetty container and >> > work with GWT RPC for data exchange between java server and client. >> > For PHP, JSON appear to be the only way right? >> > >> > As i would like to use GWT for development with PHP, i would like to >> > know how can i develop without having to compile the GWT to run on web >> > mode. For example, how can i run a GWT application and communicate >> > with my Apache server while i am developing the application? >> > >> > The GWT runs on localhost:8080, the Apache on port 80, the >> > GWT.getModuleBaseUrl() returns me localhost:8080, and my PHP server- >> > side code runs on a virtual host xxx.com. >> > >> > Is there a good way of doing that? >> > >> > Thank you and sorry about my poor english. >> >> > > > > -- Tiago Zortéa de Conto Mac User - MAC OS X Leopard MSN: [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
