Re: Maven setup

2009-05-06 Thread Eyal Golan
Have you checked http://wicket.apache.org/quickstart.html ? You can copy the archtype command. paste in your command prompt and the run it. after that, run mvn eclipse:eclipse and you'll have everything you need. Also the Jetty embedded plugin. Eyal Golan egola...@gmail.com Visit:

Re: Maven setup

2009-05-06 Thread Linda van der Pal
For more information about Maven, check out this online book: http://www.sonatype.com/books/maven-book/pdf/maven-definitive-guide.pdf Regards, Linda Frank Tegtmeyer wrote: Hi, does anybody have a Wicket quickstart project updated to the latest versions? I am new to Java, to Maven and to

Re: Maven setup

2009-05-06 Thread Steve Swinsburg
Hi, The dependency is wrong. It should be: dependency groupIdorg.apache.wicket/groupId artifactIdwicket/artifactId version1.3.5/version /dependency cheers, Steve On 6 May 2009, at 11:47, Frank Tegtmeyer wrote: Hi, does anybody have a Wicket quickstart

Re: Maven setup

2009-05-06 Thread Frank Tegtmeyer
Eyal Golan egola...@gmail.com wrote: Have you checked http://wicket.apache.org/quickstart.html ? Yes I saw it some day but forgot about it. Thanks for pointing there. Thanks also to Linda and Steve. All this was very helpful. Regards, Frank

Re: Maven setup

2009-05-06 Thread Null kühl
Hi, Kindly have a look on this webpage, www.ilearnzone.com/wicket.html It's a video tutorial that explains kicking off with wicket along with maven + tomcat/jetty :) it also explains kicking off without maven. Regards, Ahmed M. On Wed, May 6, 2009 at 4:11 PM, Frank Tegtmeyer

Re: Maven setup

2009-05-06 Thread Roman Zechner
hi, also check `mvn deploy` - you can use that to export your war with scp://, for maven eclipse integration check m2eclipse. as for lighttpd, i don't know, but i remember there was no ajp connector available last time i was searching, let us know if you have some experience on that! oh, and

Re: Maven setup

2009-05-06 Thread David Brown
Hello Frank, I can't answer all the questions but... * I'm a 10+ year nearly Java only developer. I was initially very impressed with databinder but the only real support for databinder I could find is @: http://code.google.com/p/wicket-web-beans/ * I have 1.3.5 running in Eclipse (Ganymede)

Re: Maven setup

2009-05-06 Thread Dane Laverty
There's a basic installation guide for Maven, Eclipse, and Wicket on the wiki: http://cwiki.apache.org/WICKET/windows-guide-to-installing-wicket-on-eclipse-with-maven.html Dane On Wed, May 6, 2009 at 11:36 AM, David Brown dbr...@sexingtechnologies.comwrote: Hello Frank, I can't answer all the

Re: Maven setup

2009-05-06 Thread nino martinez wael
And theres even two free books on maven http://www.sonatype.com/products/maven/documentation/book-defguide http://www.jroller.com/carlossg/entry/better_builds_with_maven_free I'd skip the parts about maestro and just use hudson or continium :) 2009/5/6 Dane Laverty danelave...@gmail.com:

Re: Maven setup

2009-05-06 Thread nino martinez wael
I really like better builds.. 2009/5/6 nino martinez wael nino.martinez.w...@gmail.com: And theres even two free books on maven http://www.sonatype.com/products/maven/documentation/book-defguide http://www.jroller.com/carlossg/entry/better_builds_with_maven_free I'd skip the parts about