Changed war destination no refresh

2010-02-05 Thread Pietro
Hi all, I've configured Eclipse Plugin for GWT 2.0 so that compile directory is in web app of my web server. All have gone right, but now when I change java code I need to recompile. In Debug configuration I'veconfigured working directory so that it points to compile directory. I'm running on

Re: Changed war destination no refresh

2010-02-05 Thread Rajeev Dayal
Can you explain in more detail the changes that you've made? You should not need to change any settings at all in order to get the proper refresh behavior. A GWT Compilation is not necessary to run your application in development mode; you only need to compile it when you deploy it to your

Re: Changed war destination no refresh

2010-02-05 Thread cretz
A GWT Compilation is not necessary to run your application in development mode I don't necessarily agree with this. There have been times I have entered my application via development mode and it tells me GWT module 'MODULE_NAME' may need to be (re)compiled. I assume this only occurs when you

Re: Changed war destination no refresh

2010-02-05 Thread Rajeev Dayal
Hi, On Fri, Feb 5, 2010 at 1:18 PM, cretz chad.r...@gmail.com wrote: A GWT Compilation is not necessary to run your application in development mode I don't necessarily agree with this. There have been times I have entered my application via development mode and it tells me GWT module

Re: Changed war destination no refresh

2010-02-05 Thread cretz
I use the URL it recommends (http://127.0.0.1:/index.html? gwt.codesvr=127.0.0.1:9997) and I add a history token, but it keeps the gwt.codesvr (i.e. http://127.0.0.1:/index.html?gwt.codesvr=127.0.0.1:9997#login). When I login, I do issue a full redirect for OpenID and security reasons.

Re: Changed war destination no refresh

2010-02-05 Thread Rajeev Dayal
Hi, I don't think that's the best way to handle it, as you'll be littering those calls throughout your code. Take a look at our Showcase sample - in particular, look at the code that gets executed when the user changes locales by selecting a different one in the upper-right hand corner of the