[appengine-java] Re: Have to restart server to see changes when using Spring

2010-07-12 Thread Marcel Overdijk
Anytime you change a Java file you have to restart the server to make the changes effective. On Jul 12, 7:59 am, decitrig wrote: > I have this controller set up right now, using Spring MVC 3.0: > > @Controller > public class HelloController { > >   @RequestMapping("/hello.htm") >   public Strin

[appengine-java] Re: Have to restart server to see changes when using Spring

2010-07-12 Thread decitrig
On Jul 12, 5:53 am, Marcel Overdijk wrote: > Anytime you change a Java file you have to restart the server to make > the changes effective. My mistake; I'm also working with GWT, and got the two mixed up. Sorry for the static! > On Jul 12, 7:59 am, decitrig wrote: > > > > > I have this controll

Re: [appengine-java] Re: Have to restart server to see changes when using Spring

2010-07-12 Thread John Patterson
JRebel woks well with App Engine to make restarting unnecessary most of the time. On 12 Jul 2010, at 19:53, Marcel Overdijk wrote: Anytime you change a Java file you have to restart the server to make the changes effective. On Jul 12, 7:59 am, decitrig wrote: I have this controller set u