Re: How to configure development mode so can see changes on-the-fly without restart

2009-03-09 Thread Jason Rosenberg
AB | www.curalia.se > Hudiksvallsgatan 4, 113 30 Stockholm, Sweden > -- > > > ----------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e

Re: How to configure development mode so can see changes on-the-fly without restart

2009-03-09 Thread Jason Rosenberg
gt; >> I generated my project initially using the quickstart maven archetype >> >> Essentially, I'm wanting to replicate the JSP model where you edit jsp >> files >> and then the server recompiles changes and presents them without a >> restart... >> &

Re: How to configure development mode so can see changes on-the-fly without restart

2009-03-09 Thread uwe janner
for class reloading you can either use wicket with seam (of course activate debug/development mode in both seam and wicket) or javarebel (which now has a wicket plugin). as we migrated from seam with jsf to seam with wicket we are very happy to have this "instant change" feature for free. cheers,

Re: How to configure development mode so can see changes on-the-fly without restart

2009-03-09 Thread Stefan Malmesjö
You can read up here http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin on scanIntervalSeconds and reload=automatic. It works for me, but I usually get an exception after 30 or so reloads. But I figure it's better than nothing :) /Stefan Jason Rosenberg wrote: Hello, I'm new to Wick

Re: How to configure development mode so can see changes on-the-fly without restart

2009-03-09 Thread Maarten Bosteels
tially, I'm wanting to replicate the JSP model where you edit jsp > files > and then the server recompiles changes and presents them without a > restart... > > Thanks for any advice... > > Jason > -- > View this message in context: > http://www.nabble.com/How-to-c

How to configure development mode so can see changes on-the-fly without restart

2009-03-08 Thread Jason Rosenberg
evelopment-mode-so-can-see-changes-on-the-fly-without-restart-tp22407484p22407484.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional c