文档详情

沈宏伟外文翻译.doc

发布:2016-12-27约2.18万字共13页下载文档
文本预览下载声明
外文资料翻译 资料来源: 文章名Struts—An Open-source MVC Implementation 书名:《IBM System Journal》 作者Malcolm Davis 出版社:章节: 页码:P~P37 文 章 译 名:Struts—一种开源MVC的实现 姓 名: 沈宏伟 学 号: 102030111 指导教师(职称): 张小翠(讲师) 专 业: 计算机科学与技术 班 级: 01班 所 在 学 院: 邮电与信息工程学院 外文原文: Struts——An Open-source MVC Implementation This article introduces Struts, a Model-View-Controller implementation that uses servlets and JavaServer Pages (JSP) technology. Struts can help you control change in your Web project and promote specialization. Even if you never implement a system with Struts, you may get some ideas for your future servlets and JSP page implementation Introduction Kids in grade school put HTML pages on the Internet. However, there is a monumental difference between a grade school page and a professionally developed Web site. The page designer (or HTML developer) must understand colors, the customer, product flow, page layout, browser compatibility, image creation, JavaScript, and more. Putting a great looking site together takes a lot of work, and most Java developers are more interested in creating a great looking object interface than a user interface. JavaServer Pages (JSP) technology provides the glue between the page designer and the Java developer. If you have worked on a large-scale Web application, you understand the term change. Model-View-Controller (MVC) is a design pattern put together to help control change. MVC decouples interface from business logic and data. Struts is an MVC implementation that uses Servlets 2.2 and JSP 1.1 tags, from the J2EE specifications, as part of the implementation. You may never implement a system with Struts, but looking at Struts may give you some ideas on your future Servlets and JSP implementations. Model-View-Controller (MVC) JSP tags solved o
显示全部
相似文档