The answer might depend in part upon which web server you want to use.

NetBeans ships with Tomcat. There are others which one can use. I stopped
using Tomcat and now use Google App Engine's (GAE's) development web server
to run my Wicket application outside of NetBeans.

If that is want you want to do, please let me know. Otherwise, other
people's advice will be better. Have you visited

  https://cwiki.apache.org/WICKET/#Index-DevelopmentEnvironment

yet?

As regards class libraries for NetBeans, I have set up and use a NetBeans
Wicket library which has the following files in the classpath:

  ·  wicket-core-1.5.3.jar
  ·  wicket-request-1.5.3.jar
  ·  wicket-util-1.5.3.jar
  ·  slf4j-jdk14-1.6.4.jar
  ·  slf4j-api-1.6.4.jar

(my application uses Java's own logging class).

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/how-do-i-write-my-first-apache-wicket-program-on-netbeans-IDE-tp4309226p4309582.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to