Re: GWT 2.0 and Eclipse, Project redeployment

2010-02-22 Thread Rajeev Dayal
Hi Paul, Hotswapping should work if the following are true: 1) Your project's output folder is set to war/WEB-INF/classes (as all WAR-based projects created with GPE do) 2) Your GPE launch configuration uses the embedded server (i.e. not -noserver mode) 3) You run the GPE launch configuration in

Re: GWT 2.0 and Eclipse, Project redeployment

2010-02-22 Thread Chris Lercher
Keep in mind, that it hot-swaps code, but doesn't rebuild the objects. This may be confusing, because when something on the client side changes, you typically reload the page - thereby re-initializing all instances. On the server side you don't do that when hot-swapping. So (at least for me)

Re: GWT 2.0 and Eclipse, Project redeployment

2010-02-19 Thread Paul S
Rajeev, please elaborate on this. I thought is was just part of the fact that we had to restart the server if functionality there changed. Would be very nice if server code could be hot swapped. Naturally I would think that changes to web.xml and so on would require a server restart, but that's to

Re: GWT 2.0 and Eclipse, Project redeployment

2010-02-18 Thread Rajeev Dayal
How are you restarting the server? Are you using the Restart Server option in the Development Mode view? Also, if you are running your launch configuration using Debug (not Run), and you've set Eclipse to Build Automatically, then server-side changes should be hotswapped in most cases. On Thu,

Re: GWT 2.0 and Eclipse, Project redeployment

2010-02-18 Thread paata
uupss, It works, My project wasn't running using debug. Thank you very much. Regards, Paata Lominadze. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To