As a GWT newbie, I want to create a GWT interface and a PHP server, exchanging data via JSON. GWT Getting Started docs (http://code.google.com/intl/sv-SE/webtoolkit/doc/latest/tutorial/JSONphp.html) offer
- GWT interface compilation and
- moving it to Apache / IIS server
Is there any way to avoid this round trip? Is it possible to configure Jetty and local Apache to run simultaneously so that the development of the GWT interface (host mode) can run in parallel with the PHP backend dev?
Alternatively, is it possible to configure GWT Host to use local Apache / Tomcat instead of Jetty?
source share