User interface processing is handled by a Model-View-Controller pattern.
用户界面处理由一种Model - View - Controller模式完成。
To lay out the classes necessary for our portlet we can follow the basic Model-View-Controller pattern that is recommended by the framework.
为展示我们的portlet必需的类,我们可以遵循这个框架推荐的基本模型-视图-控制器(Model - View - Controller)模式。
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 authors offer an adaptation of the Model-View-Controller pattern as the foundation of the architecture of Service Oriented Enterprise Solutions.
作者提供了一个修改过的MVC(模型-视图-控制)模式,将其作为面向服务企业解决方案架构的基础。
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)模式设计的,我们应该首先考虑视图中要显示什么数据。
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 book discusses the Model-View-Controller pattern, unit testing, Web services, security, and many other topics that are critical to building effective Web applications.
该书讨论了Model - View - Controller模式、单元测试、Web服务,安全性和对有效的Web应用程序的构建起关键作用的许多其他主题。
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)的设计样式,由三部分构成:模型、视图和控制器。
For example, in the Model-View-Controller (MVC) design pattern, the controller invokes methods.
例如,在模型-视图-控制器(MVC)设计模式中,控制器调用方法。
For example, the Model-View-Controller (MVC) pattern in distributed object development environments separates the model from the view from the controller.
例如,分布式对象开发环境中的模型-视图-驱动器(MVC)模式将模型与视图和控制器分离开来。
It implements the Model - ViewModel - View - Controller pattern that seems to be popular in WPF.
它实现了模型-视图模型-视图-控制器这个看起来在WPF中很流行的模式。
Model View Controller (MVC) is a popular design pattern for building many different types of applications.
模型-视图-控制器(MVC)是一种常用的设计模式,用于构建许多不同类型的应用程序。
In this classic pattern, the model is the process (RUP), the view is that of Ginger, and the controller is quality activities (including test).
在这个经典模式中,模型是过程(RUP),视图是Ginger的,并且控制器是质量活动(包括测试)。
Model-View-Controller (MVC) -- This pattern separates the visual presentation of the application model (the view) from the model itself.
模型-视图-控制器(Model-View-Controller,MVC)——此模式将应用程序模型的可视表示形式(视图)从模型本身分离。
Another popular architecture is Model-View-Controller, which is a pattern for separating components of an application.
另一种流行的体系结构是Model - View - Controller,这是一种用于分隔应用程序组件的模式。
The Naked Objects pattern encourages the developer to focus on supplying a rich domain model with both data and behaviour, and supplies a view layer and a thin controller layer automatically.
NakedObjects模式鼓励开发者关注于设计带有数据和行为的富领域模型,而它则自动提供一个展现层和一个瘦控制层。
Most modern Web application frameworks are based on the MVC (model, view, controller) pattern, and Rails is no different.
最现代的Web应用程序框架都基于MVC(模型、视图、控制器)模式,Rails也不例外。
The Struts framework supports the Model-View-Controller (MVC) pattern and addresses many important application design and implementation considerations.
Struts框架支持模型-视图-控制器(Model - View - Controller,MVC)模型,并且提出了许多重要的应用程序设计和实现需要注意的事项。
Model-View-Controller (MVC) pattern.
模型-视图-控制器(MVC)模式。
For example, Ruby on Rails is based on a Model-View-Controller (MVC) pattern, which means that most Rails applications are cleanly split into three parts.
例如,RubyonRails基于模型-视图-控制器(Model - View - Controller,MVC)模式,这意味着大多数Rails应用程序都可以清晰地分成三个部分。
Adopt a Model View Controller (MVC) architecture pattern to ensure a flexible architecture.
采用模型-视图-控制器(Model - View - Controller,MVC)体系结构模式以确保体系结构的灵活性。
It also supports the Model-View-Controller (MVC) pattern and plays nicely with various and sundry database drivers for data access.
它还支持Model - View - Controller (MVC)模式,很好地兼容用于数据访问的各种数据库驱动程序。
The first call (window.AddSubview) is commented out, and we’ll look into what that actually does a bit later when we talk about the Model View Controller (MVC) pattern.
第一句(window.AddSubview)被注释掉了,我们会在谈论Model View Controller(MVC)模式的时候来研究它的真正作用。
Furthermore, you're using the model-view-controller (MVC) design pattern for the implementation.
此外,还将使用model - view - controller (MVC)设计模式用于实现。
Ruby on Rails is a Web application framework that USES the model-view-controller architectural pattern for organizing applications. It is built on two solid principles.
Rubyon Rails是Web应用程序框架,使用模型-视图-控制器体系结构模式来组织应用程序。
Cocoa Touch USES a modified version of the Model-View-Controller (MVC) pattern to handle the display of their GUI.
CocoaTouch使用了一种修改版本的MVC模式来处理GUI的显示。
Cocoa Touch USES a modified version of the Model-View-Controller (MVC) pattern to handle the display of their GUI.
CocoaTouch使用了一种修改版本的MVC模式来处理GUI的显示。
应用推荐