A Web Application Framework in Automatic Spacecraft Testing

LI NAN,MA SHILONG
DOI: https://doi.org/10.3969/j.issn.1008-0570.2007.34.111
2007-01-01
Abstract:Nowadays, more and more Web application systems are applied to enterprise level essential service, so their complexity and scale are becoming continuously increasing. Therefore, only Servlet and JSP cannot match the requirements of those complicated Web applications. The key point to solve this problem is to choose well-formatted Web application framework. Currently, all Web application frameworks based on J2EE implement MVC model, separate and encapsulate business logic from view tier and provide their own tag library but they do not support high expendability and reusability. In this paper, we demonstrate the design and implementation of a new Web application framework based on J2EE which extends and improves Struts. It reduces the complexity of a Web project and raises the developing efficiency.
What problem does this paper attempt to address?