Accessing PHP pages in Hosted Mode GWT
Monday, January 15th, 2007Accessing PHP pages for debugging in hosted mode has been an issue mostly confined to those running Linux systems prior to IE7. Now the question comes up for Windows developers as well. I never liked the Tomcat proxy idea since it lends itself to writing code using GWT.isScript(), which I would rather avoid. I like to write code that is identical in testing to its final deployed form. So I wanted to find another solution.
(more…)