hot redeploy for GoogleAppEngine

Hello,

I’m trying to develop an application for gae and one feature that should help during development is hot redeploy of application after changes in code.
For the standard application ( based on standard Servlet) it works perfectly (with ?debug)
but when i configure my app. to work with gae, the changes are visible only after restart of application.

Is there any tip to enable redeploy for gae?

Best regards,

Tomasz

This is an issue with the GAE development environment. More info:
http://code.google.com/p/googleappengine/issues/detail?id=1787
.