Re: [appengine-java] Can I set GAE's dev_appserver to automatically reload context when I change .class files?

2011-03-11 Thread Toby Reyelts
Luca, If you're compiling from Ant, why can't you just make that task also ping the server or touch appengine-web.xml? We don't think of the aforementioned solutions as hacky. They are purposefully designed so that we don't start loading a webapp context with half-compiled classes, jsps, etc...

[appengine-java] Can I set GAE's dev_appserver to automatically reload context when I change .class files?

2011-03-10 Thread Luca Matteis
Hello everybody! I'm using Google AppEngine with their built in web server. My development goes about in a simple way: I make changes to my .java sources or .jsp and compile using ant and to see the changes I have to restart the development server. I'm wondering if there's a way I can avoid this

Re: [appengine-java] Can I set GAE's dev_appserver to automatically reload context when I change .class files?

2011-03-10 Thread Yasuo Higa
Hi Luca, Slim3 supports HOT reloading. https://sites.google.com/site/slim3appengine/ Yasuo Higa On Thu, Mar 10, 2011 at 7:58 PM, Luca Matteis lmatt...@gmail.com wrote: Hello everybody! I'm using Google AppEngine with their built in web server. My development goes about in a simple way: I