If you're using maven, you can run mvn eclipse:eclipse to set up everything you need to run your project in Eclipse. Or, alternatively, you can use the m2eclipse plugin.
On Wed, Oct 1, 2008 at 3:40 PM, overseastars <[EMAIL PROTECTED]> wrote: > > > Thanks Jeremy. > > thanks for your recommendations. Since they didnt show exactly how to setup > their *special* environment, all three tutorials are not really helpful to > make a small helloworld wicket run in eclipse as a dynamic web > project......I actually failed many times even if I followed exactly what > they say. > > Anyway, I figured this out by myself. But I still wanna say thank you. > > > > > Jeremy Thomerson-5 wrote: >> >> I would recommend starting with one of these locations: >> >> QuickStart (creates your project and everything needed for a Hello World >> with Maven): >> http://wicket.apache.org/quickstart.html >> >> Wicket in Action (a must-have resource if you're going to do Wicket >> programming): >> http://manning.com/dashorst >> >> Hello World instructions: >> http://wicket.apache.org/examplehelloworld.html >> >> -- >> Jeremy Thomerson >> http://www.wickettraining.com >> >> >> >> On Wed, Oct 1, 2008 at 1:10 PM, overseastars <[EMAIL PROTECTED]> wrote: >> >>> >>> Hi All >>> >>> I dont believe even a helloworld in wicket is so hard. I just simply >>> created >>> a new dynamic web project in eclipse and add that wicket1.3.4 jar file >>> into >>> the build path. Then I follow the helloworld sample and copy all three >>> files >>> into the project, like two java and one html file into the source and >>> changed the web.xml. >>> >>> finally i got nothing but a http404 error. Can anyone give a really >>> useful >>> tutorial ? all I need is just a helloworld now, with wicket >>> 1.3.4...........Thanks a lot. >>> -- >>> View this message in context: >>> http://www.nabble.com/About-helloworld-tp19766150p19766150.html >>> Sent from the Wicket - User mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> > > -- > View this message in context: > http://www.nabble.com/About-helloworld-tp19766150p19767595.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
