Model-View-Controller model is a useful tool kit, it has many advantages, but there are also some shortcomings.
模型-视图-控制器模式是一个有用的工具箱,它有很多好处,但也有一些缺点。
The use of Observer in this way lets the controller be separated from the model, and the model be separated from the view, simplifying the development of GUI applications.
用这种方式使用观察者,可以让控制器与模型分离,让模型与视图分离,从而简化gui应用程序的开发。
This design technique, called model-view-controller (MVC), makes it easier to isolate changes to a view or model.
这项设计技术叫做模型-视图-控制器(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 view can have direct contact with the model, but it also works with a copy of the model as a means of passing data to the controller.
视图可以直接与模型交互,但是它也使用模型的一个副本,以便将数据传递给控制器。
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)架构。
Instead the controller component is responsible for view to model updates, and often for updating the view based on the model data.
控制器组件则负责查看模型更新,并根据模型数据更新视图。
Since the JSF framework is designed following the Model-View-Controller pattern, we should first consider the data which each view will display (the Model).
由于JSF框架是根据模型-视图-控制器(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用于模型和视图。
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)——此模式将应用程序模型的可视表示形式(视图)从模型本身分离。
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)体系结构的控制器层,并充当表示层和模型层的接口。
Each controller, or EditPart as they are called here, is responsible both for mapping the model to its view, and for making changes to the model.
每个控制器(即本文所谓的EditPart)负责将模型映射到它的视图,也负责对模型进行更改。
An example is developers who are responsible for the controller or model layers in a Model-View-Controller (MVC) architecture.
开发人员的一个例子就是在模型-视图-控制器(Model - View - Controller, MVC)体系结构中负责控制器或模型层的人员。
The Model-View-Controller pattern taught us to effectively partition our code along a well-defined boundary between the user interface and model.
模型-视图-控制器(Model - View - Controller)模式指导我们有效地分割代码,在用户接口和模型之间定义一个良好的边界。
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保存应用程序数据。
This model-view-controller division (sometimes called model 2) has many inherent benefits, and is often considered a best practice for developing Web applications.
这种模型-视图-控制器划分(有时称为模型2)拥有许多与生俱来的好处,并常常被认为是开发Web应用程序的最佳实践。
Model-view-controller: The Rails MVC framework — called Action Pack — is customized for Web-based access and implements a well-known design strategy called Model 2 (see Resources).
模型-视图-控制器:Rails的MVC框架(称为Action Pack)为基于Web的访问进行了定制并且实现了著名的被称为Model2(参见参考资料)的设计策略。
Every model needs a good controller and some views to even things out. (I'm assuming you're familiar with the Model-View-Controller pattern; see Resources.)
每个模型都还需要一个良好的控制器和一些视图(我假设您熟悉Model - View - Controller模式;请参阅参考资料)。
The object - oriented model using model - View -controller (MVC) not only can improve design efficiency but also have self - adaptability for different platforms.
使用模型-视图-控制(mvc)的面向对象模型不仅可以提高设计效率,而且还能使其对不同的运行平台有自适应性。
The controller generally USES the model's function calls to change it, and the view USES different model calls to access what is needed to build the (user-visible) representation of the model.
控制器一般使用模型的函数调用来改变它,和视图使用不同的模型调用访问所需要的模型的构建(用户可见)表示。
The controller generally USES the model's function calls to change it, and the view USES different model calls to access what is needed to build the (user-visible) representation of the model.
控制器一般使用模型的函数调用来改变它,和视图使用不同的模型调用访问所需要的模型的构建(用户可见)表示。
应用推荐