Struts2OnNetbeans
In this article, adding Struts 2 capabilities to Netbeans 6.5 will be explained.
- Go to nbstruts2support project's page and download two nbm files under the "release modules" folder.
- Open netbeans 6.5 > tools > plugins > downloaded > add plugins. Then choose both nbm files and click next until the installation is complete.
- You can now create java web projects with struts 2 framework support (Don't forget to tick Struts 2 on Frameworks window). Notice that you can automatically generate a "hello world" page using Struts 2.

