Re: Problem running wicket in eclipse working with tomcat

2013-11-20 Thread Martin Grigorov
Sure. Just download wicket-util,jar, wicket-request.jar and wicket-core.jar manually and put them in the classpath (in WEB-INF/lib/ folder) On Wed, Nov 20, 2013 at 1:23 PM, Gerrit Wassink wrote: > What i meant is making a dynamic web project in Eclipse in which i can > work with Wicket, without

Re: Problem running wicket in eclipse working with tomcat

2013-11-20 Thread Gerrit Wassink
What i meant is making a dynamic web project in Eclipse in which i can work with Wicket, without using maven.But now i am looking also looking at m2e-wtp. Martin Grigorov , 20-11-2013 12:13: On Wed, Nov 20, 2013 at 12:57 PM, Gerrit Wassink wrote: > Hello Martin, > Thanks a lot for your qui

Re: Problem running wicket in eclipse working with tomcat

2013-11-20 Thread Martin Funk
Hi Gerrit, for now just try something like: org.apache.maven.plugins maven-eclipse-plugin 2.9 true

Re: Problem running wicket in eclipse working with tomcat

2013-11-20 Thread Martin Grigorov
On Wed, Nov 20, 2013 at 12:57 PM, Gerrit Wassink wrote: > Hello Martin, > Thanks a lot for your quick response! > Is there also a way to build a dynamic web project with Wicket > structure.This must be possible?I did many research on the web but not very > succesful.I have to build What do you

Re: Problem running wicket in eclipse working with tomcat

2013-11-20 Thread Gerrit Wassink
Hello Martin, Thanks a lot for your quick response! Is there also a way to build a dynamic web project with Wicket structure.This must be possible?I did many research on the web but not very succesful.I have to build a java webapplication with Wicket and Hibernate.The nice book "Wicket in Action

Re: Problem running wicket in eclipse working with tomcat

2013-11-20 Thread Martin Grigorov
Hi, I am user of Intellij IDEA now but before when I was an Eclipse user I have used embedded Jetty. See Start.java in Wicket quickstart application. If you want to use Tomcat as you described I think you need http://www.eclipse.org/m2e-wtp/. This project integrates Eclipse's Web Tools with Maven

Problem running wicket in eclipse working with tomcat

2013-11-20 Thread Gerrit Wassink
Hello members, My name is Gerrit Wassink and i am junior java developer.I am trying to setup a development environment in Eclipse Juno and want to use Wicket in it.Until now i did not succeed in getting a working structure which can work with Tomcat.I want to run and debug in Eclipse with the em