use wicket-quickstart to generate a startup project. this project will come with an ambedded jetty. find a class called Start and in eclipse rightclick and select debug as java application.
wicket will startup with html reloading and class reloading via java hotswap. and jetty takes about two seconds to start. -igor On Wed, Jan 21, 2009 at 10:34 AM, Mathias P.W Nilsson <[email protected]> wrote: > > Hi, > > I have a question that can cut down developing time alot. I'm developing a > Spring, Wicket, Hibernate application with Eclipse and JBOSS ( jax-ws > integration ). My problem is that i I change an html markup the container is > reloading. If I set reloadable false on the container the html doesn't get > visible until I restart JBOSS. How do you solve this? I guess you dont > reload the container every time you chage a div in the markup. Any pointers > on setup for this with eclipse? > -- > View this message in context: > http://www.nabble.com/Developing-environment-with-wicket-tp21589337p21589337.html > 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]
