It encompasses the commonly used MVC design pattern.
它采用了通用的MVC设计模式。
The MVC design pattern is widely used in software development.
MVC设计模式广泛应用于软件设计。
MVC design pattern in accordance with a orders for models and multiple views can solve the problem.
按MVC设计模式,一个订单模型以及多个视图即可解决问题。
When the JSP page is loaded, it calls the Action class, which ACTS as a Controller in the MVC design pattern.
JS p页被加载时,它就调用action类,这个类在MVC设计模式中充当控制器角色。
After all this, based on the MVC design pattern, the interface design and implementation is carried out.
接下来是基于MVC体系结构的系统界面设计和实现。
The analysis shows that MVC design pattern is an available software design pattern for interactive systems.
通过分析表明,MVC设计模式是一种适合于交互式系统的软件设计模式。
If you're not familiar with the MVC design pattern, a number of books and Web sites provide tutorial information about it.
如果您对MVC设计模式不熟悉,有大量的书籍和网站可以提供关于这方面的教程信息。
The framework uses the MVC design pattern, the primary goal of which is to separate the data and presentation layers of a software application.
此框架使用的是 MVC设计模式,其最主要的目的是分离一个软件应用程序的数据层和表示层。
The basic structure of MVC design pattern defines: the Controller is used for dealing with the user's command and the procedure incidents;
MVC设计模式的基本结构定义为:控制器,用来处理用户命令以及程序事件;
MVC design pattern is used to separate the different parts of the application for more scalability, extensibility and testability purposes.
MVC设计模式是把应用程序的不同部分分开,来实现更多的伸缩性,扩展性和可测性。
MVC design pattern will also layer, business logic and data layer separation for the future expansion of the site provides a good foundation.
同时MVC设计模式将表示层,业务逻辑层,数据层分开为以后网站的扩展提供的良好的基础。
This paper introduces MVC design pattern briefly, and discusses J2EE technology, and construct J2EE Enterprise Platform based on MVC design pattern.
简要介绍了MVC模式思想,讨论了J2EE技术,同时以MVC模式思想构筑了J2EE企业应用平台。
By going through the series of exercises that follow, you will be able to learn by example and see how to generate artifacts using the MVC design pattern.
通过下面一系列练习,您将可以通过示例了解并掌握如何使用MVC设计模式生成相应的构件。
A lot of the frameworks also follow the MVC design pattern, which you should definitely be familiar with should you ever have to work on code that follows it.
很多框架还按照MVC设计模式,如果你在这个模式下工作过,那你一定会很熟悉。
Thus, the logic to process the input (the servlet) and the logic to generate the view (the Hamlet) are nicely separated (as described by the MVC design pattern).
这样一来,处理输入的逻辑(servlet)和生成视图的逻辑(Hamlet)就巧妙地分离开来了(如mvc设计模式所描述的那样)。
In system high-level design, MVC design pattern is applied to design the three-layer system architecture and the role and benefits of each layer are explained.
在系统概要设计中,以MVC设计模式为主导思想,设计出系统的三层体系结构,并详细介绍了各个层次的作用和优点。
To use the MVC design pattern, AAF framework technology, knowledge map and components reuse techniques, researched the visualization system for the distribution of water rights.
采用MVC设计模式、AAF框架技术、知识图以及组件复用技术研究水权分配的可视化应用系统。
This paper analyzes the shortage of traditional methods and HTML in brief, and then proposes that XML be used as a new means of data representation through the MVC design pattern.
文章针对传统的数据表现设计方法的不足以及HTML作为解决方法时自身存在的问题,提出采用基于XML进行数据表现的MVC设计模式。
There are a lot of features in MVC that could each merrit their own articles, but Action Filters are definately one feature that shows off the advantages of the MVC design pattern.
MVC中有太多的特性,每种都能单独写成文章,但操作过滤器最能炫耀MVC设计模式的特性。
This paper presents the design and implementation of ane-card system based on MVC design pattern. It describes the major difficulties and the solutions when implementing the system.
设计并实现了一个基于MVC设计模式的电子名片系统,并对系统实现中的一些难点及解决办法进行了介绍。
The J2EE based use of MVC design pattern in the enterprise development can simplify developing process, quicken developing speed and improve quality and maintainability of the software.
在J2EE企业应用开发中,采用MVC设计模式,能简化软件开发的过程,加快开发进度,提高软件的性能和可维护性。
Based on analyzing conventional SIP soft terminal design and related technologies, this paper brings out the design principle by using the reference of layer design and MVC design pattern.
本文在分析SIP软终端常规设计思路和相关技术的基础上,借鉴分层设计思想和MVC设计模式确定了本软终端的设计思路。
For example, in the Model-View-Controller (MVC) design pattern, the controller invokes methods.
例如,在模型-视图-控制器(MVC)设计模式中,控制器调用方法。
MVC is a fundamental design pattern that separates concerns and makes systems easier to build, manage, debug, and maintain.
MVC是一种基本的设计模式,它把问题分解开来,使得系统更容易构建、管理、调试和维护。
The MVC architecture (or design pattern) is a graphical user interface (GUI) design style that consists of three parts: model, view, and controller.
MVC架构(或设计模式)是图形用户界面(GUI)的设计样式,由三部分构成:模型、视图和控制器。
Model-View-Controller (MVC) is a design pattern put together to help control change.
“模型-视图-控制器”(MVC)就是用来帮助您控制变化的一种设计模式。
Model View Controller (MVC) is a popular design pattern for building many different types of applications.
模型-视图-控制器(MVC)是一种常用的设计模式,用于构建许多不同类型的应用程序。
The reader application follows the model view control (MVC) design pattern.
这个阅读器应用程序遵循的是MVC (modelviewcontrol)设计模式。
Using a popular design pattern (MVC), you must rewrite the code of the corporate Web site so the model and the view are not bound to a particular programming language.
为了使用流行的设计模式(MVC),您必须重写公司Web站点的代码,使模型和视图不特定于某种编程语言。
This strategy is easily compatible with the popular Model-View-Controller (MVC) design pattern (see figure 3).
这个策略与流行的模型-视图-控制器(Model-View-Controller,MVC)设计模式相兼容(见图3)。
应用推荐