Thomas,

Thanks so much - it worked great.

One more (related) question, if I may.  How do I best update the 
server-side code?  Right clicking on the text editor in the IDE and 
selecting "Validate" works (as does exiting the IDE and re-running).  Is 
that the best / only way?

Thanks again,
Michael O.


In detail,

1) I edited line 28 in GreetingServiceImpl.java (under 
com.google.gwt.sample.stockwatcher.server under src folder under the 
StockWatcher project)
from: return "Hello, " + input + ...
to: return "Hello there, " + input + ...

2) Right-click on the text-editor and save and then right-click again and 
hit validate.

3) Hit the "Send" button on the client-side webpage

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to