JakartaStruts是解决以前Web应用程序框架问题(即解决整个模型视图控制器(MVC)堆栈问题)的一大改进。
Jakarta Struts was a vast improvement over previous efforts to address Web application frameworks-to address the whole model view controller (MVC) stack.
DPTK设计为使用模型-视图-控制器模式。
模型-视图-控制器(MVC)是一种常用的设计模式,用于构建许多不同类型的应用程序。
Model View Controller (MVC) is a popular design pattern for building many different types of applications.
该命令将创建模型-视图-控制器(mvc)的视图和控制器部分。
This command creates the proverbial view and controller part of Model-View-Controller (MVC).
Rails帮助器是帮助简化模型、视图、控制器代码的函数。
Rails helpers are functions that help to simplify model, view, or controller code.
最现代的Web应用程序框架都基于MVC(模型、视图、控制器)模式,Rails也不例外。
Most modern Web application frameworks are based on the MVC (model, view, controller) pattern, and Rails is no different.
例如,分层体系结构、模型-视图-控制器(Model View Controller,mvc)、客户机-服务器甚至SOA。
Think, for example, of layered architectures, model view controller (MVC), client-server, or even SOA.
我们的应用开发工具支持“IBM电子商务框架”,它支持模型-视图-控制器(MVC)概念。
Our application development tools support the IBM Framework for e-business, which advocates the model view controller (MVC) concept.
例如,在模型-视图-控制器(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.
您很可能也知道这种分离的根源要追溯到最早的设计模式之一:模型-视图-控制器。
You probably also know that the roots of this separation go back to one of the earliest design patterns: Model-View-Controller.
所有的数据和动作(请求服务器)都属于模型的一部分,和典型的模型-视图-控制器(MVC)架构一样。
All the data and the actions (requests to the server) are part of the model, as is common in typical model View Control (MVC) architectures.
这种方法是分离关注点原则的一个变种,附在模型-视图-控制器架构中。
This approach is a variation of the separation of concerns principle embodied in the Model-View-Controller architecture.
它实现了模型-视图模型-视图-控制器这个看起来在WPF中很流行的模式。
It implements the Model - ViewModel - View - Controller pattern that seems to be popular in WPF.
这就是模型-视图-控制器和呈现-内容被认为是好东西的主要原因。
This is much of the reason that model-view-controller and presentation-content partitions are supposed to be good things.
其中使用最广泛的一个模式就是模型-视图-控制器(mvc)。
One of the most widely used patterns is Model-View-Controller (MVC).
“模型-视图-控制器”(MVC)就是用来帮助您控制变化的一种设计模式。
Model-View-Controller (MVC) is a design pattern put together to help control change.
数十年来,程序员们使用模型-视图-控制器简化了代码结构,并使得维护任务更加容易。
Programmers have simplified their code structure and eased maintenance tasks with Model-View-Controller for decades.
这两种方法各有优缺点,但我们认为XSL - FO模型在视图层上更适合模型-视图-控制器(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.
没有一种被广泛采用的Ajax标准可以将模型-视图-控制器放入浏览器中或者使用依赖图跟踪变化。
There are no widely used Ajax standards for putting a model-view-controller in the browser or using a dependency graph to track changes.
模型-视图-控制器(Model,View,Controller,mvc)框架,拆分为两个部分:actioncontroller用于控制器,而ActionView用于模型和视图。
An MVC (model, view, controller) framework, split into two parts: ActionController for the controller and ActionView for the model and view.
这个问题的解决方案是使用一种修改过的、更适合基于servlet编程的模型-视图-控制器来进行重构。
The solution to this problem is to refactor with a modified model-view-controller that is more appropriate for servlet-based programming.
模型-视图-控制器(Model-View-Controller,MVC)——此模式将应用程序模型的可视表示形式(视图)从模型本身分离。
Model-View-Controller (MVC) -- This pattern separates the visual presentation of the application model (the view) from the model itself.
Rubyon Rails是Web应用程序框架,使用模型-视图-控制器体系结构模式来组织应用程序。
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.
现在可以自由地在模型-视图-控制器Web体系结构中的两个控制器之间进行选择。
There is now the freedom of choice between the two controllers in a Model-View-Controller Web architecture.
WebFlow 在典型的模型-视图-控制器级别上操作。
Web Flow works above the typical model-view-controller level.
Servlet构成典型的模型-视图-控制器(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.
模型-视图-控制器(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.
由于JSF框架是根据模型-视图-控制器(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).
新的Web应用程序开发范型远远超出了传统的“模型-视图-控制器(mvc)”模型。
The new paradigm of Web application development goes far beyond the traditional Model-View-Controller (MVC) model.
应用推荐