According to what I have read concerning gwt, whenever we change the java code and reload the browser, the change is reflected. This is true for client side but not true for localhost serverside.
Does somebody know how to refresh the server side as well on browser refresh for gwt or is it not possible??
You can use hot deploy with Eclipse, Netbeans, IDEA etc. But for this usage you must use debug mode. In addition, IDE loses its state because of many changes so debug mode must be restarted.
I think there is no way to refresh changes and I think keyword is hot deploy