Struts MVC
Struts is an application framework that allows the construction of dynamic Web applications using the MVC design pattern. The Controller layer is implemented by Servlets. The view is implemented using JSPs. The Model layer is typically implemented using JavaBeans or Enterprise JavaBeans. Struts MVC Architecture