I am also starting to use netbeans to do my web application development. Actually, I have uninstalled the WSAD as it takes too long to compile a
jsp file.
I am not an expert in Netbeans, but the web module thing has been working quite smoothly for me. BTW, I am using 3.4.
For starting on a web app, I would mount a folder in the file system. This directory is my webapp directory. Then I will right click in the Filesystem explorer and choose to create a new webmodule. After that, the classes directory is automatically mounted. And if u change the tab to the project explorer, u can concentrate only on your web modules.After that, I will just use the wizard to create
servlet and jsps.
Also, I will also switch the the runtime tab and add a context in under
Tomcat 4.0/internal. I think this is the same as adding a context element in the server.xml (for crosscontext!!! etc.).
Luckily, my current projects do not require the use of EJBs, but it will be good for someone in this ranch to share their experiences in using netbeans for cooking EJBs.
Maybe I dont have the incentives to upgrade my workstation to use WSAD, so netbeans have been quite useful for me in developing my projects.
Hoping to hear more comments on this cool
IDE.