Re: GWT Newbie:: devmode (same origin policy) with PHP REST backend

2010-09-10 Thread Ketan Shah
Thanks Brett. I received similar advice on IRC ###gwt . Worked wonderfully ! On Sep 9, 11:28 pm, Brett Thomas brettptho...@gmail.com wrote: Are you familiar with the -noserver option? Check it outhttp://code.google.com/webtoolkit/doc/latest/FAQ_DebuggingAndCompilin... On Thu, Sep 9, 2010

GWT Newbie:: devmode (same origin policy) with PHP REST backend

2010-09-09 Thread Ketan Shah
Hi All, I am in process of exploring GWT as a potential candidate for my REST based API developed in PHP (served via nginx and php-fpm). The devmode startsup gwt server at port while I have my backend at port 8080. I am trying to use RequestBuilder but I dont want to use *jsonp* since I

Re: GWT Newbie:: devmode (same origin policy) with PHP REST backend

2010-09-09 Thread Brett Thomas
Are you familiar with the -noserver option? Check it out http://code.google.com/webtoolkit/doc/latest/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT%27s On Thu, Sep 9, 2010 at 11:00 AM, Ketan Shah ketan.s...@gmail.com wrote: Hi All, I am in process of