Re: Wicket Article on DevX

2007-10-15 Thread Matej Knopp
We mostly use jetty as embedded in the project itself. Then starting a web application is as simple as starting any other java application. Also debugging is much simpler. No need to configure remote debug connection, not to mention that you need to configure separate ports if you want to debug

Re: Wicket Article on DevX

2007-10-15 Thread Sam Hough
this message in context: http://www.nabble.com/Wicket-Article-on-DevX-tf4623720.html#a13210890 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Wicket Article on DevX

2007-10-15 Thread Matej Knopp
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Wicket-Article-on-DevX-tf4623720.html#a13211292 Sent from the Wicket - User mailing

Re: Wicket Article on DevX

2007-10-15 Thread Erik van Oosten
Of course you can startup Tomcat from Eclipse just as well :) I seem to remember that Jetty is vastly easier to configure from Java source. I tried this with Jetty 6. Hardly any documentation or complete examples to be found. So I switched back to Jetty 4 for which I had an example from an

Re: Wicket Article on DevX

2007-10-15 Thread Martijn Dashorst
The embedded tomcat was not that hard to install, not harder than creating a jetty quickstart. Martijn -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0-beta4 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/

Re: Wicket Article on DevX

2007-10-15 Thread shumbola
/Wicket-Article-on-DevX-tf4623720.html#a13212322 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wicket Article on DevX

2007-10-15 Thread Gwyn Evans
On Monday, October 15, 2007, 1:35:25 PM, Erik [EMAIL PROTECTED] wrote: Of course you can startup Tomcat from Eclipse just as well I seem to remember that Jetty is vastly easier to configure from Java source. I tried this with Jetty 6. Hardly any documentation or complete examples to be

Re: Wicket Article on DevX

2007-10-15 Thread james yong
minutes - instead simply launch the included Start.java and your app is up and running in seconds and includes hotswap. /Gwyn -- View this message in context: http://www.nabble.com/Wicket-Article-on-DevX-tf4623720.html#a13213711 Sent from the Wicket - User mailing list archive

Re: Wicket Article on DevX

2007-10-15 Thread Sam Hough
commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Wicket-Article-on-DevX-tf4623720.html#a13213821 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Wicket Article on DevX

2007-10-15 Thread Sam Hough
Daniel, Sorry for starting an emacs vs vi debate. Really is a nice article. Anything to drag people out of the struts dark ages! Cheers Sam -- View this message in context: http://www.nabble.com/Wicket-Article-on-DevX-tf4623720.html#a13214216 Sent from the Wicket - User mailing list archive

Re: Wicket Article on DevX

2007-10-15 Thread Roland Kaercher
-- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Wicket-Article-on-DevX-tf4623720.html#a13213821 Sent from the Wicket - User mailing list archive

Re: Wicket Article on DevX

2007-10-15 Thread Gerolf Seitz
On 10/15/07, Gwyn Evans [EMAIL PROTECTED] wrote: One thing I like about Jetty is that it's normally clear to see what's mounted where, as the default '/' servlet will list them when running 'mvn jetty:run' (although that's not in our Start.java). we don't need that in Start.java, because Al

Re: Wicket Article on DevX

2007-10-15 Thread Jonathan Locke
*2 igor.vaynberg wrote: +1 -igor On 10/14/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Hey Daniel, great stuff! Thanks! Eelco On 10/14/07, Daniel Carleton [EMAIL PROTECTED] wrote: Hello Wicket, I wrote an introductory article on Wicket for DevX, which they published

Re: Wicket Article on DevX

2007-10-15 Thread Nino Saturnino Martinez Vazquez Wael
Nope, and you can also debug that one, you just need to pass the releveant parameters to the jvm. Martijn Dashorst wrote: The embedded tomcat was not that hard to install, not harder than creating a jetty quickstart. Martijn

Wicket Article on DevX

2007-10-14 Thread Daniel Carleton
Hello Wicket, I wrote an introductory article on Wicket for DevX, which they published a few days back (will go front page after a few typos are fixed). I tried to include lots of practical information on the framework's design and usage. I hope it helps to turn more people

Re: Wicket Article on DevX

2007-10-14 Thread Eelco Hillenius
Hey Daniel, great stuff! Thanks! Eelco On 10/14/07, Daniel Carleton [EMAIL PROTECTED] wrote: Hello Wicket, I wrote an introductory article on Wicket for DevX, which they published a few days back (will go front page after a few typos are fixed). I tried to include lots of practical

Re: Wicket Article on DevX

2007-10-14 Thread Igor Vaynberg
+1 -igor On 10/14/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Hey Daniel, great stuff! Thanks! Eelco On 10/14/07, Daniel Carleton [EMAIL PROTECTED] wrote: Hello Wicket, I wrote an introductory article on Wicket for DevX, which they published a few days back (will go front page