Re: tomcat 6

2008-10-21 Thread Guðmundur Bjarni
If you decide to go for Jetty, you should try the run-jetty-run[1] plugin that Eelco wrote. Basically if your project is set up right, i.e. web.xml in the right place and so on. You can run it like any other Java Application from Eclipse's run configurations. regards, Guðmundur Bjarni [1] http

Re: Salve and Guice

2008-10-21 Thread Guðmundur Bjarni
cases static injection. regards, Guðmundur Bjarni -- View this message in context: http://www.nabble.com/Salve-and-Guice-tp20087649p20088079.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Salve and Guice

2008-10-21 Thread Guðmundur Bjarni
of a commitment to use compile time weaving/instrumentation. Last I checked, the InjectorHolder only worked with Spring and not with Guice. I looked into fixing that some time ago but didn't finish that work. I've got more time now if someone is interested? :) regards, Guðmundur Bjarni igor.vaynberg

Re: Maven multi module app using wicket spring hibernate

2008-04-07 Thread Guðmundur Bjarni
is the preferred way in Wicket 1.3. regards, Guðmundur Bjarni -- View this message in context: http://www.nabble.com/Maven-multi-module-app-using-wicket-spring-hibernate-tp16537252p16537448.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: [WUG] Copenhagen

2008-04-15 Thread Guðmundur Bjarni
Hey Nino, I just saw this message now. I signed up myself and a friend of mine who is quite interested about Wicket. regards, Guðmundur Bjarni Nino.Martinez wrote: Hi This is a reminder, and callout as it would be really nice to be some more people in order to get discussions going

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Guðmundur Bjarni
I agree with Antoine. Guðmundur Bjarni Antoine van Wel wrote: 1) Generifying* Wicket [X] Can best be done like currently in the 1.4 branch, where models and components are both generified. I care most about the improved static type checking generified models and components give Wicket

Re: How to set the path for a uploadfolder?

2008-04-24 Thread Guðmundur Bjarni Ólafsson
If memory serves, then you can get access to the servlet request, and pull out the context path from your page via: getWebRequestCycle().getWebRequest().getHttpServletRequest() regards, Guðmundur On Thu, Apr 24, 2008 at 11:20 AM, unka_hahrry [EMAIL PROTECTED] wrote: Hi! I want to save