Piotr:
On Sat, Nov 7, 2009 at 11:55 AM, Piotr Tarsa <
piotr.tarsa@...> wrote:
> I need an up-to-date pom.xml files with short dependencies, ie. the
> ones I saw had a long list of dependencies.
>
I usually start with the wicket quickstart project and it fits my needs.
Later,
I add the dependecies that I need.
> I've set netbeans.deploy=false so NetBeans doesn't ask for deploying
> server (besides, I am using embedded Jetty to run that, so the
> question was weird), but sadly, now NetBeans doesn't open new browser
> window and doesn't stop Jetty before another run command.
>
You could use the option 'apply code changes' if you change a class. This
replace the old class file with the new one without needing to restart
the jetty. It's very usefull and reduces the deployment dead time.
In order to use this options you should run your start jetty in debug mode.
> Do you think that using Maven2 with that project makes sense? Maybe I
> should make regular NetBeans project...
In my opinion Maven is the correct option. Downloading the jars manually
is a ugly task.
Cheers.
--
Mauro Ciancio