This is true only for the GWT client side (and not completely, since Gin modules don't seem to be refreshed correctly).
For server side, JSPs look to be refreshed automatically, but you must reload the server to have your RPC services updated. If you use Eclipse there's a reload icon in the "Development Mode" tab, just near the one to stop the server (yes, it looks like tab's refresh...) Be careful when doing this, since restart adds up space to the process and it eventually goes out of memory after a couple of reloads (at least, this happens to me. Should be configurable but I never tried). Regards Lorenzo On Jul 4, 6:40 am, jesbox <[email protected]> wrote: > Hi! > I have read that it should be sufficient to save a java source file > and that the development server would reload the class. Then I could > reload the page and it would be the latest version I would look at. > > This does not happen to me, I have to stop the development server and > then run the application again. > > Many thanks for advice on this. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
