Neil, I'm using Netbeans 6.0 M10 with wicket. I did run the NB plugin for Wicket but am not really using it, the only good thing about it was it had "Example applications" and I think it would open your .html and .java files side by side.
In the end I just preferred grabbing the wicket-examples from svn, then opened the project in NB by going File->Open Project and pointing to the directory where the top level pom.xml file was for wicket-examples. NB knew what to do from there. Craig. On 9/25/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > > There has been some development for Wicket support in netbeans, though > no core Wicket committers have contributed to that. > > Have you looked at the wicket website? And clicked on the IDE plugins > link? This would have shown you a page with the IDE plugins: > http://wicket.apache.org/ides.html > > This will take you to: > https://nbwicketsupport.dev.java.net/ > > My only experience with netbeans and a Wicket project was to create a > quickstart project using the maven quickstart archetype (see our site: > http://wicket.apache.org/quickstart.html) and importing that using the > netbeans maven support module (you'll need to install that too). > > That is all there is I think. > > Not sure what the VWP is... > > Martijn > > On 9/25/07, Neil B. Cohen <[EMAIL PROTECTED]> wrote: > > Hi - This looks like a very interesting package. I have been doing most > > of my development work using Netbeans 5.5.1 > > recently - is Wicket development supported by Netbeans? Are there > > modules I need to install to do that? > > > > How would you compare the VWP package in Netbeans to Wicket - are they > > similar, or orthogonal or ?? > > > > Can someone point me in the right direction to get started - any > > Netbeans examples would be good... > > > > thanks very much, > > > > nbc > > > > --------------------------------------------------------------------- > > 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] > >
