- 1、本文档共22页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
mvc外文翻译
外 文 翻 译
学 院: 信息科学与工程学院
专 业: 计算机科学与技术
学生姓名: 宋清云
学生班级: 计算机0801班
学生学号: 080405017
指导教师: 崔文成
指导教师评语
指导教师签名:
年 月 日
/developerworks/java/library/j-struts/
/view/009c742558fb770bf78a55d1.html
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 only part of our problem. We still have issues with validation, flow control, and updating the state of the application. This is where MVC comes to the rescue. MVC helps resolve s
您可能关注的文档
- 毕业设计指导老师评语.docx
- H3C_MSR路由器交换机基本调试步骤.ppt
- 江西公务员阅读资料之面试热点.doc
- 江南迷捞季度营运计划2.doc
- hash模板.doc
- 江西省2015年普法教育工作要点.doc
- Hibernate开发步骤.doc
- Hibernate-Criteria总结.ppt
- 江西某商贸城研究定位报告(最新).docx
- 江西省中小学教师职称评价标准条件.docx
- 党建赋能提升品牌形象力.docx
- 2025年湖南省湘潭市单招语文测试模拟题库及答案1套.docx
- 2025年湖南省长沙市事业单位招聘考试(职业能力倾向测验)题库及参考答案1套.docx
- 2025年湖南省郴州市事业单位招聘考试(职业能力倾向测验)题库附答案.docx
- 院感防控措施与效果评估.pptx
- 全文可编辑worldreportmarket-Brand KPIs for outdoor fashion:Columbia in India-英文培训课件2025.5.ppt
- 全文可编辑worldreportmarket-Brand KPIs for outdoor fashion:Dr.Martens in the United States-英文培训课件2025.5.ppt
- 全文可编辑worldreportmarket-Brand KPIs for outdoor fashion:Black Diamond in India-英文培训课件2025.5.ppt
- 全文可编辑worldreportmarket-Brand KPIs for outdoor fashion:Helly Hansen in the United Kingdom-英文培训课件2025.5.ppt
- 全文可编辑worldreportmarket-Brand KPIs for outdoor fashion:Black Diamond in Germany-英文培训课件2025.5.ppt
文档评论(0)