Hot reloading of classes is already supported in the jvm. it just requires a debug connection if i understand it all correctly. for instance we use the sysdeo tomcat plugin in eclipse which starts tomcat in debug mode every time we change some code tomcat automatically uses the new class. Well up till a certain point some changes cannot be hot swapped. I think the same is true for jetty if you run it in debug mode.
Maurice On 10/5/07, Artur W. <[EMAIL PROTECTED]> wrote: > > Hi! > > I know that Wicket in development mode does hot redeploy of html templates. > Is it possible to configure it to does a hot redeploy of java classes too? > It would boost the development time!! > > Thanks, > Artur > > -- > View this message in context: > http://www.nabble.com/hot-redeploy-of-java-classes-tf4573767.html#a13055319 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
