Application study of Struts framework based on MVC design pattern

Struts is a framework that is used to develop a Web application.It uses MVC(Model-View-Controller) design to achieve a separation between good user interface and business logic.Aiming at this thought,the paper analyzes the technical points involved by the Struts framework regard,describes the profiles,form validation,and other characteristics.