This command creates the proverbial view and controller part of Model-View-Controller (MVC).
该命令将创建模型-视图-控制器(mvc)的视图和控制器部分。
For example, in the Model-View-Controller (MVC) design pattern, the controller invokes methods.
例如,在模型-视图-控制器(MVC)设计模式中,控制器调用方法。
This design technique, called model-view-controller (MVC), makes it easier to isolate changes to a view or model.
这项设计技术叫做模型-视图-控制器(mvc),它使对视图或模型的更改更容易分隔开。
One of the most widely used patterns is Model-View-Controller (MVC).
其中使用最广泛的一个模式就是模型-视图-控制器(mvc)。
Our application development tools support the IBM Framework for e-business, which advocates the model view controller (MVC) concept.
我们的应用开发工具支持“IBM电子商务框架”,它支持模型-视图-控制器(MVC)概念。
For example, the Model-View-Controller (MVC) pattern in distributed object development environments separates the model from the view from the controller.
例如,分布式对象开发环境中的模型-视图-驱动器(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 popular design pattern for building many different types of applications.
模型-视图-控制器(MVC)是一种常用的设计模式,用于构建许多不同类型的应用程序。
Both approaches have their pros and cons, but we believe that the XSL-FO model fits better in the Model-View-Controller architecture (MVC) architecture at the view tier.
这两种方法各有优缺点,但我们认为XSL - FO模型在视图层上更适合模型-视图-控制器(MVC)架构。
The new paradigm of Web application development goes far beyond the traditional Model-View-Controller (MVC) model.
新的Web应用程序开发范型远远超出了传统的“模型-视图-控制器(mvc)”模型。
Model-View-Controller (MVC) -- This pattern separates the visual presentation of the application model (the view) from the model itself.
模型-视图-控制器(Model-View-Controller,MVC)——此模式将应用程序模型的可视表示形式(视图)从模型本身分离。
In Model-View-Controller (MVC) parlance, I need a controller, which is often a servlet; I'll leverage a Groovlet instead because I'd rather write less code.
按Model - View - Controller (MVC)的话说,我需要一个控制器(通常为一个servlet);我将利用Groovlet替代,因为我希望编写更少的代码。
Servlets form the controller layer of a typical Model-View-Controller (MVC) architecture and serve as an interface between the presentation and the model layers.
Servlet构成典型的模型-视图-控制器(MVC)体系结构的控制器层,并充当表示层和模型层的接口。
Part 5 takes a look at the Spring Model-View-Controller (MVC).
第 5部分考察了Spring 的模型–视图–控制器 (MVC) 架构。
Now that the basic Model-View-Controller (MVC) framework is in place, I'm ready to mix in some external technologies. Specifically, I'm going to add a map.
目前基本的模型-视图-控制器(Model - View - Controller,mvc)框架已经准备就绪,我将加入一些外部技术,具体来讲,我将加入地图功能。
The architecture represented by breaking an application up in this fashion is referred to as Model-View-Controller (MVC).
以这种方式分解应用程序,这种架构被称为模型-视图-控制器(Model - View - Controller, mvc)。
This approach is an implementation of "Model-View-Controller" (MVC) architecture, which you can learn more about in another article.
这种方式是对MVC架构的一种实现。
An MVC (model, view, controller) framework, split into two parts: ActionController for the controller and ActionView for the model and view.
模型-视图-控制器(Model,View,Controller,mvc)框架,拆分为两个部分:actioncontroller用于控制器,而ActionView用于模型和视图。
With MVC in Dojo trees, tree creation starts from controller, goes to model, then to view, as shown in Figure 1.
使用dojo树中的MVC,树的创建由控制器开始,然后是模型,最后是视图,如图1所示。
The Struts framework supports the Model-View-Controller (MVC) pattern and addresses many important application design and implementation considerations.
Struts框架支持模型-视图-控制器(Model - View - Controller,MVC)模型,并且提出了许多重要的应用程序设计和实现需要注意的事项。
Jakarta Struts was a vast improvement over previous efforts to address Web application frameworks-to address the whole model view controller (MVC) stack.
JakartaStruts是解决以前Web应用程序框架问题(即解决整个模型视图控制器(MVC)堆栈问题)的一大改进。
An example is developers who are responsible for the controller or model layers in a Model-View-Controller (MVC) architecture.
开发人员的一个例子就是在模型-视图-控制器(Model - View - Controller, MVC)体系结构中负责控制器或模型层的人员。
Model-View-Controller (MVC) pattern.
模型-视图-控制器(MVC)模式。
As the name implies, the MVC has three main parts, the Model, the View, and the controller.
正如名称所蕴含的,MVC具有三个主要部分,Model(模型)、View(视图)和Controller(控制器)。
Think, for example, of layered architectures, model view controller (MVC), client-server, or even SOA.
例如,分层体系结构、模型-视图-控制器(Model View Controller,mvc)、客户机-服务器甚至SOA。
The approach violates JSF's Model-View-Controller (MVC) architecture (see Resources), which requires the use of model beans to hold application data.
这个方法违反了JSF的模型-视图-控制器(MVC)架构(请参阅参考资料),MVC架构要求使用模型bean保存应用程序数据。
Similarly, Web MVC provides a Model-View-Controller (MVC) architecture for Web-based applications that is similar to Struts.
类似地,WebMVC为类似Struts的基于Web的应用程序提供了模型-视图-控制器(MVC)架构。
Most modern Web application frameworks are based on the MVC (model, view, controller) pattern, and Rails is no different.
最现代的Web应用程序框架都基于MVC(模型、视图、控制器)模式,Rails也不例外。
The Model-View-Controller (MVC) paradigm underlies most modern UI application frameworks.
模型-视图-控制器(Model - View - Controller,MVC)范例是现代大多数UI应用程序框架的基础。
The Model-View-Controller (MVC) paradigm underlies most modern UI application frameworks.
模型-视图-控制器(Model - View - Controller,MVC)范例是现代大多数UI应用程序框架的基础。
应用推荐