It doesn't seem to do this by default, which is pretty shocking to me given all the other stuff they've set up to make development easy. Is there a way to enable this? If not, anybody know why it isn't supported?
+1
A:
This is an open feature request on the App Engine Issue Tracker. You should vote on it there.
FWIW, it does work with JSP as expected (they get invalidated and recompiled when you update them).
Thilo
2009-08-07 10:30:01
+1
A:
There is JRebel that can help you with this http://englove.blogspot.com/2010/09/appengine-hot-deploy-on-mac.html
But using JRebel i had troubles with GWT in Development Mode.
BUt, there is a simplier way to do it. You can have hot deploy of your server clases if you debug your application in Eclipse.
Debug As -> Web Application
That's all! :)
nacho3d
2010-09-30 16:08:15
I can confirm that debugging the app is working for me. Thanks a bunch, nacho3d!
c15c8ra1n
2010-10-03 12:45:47