The IDE provides built-in support for developing MVC-structured web applications
with Struts 1.3.8. Functional support includes the following features:
The Struts structural template is listed as an option with the New Web Application
wizard.
Struts Framework libraries are automatically added to the project classpath.
Configuration files are provided with default settings; the Struts action
servlet is registered in the project's deployment descriptor, and the
struts-config.xml is generated and registered with the deployment
descriptor.
Wizards for common Struts artifacts, such as Action classes
and ActionForm beans.
Automatic registration of the JSTL library.
For more information on the Struts Framework, see the following resources:
Introduction to the Struts Framework (NetBeans tutorial)