In fact, did you realize that you completed this application using only one controller, one model, and five views?
实际上,您是否意识到这个应用程序的完成只使用了一个控制器、一个模型和五个视图?
As described above, you must create a view NIB file and view controller for each application window to associate any view to the correct view controller class.
如之前所述,您必须为每一个应用程序窗口创建一个视图nib文件和视图控制器,并将视图关联到正确的视图控制器类上。
The first section, Listing 6, covers the application startup and the initialization of the view controller.
第一部分,清单6,介绍应用程序开始部分和视图控制器的初始化。
Dependency injection lets you weave together the main layers of your application, which, in turn, lets you produce a loosely coupled application with view, model, and controller layers.
依赖注入让您将应用程序的主要层次编织到一起,从而,这使您产生一个具有视图、模型和控制器层的松散耦合应用程序。
This information will help set the stage for the next installment of this series, which will describe the view component of the sample application and the class skeleton of the controller class.
这些信息为本系列的下一期奠定了基础,下一期将介绍样例应用程序的视图组件和控制器类的类框架。
The main layers of the application are a database, a persistence framework, a database access object, and user interface (UI) controller and view layers.
应用程序的主要层是数据库、持久性框架、数据库访问对象和用户界面(UI)控制器及视图层。
Finally, a MIDI input application ACTS as an information provider by capturing MIDI commands entered via a controller such as a keyboard and publishing them to the broker.
最后,MIDI输入应用程序通过捕捉MIDI命令并将他们发布给代理充当了信息提供者,这些MIDI命令是通过键盘这样的控制器输入的。
Enterprise system solutions nowadays commonly adopt a multi-layered system architecture, with separate layers for presentation, controller, application, domain, and persistence.
如今,企业系统解决方案一般采用多层的系统架构,包含用于表示、控制器、应用、领域,和持久性的分别的层。
The phone ACTS as a glucose meter, controller for your pump, and data logging application all in one, with built-in capability to share the data across platforms.
手机可以同时作为血糖仪,胰岛素泵的控制器,数据记录应用来使用,它还内置有跨平台的数据分享功能。
Model refers to your data, View to your presentation layer, and Controller refers to the application or business logic.
模型指数据,视图指表示层,而控制器指应用程序逻辑或业务逻辑。
The framework has generated not only the views and controller for a simple little application, but also a functional test to help you test the user interface.
框架不仅为这个简单的小程序生成了视图和控制器,而且还生成了有助于测试用户界面的功能性测试。
A future article will also discuss the Application Placement Controller component, which is responsible for starting and stopping servers based on load requirements reported by ARFM, in more detail.
以后的一篇文章将详细讨论ApplicationPlacementController组件,它负责根据ARFM报告的负载需求启动和停止服务器。
Application directories with subdirectories for model, view, and controller.
应用程序目录,包括模型、视图和控制器的子目录。
To see the breakpointer in action, create a simple Rails application, generate a controller, start the server, and start a breakpointer.
为理解breakpointer的运行过程,可创建一个简单的Rails应用程序,生成一个控制器,启动服务器,并启动breakpointer。
In a WebSphere Virtual Enterprise environment, the application placement controller can make run time decisions on how many dynamic cluster members need to run and where.
在WebSphereVirtualEnterprise环境中,应用程序位置控制器(placement controller)可以就需要运行多少动态集群成员以及在哪里运行制定运行时决策。
So, application flow control logic belongs in a controller and data access logic belongs in a repository. In that case, where do you put your validation logic?
现在我们的应用程序流控制逻辑从控制器开始,数据库访问逻辑由repository负责,现在我们要把验证逻辑放在哪里呢?
In this article, you will create the connection between the view controller class and the corresponding view of an iPhone application to manage the flow controller inside the application.
在本文中,您将在视图控制器类和iPhone应用程序相应的视图之间创建连接来管理应用程序内部的流控制器。
The Struts framework supports the Model-View-Controller (MVC) pattern and addresses many important application design and implementation considerations.
Struts框架支持模型-视图-控制器(Model - View - Controller,MVC)模型,并且提出了许多重要的应用程序设计和实现需要注意的事项。
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)。
Typical Web services employ a remote presentation paradigm, meaning all view logic executes on the client, whereas the application logic and the data layer (controller and model) reside on the server.
典型的Web服务使用远程表示范例,这意味着所有的视图逻辑在客户机上执行,而应用程序逻辑和数据层(控制器和模型)则驻留于服务器上。
Most modern Web application frameworks are based on the MVC (model, view, controller) pattern, and Rails is no different.
最现代的Web应用程序框架都基于MVC(模型、视图、控制器)模式,Rails也不例外。
The catalog service was then implemented by a service controller, and this controller accessed the legacy catalog application to provision the catalog data required by the catalog service.
随后由服务控制器实现Catalog服务,此控制器将访问遗留Catalog应用程序,以提供Catalog服务所需的Catalog数据。
Add the groups (s) that you use to give access to the Cognos Controller application (for example 'everyone' and 'nt AUTHORITY \ system').
选择您用于向CognosController应用程序提供访问权的组(例如“everyone”和“ntAUTHORITY \system”)。
Cloudscape.ajax package — the application classes including the applet, a controller servlet, and classes to access the Derby database through the EmbeddedDataSource as well as an XML helper class.
ajax包——应用程序类,包括applet、一个控制器servlet以及用于通过EmbeddedDataSource访问Derby数据库的类,还有一个xml辅助类。
The Controller is made up of the JSF layer with servlet listeners and filters that are unrelated to JSF but enhance the functionality of the Web application.
Controller是由jsf层及servlet侦听器和servlet过滤器组成,servlet侦听器和servlet过滤器与JSF无关,但增强了Web应用程序的功能。
Likewise, the controller is where you add destinations and other controlling code for your application; you don't put any of that stuff in your model.
同样地,您在控制器中为应用程序添加的目的地和其他控制代码;您不在您的模型中放入这些数据。
This is the main entry point for your application and the place to add new controller methods.
这是应用程序的主入口点,也是添加新控制器方法的地方。
For instance, don't put it between the view layer and the controller layer of an application.
例如,不要将它放在应用程序的视图层和控制层之间。
White boxes are interchangeable, and the main application may assign any machine in the cluster as the controller, and this one in turn assigns map or reduce tasks to other connected white boxes.
白盒子是可互相交换的,主应用程序可能把集群中的任何机器指派为控制者,而这个机器就把map和reduce任务分派给其它连接的白盒子。
White boxes are interchangeable, and the main application may assign any machine in the cluster as the controller, and this one in turn assigns map or reduce tasks to other connected white boxes.
白盒子是可互相交换的,主应用程序可能把集群中的任何机器指派为控制者,而这个机器就把map和reduce任务分派给其它连接的白盒子。
应用推荐