Re: How to execute Wicket project in Eclipse

2009-09-13 Thread Manmadha
. can u Plz suggest me how to run this application. Iam not using Maven for building the files and i configured Apache Geronimo 2.0 Server in Eclipse Thanks Swapna -- View this message in context: http://www.nabble.com/How-to-execute-Wicket-project-in-Eclipse-tp21881247p21891215

Re: How to execute Wicket project in Eclipse

2009-02-07 Thread Graeme Knight
configured Apache Geronimo 2.0 Server in Eclipse Thanks Swapna -- View this message in context: http://www.nabble.com/How-to-execute-Wicket-project-in-Eclipse-tp21881247p21891215.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: How to execute Wicket project in Eclipse

2009-02-07 Thread Swapna Rachamalla
: http://www.nabble.com/How-to-execute-Wicket-project-in-Eclipse-tp21881247p21891215.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: How to execute Wicket project in Eclipse

2009-02-07 Thread Martijn Dashorst
-to-execute-Wicket-project-in-Eclipse-tp21881247p21891215.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

How to execute Wicket project in Eclipse

2009-02-06 Thread Swapna Rachamalla
Hi All I have installed Apache wicket plug-ins in Eclipse. Now iam able to create Wicket Project from File-New-Other-Wicket-Wicket Project. Then it is asking for Project name. So gave some name.. Then it is creating MyApplication which extends WebApplication and configured in the web.xml file.

Re: How to execute Wicket project in Eclipse

2009-02-06 Thread Trent Larson
You will have to run your Wicket application with a J2EE application server. I've found Run-Jetty-Run to be extremely easy-to-use: http://code.google.com/p/run-jetty-run/ Trent On Fri, Feb 6, 2009 at 2:43 PM, Swapna Rachamalla swapna.rachama...@gmail.com wrote: Hi All I have installed

Re: How to execute Wicket project in Eclipse

2009-02-06 Thread Swapna Rachamalla
yeah i got it using Apache Tomcat 6.0 also.. Thanks a lot.. On Fri, Feb 6, 2009 at 3:04 PM, Trent Larson larsontr...@gmail.com wrote: You will have to run your Wicket application with a J2EE application server. I've found Run-Jetty-Run to be extremely easy-to-use: