Robo wrote:
Why there is no complete distribution of jar`s, needed to run Wicket aplication just 
\"out of the box\". it is a little bit boring to  find out that I also need to 
download slf4j and velocity. I uderstand that this info is writen on your page but I 
would expect just download one tar (zip) unpackit to my classpath write demo and run it.

Contrary to lib where one would expect them they are included in example`s war.

We give you a ready-to-run WAR file which has all the dependencies for the projects.

If we included the JAR files in addition to this, we'd double the size of the download. It's an already-sizeable 14.8Mb for the ZIP.

If you use Maven 2, it will manage the dependencies for you. If you choose to manage your dependencies manually, then you will obviously have some work to do.

and understand why I need org.apache.velocity packages when I do not use it, is 
simply confusing me. does Wicket from clear and nice programming go to 
something unclear and confused?
>
And can someone point me to some link where there is explained why when I 
develop simple HelloWorld application I need also org.apache.velocity.

You don't. You need that for things that use the wicket-velocity project. Such as wicket-examples, which has example code for that.

If you want a complete list of dependencies for each project, please find it here:

http://herebebeasties.com/static/wicket-dependencies.txt


Regards,

Al
--
Alastair Maw
Wicket-biased blog at http://herebebeasties.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to