Yup, We only included the Jetty runner for those that don't have a servlet container installed (yet). And it is nice not having to deploy the application before you can see your results. Especially with Eclipse, you can achieve near Ruby on Rails style of development: code a little, reload your page and bingo! (Run your application in debug mode for the hotswap).
Martijn On 1/17/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > you are free to use the kickstart w/out the embedded jetty. its just a small > project with the base structure setup for you. there is nothing stopping you > from running maven war or ant war and building a war for tomcat, or > configuring a tomcat plugin to launch the project. sure the jetty stuff is > extra baggage in your case, just dont use it :) > > -Igor > > > > On 1/17/06, Kevin Slater <[EMAIL PROTECTED]> wrote: > > Martin, > > > > I did actually work thru an example of the eclipse kickstart, as it used > embedded Jetty and I wanted to use Tomcat, I went back to the examples to > work through a couple of those with Tomcat. With Jason's aid (and paying > closer attention to the text of example!) I am now running them in Tomcat. > w00t! > > > > Thanks for the pointer though. > > > > ...Kevin > > > > > > > > On 1/17/06, Martijn Dashorst <[EMAIL PROTECTED] > wrote: > > > That is one way to go, the other way is to use the Wicket Quickstart > project. > > > > > > It has for the major IDE's the correct project settings (IDEA, Eclipse > and Netbeans), and is completely ready to go. > > > > > > It has an ant build file (when you don't want to use maven), and a maven > project file (when you want to use maven). > > > > > > It has helped me quite a bit when working through the examples, checking > whether they work or not. > > > > > > Martijn > > > > > > > > > On 1/17/06, Jason Essington < [EMAIL PROTECTED]> wrote: > > > > > > > HelloWorld.html should be next to HellowWorld.class in WEB-INF/ > > > > classes/wicket/examples/helloworld/ > > > > > > > > -jason > > > > On Jan 17, 2006, at 8:24 AM, Kevin Slater wrote: > > > > > > > > > I must be missing something simple. I'm trying to do the simple > > > > > Hello World example from the Wicket Getting Started Examples on the > > > > > Wicket site. I make up a war with the following contents: > > > > > > > > > > $ jar -tvf HelloWorld.war > > > > > 0 Tue Jan 17 09:57:26 EST 2006 META-INF/ > > > > > 106 Tue Jan 17 09:57:24 EST 2006 META-INF/MANIFEST.MF > > > > > 0 Tue Jan 17 09:57:26 EST 2006 WEB-INF/ > > > > > 0 Tue Jan 17 09:57:26 EST 2006 WEB-INF/lib/ > > > > > 38015 Tue Jan 17 09:18:10 EST 2006 WEB-INF/lib/commons- > > > > > logging-1.0.4.jar > > > > > 121070 Tue Jan 17 09:18:10 EST 2006 WEB-INF/lib/junit-3.8.1.jar > > > > > 350627 Tue Jan 17 09:18:10 EST 2006 WEB-INF/lib/log4j-1.2.11.jar > > > > > 166319 Tue Jan 17 09:18:10 EST 2006 WEB-INF/lib/ognl- 2.6.7.jar > > > > > 77977 Tue Jan 17 09:18:10 EST 2006 WEB-INF/lib/servletapi-2.3.jar > > > > > 715156 Tue Jan 17 09:20:32 EST 2006 WEB-INF/lib/wicket-1.1.jar > > > > > 0 Tue Jan 17 09:57:26 EST 2006 WEB-INF/classes/ > > > > > 0 Tue Jan 17 09:29:44 EST 2006 WEB-INF/classes/wicket/ > > > > > 0 Tue Jan 17 09:29:44 EST 2006 > WEB-INF/classes/wicket/examples/ > > > > > 0 Tue Jan 17 09:29:44 EST 2006 > WEB-INF/classes/wicket/examples/ > > > > > helloworld/ > > > > > 525 Tue Jan 17 09:29:44 EST 2006 > WEB-INF/classes/wicket/examples/ > > > > > helloworld/HelloWorld.class > > > > > 611 Tue Jan 17 09:29:44 EST 2006 > WEB-INF/classes/wicket/examples/ > > > > > helloworld/HelloWorldApplication.class > > > > > 266 Tue Jan 17 09:27:06 EST 2006 HelloWorld.html > > > > > 811 Tue Jan 17 09:30:54 EST 2006 WEB-INF/web.xml > > > > > > > > > > If I drop this war into the webapps directory of my local Tomcat > > > > > 5.5.12 and then go to > http://localhost:9080/HelloWorld/helloworld > > > > > > > > > > I get an Unexpected RuntimeException with the following on the > > > > > error page: > > > > > > > > > > wicket.markup.MarkupNotFoundException: Markup of > type 'html' for > > > > > component 'wicket.examples.helloworld.HelloWorld' > not found. Enable > > > > > debug messages for wicket.util.resource.Resource to get a list of > > > > > all filenames tried: > > > > > [Page class = wicket.examples.helloworld.HelloWorld > , id = 2] > > > > > at wicket.MarkupContainer.getAssociatedMarkupStream > > > > > (MarkupContainer.java:720) > > > > > at wicket.Page.onRender(Page.java:778) > > > > > at wicket.Component.render (Component.java:1163) > > > > > at wicket.Page.doRender (Page.java:251) > > > > > at wicket.protocol.http.WebRequestCycle.redirectTo > > > > > (WebRequestCycle.java:276) > > > > > at wicket.RequestCycle.respond(RequestCycle.java:934) > > > > > at wicket.RequestCycle.request(RequestCycle.java :411) > > > > > at > wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:208) > > > > > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > > > > > <truncated> > > > > > > > > > > I'd just like to get beyond this so I could start working with > > > > > Wicket. Any pointers GREATLY appreciated. > > > > > > > > > > ...Kevin > > > > > > > > > > -- "Science without religion is lame, religion without science is > > > > > blind." > > > > > -- Albert Einstein (1879 - 1955) > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > > > > for problems? Stop! Download the new AJAX search engine that makes > > > > searching your log files as easy as surfing the web. DOWNLOAD > SPLUNK! > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > > > > _______________________________________________ > > > > Wicket-user mailing list > > > > [email protected] > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > > > -- > > > Living a wicket life... > > > > > > Martijn Dashorst - http://www.jroller.com/page/dashorst > > > > > > Wicket 1.1 is out: > http://wicket.sourceforge.net/wicket-1.1 > > > > > > > > -- > > > > > > -- "Science without religion is lame, religion without science is blind." > > -- Albert Einstein (1879 - 1955) > > -- Living a wicket life... Martijn Dashorst - http://www.jroller.com/page/dashorst Wicket 1.1 is out: http://wicket.sourceforge.net/wicket-1.1 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
