RE: iLearn Wicket - Please reply with your feedback

2009-04-13 Thread Chenini, Mohamed
Hi, I think that Wicket Users tend to use more Jetty than Tomcat as the application server. Regards, Mohamed -Original Message- From: Jeremy Thomerson [mailto:jer...@wickettraining.com] Sent: Monday, April 13, 2009 12:25 PM To: users@wicket.apache.org Subject: Re: iLearn Wicket -

RE: debugging a Wicket application running under Jetty-6.1 in Eclipse

2009-04-10 Thread Chenini, Mohamed
It is working now. I am debugging in Eclipse. Thanks a lot -Original Message- From: jcgarciam [mailto:jcgarc...@gmail.com] Sent: Thursday, April 09, 2009 6:06 PM To: users@wicket.apache.org Subject: Re: debugging a Wicket application running under Jetty-6.1 in Eclipse I'll suggest to

debugging a Wicket application running under Jetty-6.1 in Eclipse

2009-04-09 Thread Chenini, Mohamed
Hi, This is about debugging a Wicket application running under Jetty-6.1 in Eclipse. I followed the steps shown at: http://docs.codehaus.org/display/JETTY/Debugging+with+the+Maven+Jetty+Pl ugin+inside+Eclipse But I am getting this exception: java.lang.NoClassDefFoundError:

RE: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Chenini, Mohamed
Same concern here. Why the FX suffix? -Original Message- From: Johan Compagner [mailto:jcompag...@gmail.com] Sent: Wednesday, April 01, 2009 9:33 AM To: users@wicket.apache.org Subject: Re: VOTE: Rename Apache Wicket to Apache WicketFX Failed eXtremely On Wed, Apr 1, 2009 at 15:08,

RE: newbie question: HTTP 404 on the quickstart project

2009-03-25 Thread Chenini, Mohamed
) from the official companion site to Wicket in Action: http://wicketinaction.com/downloads/ Martijn On Tue, Mar 24, 2009 at 9:57 PM, Chenini, Mohamed mchen...@geico.com wrote: OK! I guess I was mixing two examples scenarios: - One from the Wicket website (quickstart) - And the second from

RE: Looking for a book on the jetty server

2009-03-25 Thread Chenini, Mohamed
Are you implying that in a production environment Glassfish, Tomcat, or JBoss are better to use with Wicket than jetty? I was planning to learn jetty to use it in development and in production and the 'Pro Wicket' book states that it [Wicket] was is a good fit for developing Wicket applications

RE: Looking for a book on the jetty server

2009-03-25 Thread Chenini, Mohamed
(with sysdeo plugin) and jetty (quickstart) in their daily development. Martijn On Wed, Mar 25, 2009 at 3:13 PM, Chenini, Mohamed mchen...@geico.com wrote: Are you implying that in a production environment Glassfish, Tomcat, or JBoss are better to use with Wicket than jetty? I was planning

RE: newbie question: HTTP 404 on the quickstart project

2009-03-25 Thread Chenini, Mohamed
the app on / WebAppContext bb = new WebAppContext(); bb.setServer(server); bb.setContextPath(/); bb.setWar(src/main/webapp); -- Jeremy Thomerson http://www.wickettraining.com On Tue, Mar 24, 2009 at 3:41 PM, Chenini, Mohamed mchen...@geico.comwrote

RE: newbie question: HTTP 404 on the quickstart project

2009-03-24 Thread Chenini, Mohamed
and http://localhost:8081 The answer really will be in Start.java - see what port it is on and where the app is mounted. Then make that into a URL. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Mar 24, 2009 at 3:19 PM, Chenini, Mohamed mchen...@geico.comwrote: I tried http

RE: newbie question: HTTP 404 on the quickstart project

2009-03-24 Thread Chenini, Mohamed
://localhost:8080 and http://localhost:8081 The answer really will be in Start.java - see what port it is on and where the app is mounted. Then make that into a URL. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Mar 24, 2009 at 3:19 PM, Chenini, Mohamed mchen...@geico.comwrote

Looking for a book on the jetty server

2009-03-24 Thread Chenini, Mohamed
Hi, Is there a good book on the jetty server to learn more on it? Since Wicket users seems to use Jetty as the Servlet/Web container. Thanks, Mohamed This email/fax message is for the sole use of the intended recipient(s) and may contain confidential and privileged