After small troubles I had with it I know it. But from my point of view it is not correct to initiatie not used libraries just by including it in App Server classpath. From my point of view lib is lib, and when nto called by developer it sould not be initiated by App server. I runned into troubles with dependecies SELF initialized itself. I saw this behaviur several times before but everytime I`m suprised. As I said from my point of view, lib is lib. But this guides me to troubles :-) But to be concrete I need to develop demo app using fove frameworks, not using Maven :-), so I put every lib in wicket into lib dir to not to solve missing lib troubles when building demo app. But it raised contrary, unnessesary \"self living\" lib problem.
So Eelco we could probably close this thread as my troubles with Hello World are solved, now begins the trouble with demo app. So thanks for help and good product. Demo app will be presented week after next week so we`ll see hov wicket compares to other frameworks. Robo ----- Originálna Správa ----- Od: \"Eelco Hillenius\" Komu: Poslaná: 06.09.2007 18:17 Predmet: Re: Re: Re: Wicket libraries stack trace > On 06 Sep 2007 17:23:13 +0200 (CEST), Robo wrote: > > And why not? Besides that Wicket is doing some initialization of not used > > libraries is there any restriction of not including not neccesary libraries > > in classpath? Most time I develop someting I have many libraries in my > > classpath even if I do not use them ... > > Because you seem to be running into trouble with your dependencies. If > you include wicket-velocity, you need Velocity (which you could have > guessed from the name of the project) and any dependencies Velocity > has. If don\'t include wicket-velocity, you don\'t need Velocity. It\'s > that simple. > > Eelco > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > __________ Sprievodca herným svetom - http://hry.sme.sk/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
