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?
|
feedback
|
|
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). | |||
|
feedback
|
|
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! :) | |||||
feedback
|
|
i realized that local server reload when i modify and save the appengine-web.xml file, so i created a build.xml file with this instructions and runs from eclipse+ant, so i have hot deploy
| |||
|
feedback
|