Not recommended per se, but it works for me. However, it will not reload structural changes, you'll need to restart jetty when you add a property, method, or change the signature of a method, etc.
The debugger can only modify the contents of methods, not add them (unfortunately). The reloading filter should mitigate that, but I haven't used it. Martijn On 10/5/07, Jason Mihalick <[EMAIL PROTECTED]> wrote: > > Thanks Eelco. However, I am using the Maven Jetty plugin > (http://www.mortbay.org/maven-plugin/index.html) for jetty usage under > Maven. Perhaps that is what you meant. I am also using the Maven2 eclipse > plugin (http://m2eclipse.codehaus.org/) for dependency management within > eclipse, but that plugin is not affecting this problem. > > So is using Martin's suggestion the preferred way to develop with Wicket > under Eclipse and it will avoid my reloading issues? > > Thanks for the replies. I'm really enjoying development with Wicket. > > -- > Jason > > > Eelco Hillenius wrote: > > > >> I think most developers have given up on using the eclipse jetty > >> plugin, and use an embedded container instead. > > > > Jason uses the Maven Eclipse plugin, which is a completely different > > bird, and which actually is used by quite a few developers from what I > > hear. > > > > Eelco > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/How-to-NOT-cause-a-hot-redeploy-with-Jetty-when-HTML-files-change-tf4571849.html#a13057239 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0-beta3 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
