Re: Quickstart 1.2 upgrade to 1.3
After I restarted my computer everything is working fine On 10/8/07, jweekend <[EMAIL PROTECTED]> wrote: > > > Assuming you had > -DartifactId=WicketProject > in the command line you ran to create your Wicket archetype, typing > mvn jetty:run > in the WicketProject folder should enable you to point your browser at > http://127.0.0.1:8080/WicketProject > to see the simple "Wicket Quickstart Archetype Homepage " page. If that > works, it's probably a problem with your deployment to Tomcat. > Did you (or Netbeans) build and then deploy WicketProject.war to Tomcat by > copying it into the webapps folder in your CATALINA_BASE folder (or in > CATALINA_HOME if CATALINA_BASE is not set by you or Netbeans)? > > Regards - Cemal > http://jWeekend.co.uk jWeekend.co.uk > > > anita nichols wrote: > > > > Everything looks fine, I followed all the instruction, but I got this > > > > HTTP Status 404 - /WicketProject > > -- > > > > *type* Status report > > > > *message* */WicketProject* > > > > *description* *The requested resource (/WicketProject) is not > available.* > > -- > > Apache Tomcat/6.0.14 > > > > > > On 10/8/07, jweekend <[EMAIL PROTECTED]> wrote: > >> > >> > >> Such screencasts are really helpful. I think > >> http://herebebeasties.com/2007-10-07/wicket-quickstart/ Al's Wicket > >> Quickstart screencast can help many people who are new to both Maven 2 > >> and > >> Wicket. > >> As you follow it, bear in mind that most of it covers the one-off task > of > >> installing Maven 2. If this screencast was divided into 2 to reflect > >> this, > >> people starting from scratch (ie with no Maven 2 installed on their > boxes > >> yet) would probably say they'd like to see the whole show in one go! > >> The steps relating to setting up a Wicket archetype (once Maven 2 is > >> installed and in your path) are in fact extremely short and simple. > And, > >> so > >> is the bit telling you how to set up a project for your IDE (Eclipse, > in > >> this case). > >> Regards - Cemal > >> jWeekend.co.uk > >> > >> > >> > >> Frank Bille-2 wrote: > >> > > >> > On 10/8/07, anita nichols <[EMAIL PROTECTED]> wrote: > >> >> > >> >> How do I use the archetype to setup a wicket 1.3 project? or if I > have > >> to > >> >> do > >> >> it manually how do I do it? > >> >> > >> > > >> > Al has created a screencast of how to do it: > >> > > >> > http://herebebeasties.com/2007-10-07/wicket-quickstart/ > >> > > >> > Frank > >> > > >> > > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/Quickstart-1.2-upgrade-to-1.3-tf4589237.html#a13104696 > >> 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/Quickstart-1.2-upgrade-to-1.3-tf4589237.html#a13105570 > 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: Quickstart 1.2 upgrade to 1.3
Assuming you had -DartifactId=WicketProject in the command line you ran to create your Wicket archetype, typing mvn jetty:run in the WicketProject folder should enable you to point your browser at http://127.0.0.1:8080/WicketProject to see the simple "Wicket Quickstart Archetype Homepage " page. If that works, it's probably a problem with your deployment to Tomcat. Did you (or Netbeans) build and then deploy WicketProject.war to Tomcat by copying it into the webapps folder in your CATALINA_BASE folder (or in CATALINA_HOME if CATALINA_BASE is not set by you or Netbeans)? Regards - Cemal http://jWeekend.co.uk jWeekend.co.uk anita nichols wrote: > > Everything looks fine, I followed all the instruction, but I got this > > HTTP Status 404 - /WicketProject > -- > > *type* Status report > > *message* */WicketProject* > > *description* *The requested resource (/WicketProject) is not available.* > -- > Apache Tomcat/6.0.14 > > > On 10/8/07, jweekend <[EMAIL PROTECTED]> wrote: >> >> >> Such screencasts are really helpful. I think >> http://herebebeasties.com/2007-10-07/wicket-quickstart/ Al's Wicket >> Quickstart screencast can help many people who are new to both Maven 2 >> and >> Wicket. >> As you follow it, bear in mind that most of it covers the one-off task of >> installing Maven 2. If this screencast was divided into 2 to reflect >> this, >> people starting from scratch (ie with no Maven 2 installed on their boxes >> yet) would probably say they'd like to see the whole show in one go! >> The steps relating to setting up a Wicket archetype (once Maven 2 is >> installed and in your path) are in fact extremely short and simple. And, >> so >> is the bit telling you how to set up a project for your IDE (Eclipse, in >> this case). >> Regards - Cemal >> jWeekend.co.uk >> >> >> >> Frank Bille-2 wrote: >> > >> > On 10/8/07, anita nichols <[EMAIL PROTECTED]> wrote: >> >> >> >> How do I use the archetype to setup a wicket 1.3 project? or if I have >> to >> >> do >> >> it manually how do I do it? >> >> >> > >> > Al has created a screencast of how to do it: >> > >> > http://herebebeasties.com/2007-10-07/wicket-quickstart/ >> > >> > Frank >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Quickstart-1.2-upgrade-to-1.3-tf4589237.html#a13104696 >> 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/Quickstart-1.2-upgrade-to-1.3-tf4589237.html#a13105570 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: Quickstart 1.2 upgrade to 1.3
Everything looks fine, I followed all the instruction, but I got this HTTP Status 404 - /WicketProject -- *type* Status report *message* */WicketProject* *description* *The requested resource (/WicketProject) is not available.* -- Apache Tomcat/6.0.14 On 10/8/07, jweekend <[EMAIL PROTECTED]> wrote: > > > Such screencasts are really helpful. I think > http://herebebeasties.com/2007-10-07/wicket-quickstart/ Al's Wicket > Quickstart screencast can help many people who are new to both Maven 2 > and > Wicket. > As you follow it, bear in mind that most of it covers the one-off task of > installing Maven 2. If this screencast was divided into 2 to reflect this, > people starting from scratch (ie with no Maven 2 installed on their boxes > yet) would probably say they'd like to see the whole show in one go! > The steps relating to setting up a Wicket archetype (once Maven 2 is > installed and in your path) are in fact extremely short and simple. And, > so > is the bit telling you how to set up a project for your IDE (Eclipse, in > this case). > Regards - Cemal > jWeekend.co.uk > > > > Frank Bille-2 wrote: > > > > On 10/8/07, anita nichols <[EMAIL PROTECTED]> wrote: > >> > >> How do I use the archetype to setup a wicket 1.3 project? or if I have > to > >> do > >> it manually how do I do it? > >> > > > > Al has created a screencast of how to do it: > > > > http://herebebeasties.com/2007-10-07/wicket-quickstart/ > > > > Frank > > > > > > -- > View this message in context: > http://www.nabble.com/Quickstart-1.2-upgrade-to-1.3-tf4589237.html#a13104696 > 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: Quickstart 1.2 upgrade to 1.3
Such screencasts are really helpful. I think http://herebebeasties.com/2007-10-07/wicket-quickstart/ Al's Wicket Quickstart screencast can help many people who are new to both Maven 2 and Wicket. As you follow it, bear in mind that most of it covers the one-off task of installing Maven 2. If this screencast was divided into 2 to reflect this, people starting from scratch (ie with no Maven 2 installed on their boxes yet) would probably say they'd like to see the whole show in one go! The steps relating to setting up a Wicket archetype (once Maven 2 is installed and in your path) are in fact extremely short and simple. And, so is the bit telling you how to set up a project for your IDE (Eclipse, in this case). Regards - Cemal jWeekend.co.uk Frank Bille-2 wrote: > > On 10/8/07, anita nichols <[EMAIL PROTECTED]> wrote: >> >> How do I use the archetype to setup a wicket 1.3 project? or if I have to >> do >> it manually how do I do it? >> > > Al has created a screencast of how to do it: > > http://herebebeasties.com/2007-10-07/wicket-quickstart/ > > Frank > > -- View this message in context: http://www.nabble.com/Quickstart-1.2-upgrade-to-1.3-tf4589237.html#a13104696 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: Quickstart 1.2 upgrade to 1.3
Thanks Frank. So far so good, but no luck on installing mvn netbeans:netbeans, but works for eclipse.. On 10/8/07, Frank Bille <[EMAIL PROTECTED]> wrote: > > On 10/8/07, anita nichols <[EMAIL PROTECTED]> wrote: > > > > How do I use the archetype to setup a wicket 1.3 project? or if I have > to > > do > > it manually how do I do it? > > > > Al has created a screencast of how to do it: > > http://herebebeasties.com/2007-10-07/wicket-quickstart/ > > Frank >
Re: Quickstart 1.2 upgrade to 1.3
Netbeans has a maven 2 module/plugin you can use that uses the pom for creating a project (really nice functionality) I suggest you install that one. The other thing you should use is the wicket archetype. The instructions for using it are found here: http://wicket.apache.org/quickstart.html note that the command should be one line. Martijn On 10/8/07, anita nichols <[EMAIL PROTECTED]> wrote: > netbean IDE and maven 2 > I tried to download quickstart 1.3, but get me error and keep telling me > that I need to download the file manually. > How do I use the archetype to setup a wicket 1.3 project? or if I have to do > it manually how do I do it? > > Anita > > > > > On 10/8/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > > > > Why would you upgrade the quickstart from 1.2 to 1.3? > > Or do you want a download for quickstart with wicket 1.3? > > > > Do you use maven? What is your IDE: eclipse, netbeans, intellij IDEA? > > > > Martijn > > > > On 10/8/07, anita nichols <[EMAIL PROTECTED]> wrote: > > > How do I upgrade wicket quickstart 1.2 to 1.3. > > > If you can point me to any source that will be great > > > > > > > > > -- > > Buy Wicket in Action: http://manning.com/dashorst > > Apache Wicket 1.3.0-beta3 is released > > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0-beta3 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Quickstart 1.2 upgrade to 1.3
On 10/8/07, anita nichols <[EMAIL PROTECTED]> wrote: > > How do I use the archetype to setup a wicket 1.3 project? or if I have to > do > it manually how do I do it? > Al has created a screencast of how to do it: http://herebebeasties.com/2007-10-07/wicket-quickstart/ Frank
Re: Quickstart 1.2 upgrade to 1.3
netbean IDE and maven 2 I tried to download quickstart 1.3, but get me error and keep telling me that I need to download the file manually. How do I use the archetype to setup a wicket 1.3 project? or if I have to do it manually how do I do it? Anita On 10/8/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > > Why would you upgrade the quickstart from 1.2 to 1.3? > Or do you want a download for quickstart with wicket 1.3? > > Do you use maven? What is your IDE: eclipse, netbeans, intellij IDEA? > > Martijn > > On 10/8/07, anita nichols <[EMAIL PROTECTED]> wrote: > > How do I upgrade wicket quickstart 1.2 to 1.3. > > If you can point me to any source that will be great > > > > > -- > Buy Wicket in Action: http://manning.com/dashorst > Apache Wicket 1.3.0-beta3 is released > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
Re: Quickstart 1.2 upgrade to 1.3
Why would you upgrade the quickstart from 1.2 to 1.3? Or do you want a download for quickstart with wicket 1.3? Do you use maven? What is your IDE: eclipse, netbeans, intellij IDEA? Martijn On 10/8/07, anita nichols <[EMAIL PROTECTED]> wrote: > How do I upgrade wicket quickstart 1.2 to 1.3. > If you can point me to any source that will be great > -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0-beta3 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Quickstart 1.2 upgrade to 1.3
How do I upgrade wicket quickstart 1.2 to 1.3. If you can point me to any source that will be great