Quynh,

I'm using GWT 2.2 with Eclipse, with the Eclipse Google Plugin. What you are
describing works fine for me. The only time I have to restart the server is
when I change the class structure (add a new class for example) on the
client side. Then I have to restart everything so that my client side
changes have effect.

Create a simple test case where you have a simple GWT-RPC handler that
returns a string and your EntryPoint just prints it out (with Window.alert
maybe). Put "first string" on it and run the test. Your browser will say
"first string". Change the source of the GWT-RPC handler to "second string"
and just reload the server. Press Ctrl+R in your browser and it should say
"second string".

If it doesn't, please send more details with code and a procedure to
reproduce the problem.

Best,
Dani

On Thu, Jun 23, 2011 at 2:57 AM, Quynh <[email protected]> wrote:

> I am using eclipse and hosted mode to test out my app before deploy
> them to app engine. I read somewhere in google document which stated
> that if I used hosted mode and made change to server side code I can
> just press "reload web server" inside development and refresh the page
> to see the code in effect. However, it doesn't seem to be the case for
> me.
>
> The only way for me to get server side code to kick in was to stop the
> web server then press debug mode again.
>
> Is that suppose to happen? or is there any fix for my problem?
>
> Thanks :)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
Dani
Cloud3 Tech - http://cloud3.tc/
Twitter: @DaniCloud3 @Cloud3Tech

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to