A Development Tool For View In MVC Web Application Framework Struts

碩士 === 中原大學 === 資訊工程研究所 === 91 === ABSTRACT Struts, one project of Jakarta, is a web application framework based on JSP and Java Servlet. Struts is developed from Model View Controller (MVC) design pattern, where Java Beans constitute the model components for data processing, JSPs are the view comp...

Full description

Bibliographic Details
Main Authors: Shih-Chang Cheng, 鄭世昌
Other Authors: Chung-Shyan Liu
Format: Others
Language:zh-TW
Published: 2003
Online Access:http://ndltd.ncl.edu.tw/handle/kwv237
Description
Summary:碩士 === 中原大學 === 資訊工程研究所 === 91 === ABSTRACT Struts, one project of Jakarta, is a web application framework based on JSP and Java Servlet. Struts is developed from Model View Controller (MVC) design pattern, where Java Beans constitute the model components for data processing, JSPs are the view components, and Action Servlets and action mapping are the controller components [1]. Traditionally, the web page designers are only familiar with the HTML pages, which are the view components, and may not have any knowledge about programming and programming language. In this paper, we designed and implemented a tool, SVDT (Struts View Development Tool), to help the web page designers to design Struts view components. This tool can transform Struts view components into HTML web pages and vice versa. A Struts view component can also be previewed using the tool. At last, we make a comparison of our tool to other existing tools. keywords : Web Application,MVC,Struts,JSP,Java Servlet