NetBeans Struts 2 plugin updates NetBeans Struts 2 plugin ( http://nbstruts2support.dev.java.net )is not updated for a long time. I checkout the source code and made some modification to the latest NetBeans IDE 6.7. 1.Update Struts library to the latest stable version 2.1.6 2.Update to the latest web framework API。 3.Redesigned configuration panel and provide more flexible configuration options 4.Other modification to Struts 2.1. Download here : https://dl.getdropbox.com/u/201666/nbstruts2.tar.bz2 Struts 2.1 provides next generation Filter to process request , and also provides a new optional Servlet . If you like choose Struts Servlet to process request , you can check "Servlet" radio box in the "Reuqest processed by" section in the "Main" tab. This will generate some code like the following. <servlet> <servlet-name>struts2servlet</servlet-name> <servlet-class...