i dont see why not - the archetype builds a regular web application project. look in src/main/webapp, you will see web.xml where you can configure spring, etc.
when you are ready to deploy simply run "mvn war" and it will build a war file that you can drop into jboss. -igor On Wed, Jan 21, 2009 at 11:12 AM, Mathias P.W Nilsson <[email protected]> wrote: > > Thanks for the quick response. Will I be able to use Spring, jax-ws with this > with the hair I have lest intact :) > -- > View this message in context: > http://www.nabble.com/Developing-environment-with-wicket-tp21589337p21590117.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]
