Model refers to your data, View to your presentation layer, and Controller refers to the application or business logic.
模型指数据,视图指表示层,而控制器指应用程序逻辑或业务逻辑。
If human process activities were part of the consumer layer, from a process modeler view this would effectively mean that the business process layer invokes the layer above.
如果人工流程活动是使用者层的一部分,从流程建模人员的角度而言,这实际上意味着业务流程层调用位于其上的层。
In an MTV architecture, the View layer describes what data should be presented to the user.
在MTV架构中,视图层描述应该向用户显示哪些数据。
This layer provides the basic service component functionality from a SCA point of view.
此层从SCA的角度提供了基本的服务组件功能。
According to best practices, the view layer communicates with the control layer, which in turn communicates with the business layer.
依照最佳实践,视图层和控制层进行通信,控制层将通信转至业务层。
For instance, don't put it between the view layer and the controller layer of an application.
例如,不要将它放在应用程序的视图层和控制层之间。
The business layer should operate on business objects — not on a particular data representation tied to the view.
业务层应该对业务对象进行操作,而不是对与视图相关的特定数据表示进行操作。
Basic transformations are used in many implementations in order to convert heterogeneous source formats into the common view at the federation layer.
可以在很多实现中使用基本转换来将异类源格式转换为联合层的公共视图。
Because database tables by themselves do not have behavior, it's tempting to put the behavior of domain-model entities in services or the view layer.
因为数据库表本身没有行为,开发人员常常把领域模型实体的行为放在服务或视图层中。
And putting entities' behavior in services or the view layer scatters the entities' core logic throughout the application, causing maintenance problems.
另外,把实体的行为放在服务或视图层中,会导致实体的核心逻辑分散在应用程序中的许多地方,导致维护问题。
All of the layers (except the default layer) are controlled through that view.
所有的层(除了默认的层)都是通过该视图进行控制的。
The Template is the layer that defines how the data should be presented to the user, whereas this is considered the View layer in an MVC pattern.
模板层定义向用户显示数据的方式,这相当于 MVC模式中的视图层。
You may even agree with the argument that validation code doesn't belong in the view layer.
您甚至可能同意验证代码不属于视图层的说法。
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)体系结构的控制器层,并充当表示层和模型层的接口。
Augmented Reality, technology that superimposes a layer of data on top of a user's view of the real world, is one of the hottest things around these days.
将信息层叠加在真实世界视角的增强现实技术是近来最为热门的话题。
Behavior for these entities would end up being pushed up to the service or the view layer.
这些实体的行为最终由服务或视图层实现。
A JSP object combines with a respective ActionForm to form your application's View layer, where almost every form field of the JSP object maps to an attribute of the corresponding ActionForm.
一个JSP对象与各自的ActionForm对象相结合,构成应用程序的view层。在该层,几乎JSP对象的每个表单字段都映射到相应的ActionForm的属性。
Listing 11 shows the key method of interest in the AuthorizationManagerImpl, from the point of view of service layer protection.
清单11显示了从服务层保护的角度来看,AuthorizationManagerImpl中令人感兴趣的关键方法。
Configuration Major layers of the application — in the RentaBike application, I expose a Data Access Object (DAO) layer, a controller layer, and a view layer (see Listing 1).
配置应用程序的主要层——在RentaBike应用程序中,我公开了一个数据访问对象(dao)层、一个控制器层和一个视图层(参阅清单1)。
To add existing shapes and connectors to the layer, select the diagram elements and click the add diagram elements to layer button in the Layers view.
为了向层添加已存在的形状和连接器,您可以选择图表元素并点击Layers视图中的向层添加图表元素按钮。
You can activate a layer by selecting it in the Layers view.
您可以在Layers视图中选择一个层来激活它。
The three boxes located on the left of each layer in the Layers view are used to control (from left to right) visibility of the layer, locking the layer, and selection.
Layers视图左边层上的三个框,可以用来控制(自左向右)层的可见性,锁定层,以及选择。
A RESTful JSON controller does more for your development efforts than putting an extra layer of functionality between the view and the data source.
一个RESTfulJSON控制器对于您的开发工作的作用并非仅仅是在视图和数据源之间放置一个额外的功能层。
A Hobo model might also declare a lifecycle; corresponding actions are automatically created in the controller layer and user interfaces in the view layer.
一个Hobo模型仿佛具有生命一样;在控制器层和视图层的用户接口中,相应的动作会自动创建。
VelocityViewServlet provides a convenient view layer for construction of Web-based UI based on templates.
VelocityViewServlet以模板为基础为基于 Web的UI构造提供了方便的视图层。
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模式鼓励开发者关注于设计带有数据和行为的富领域模型,而它则自动提供一个展现层和一个瘦控制层。
You can see that the amount of scripting code in the view layer increases with the use of Ajax, causing three significant drawbacks.
可以看出,由于使用了Ajax,视图层的脚本编写量增加了,从而导致三个明显缺陷。
You can see that the amount of scripting code in the view layer increases with the use of Ajax, causing three significant drawbacks.
可以看出,由于使用了Ajax,视图层的脚本编写量增加了,从而导致三个明显缺陷。
应用推荐