毕业设计(论文)外文资料翻译 题 目 MVC Design Pattern MVC 设计模型 学 生 姓 名 储 淼 专 业 名 称 软件工程 学 科 门 类 工 学 指 导 老 师 储 淼 提交翻译日期 二〇一五年一月 MVC Design Pattern MVC 设计模型MVC is a widely popular software design pattern, as early as in the 70's, IBM introduced the Sanfronscisico on the project, in fact, is the MVC design pattern research. Recently, with the maturity of J2EE, it is becoming a recommendation in the J2EE platform, a design model, the majority of Java developers are also very interested in the design model. MVC model is gradually developed in PHP and ColdFusion are in use, and growth trends. With the rapid increase in web applications, MVC model for the development of Web applications is a very advanced design idea, no matter what language you choose, no matter how complicated the application, it can be for you to understand and provide the most basic application model analytical methods, structural products for you to provide a clear framework for the design, for your software projects in accordance with norms.MVC 是一种目前广泛流行的软件设计模式,早在 70 年代,IBM 就推出了 Sanfronscisico 项目计划,其实就是 MVC 设计模式的讨论。近来,随着 J2EE 的成熟,它正在成为在J2EE 平台上推举的一种设计模型,也是广阔 Java 开发者非常感兴趣的设计模型。MVC 模式也逐渐在 PHP和 ColdFusion 开发者中运用,并有增长趋势。随着网络应用的快速增加,MVC 模式对于 Web 应用的开发无疑是一种非常先进的设计思想,无论你选择哪种语言,无论应用多复杂,它都能为你理解分析应用模型时提供最基本的分析方法,为你构造产品提供清楚的设计框架,为你的软件工程提供法律规范的依据。MVC design ideaMVC in English or Model-View-Controller, an application that is input, process, output process in accordance with the Model, View, Controller isolated manner, such an...