The controller layer is responsible for implementing the business logic of the service, achieved by invoking other services, other controllers, or an entity management layer.
控制器层负责实现服务的业务逻辑,具体通过调用其他服务、其他控制器或实体管理层实现。
Model refers to your data, View to your presentation layer, and Controller refers to the application or business logic.
模型指数据,视图指表示层,而控制器指应用程序逻辑或业务逻辑。
Decoupling the service definition from the business logic (controller) and from access to the data (entity) ensures that no business logic manifests itself in the entities.
将服务定义同业务逻辑(控制器)以及数据(实体)访问分离,可确保实体中不会透露任何业务逻辑。
The idea is to keep the controller class as simple as possible to allow business logic to be abstracted to a helper class.
这个想法是为了使控制器类尽可能保持简单以允许业务逻辑被抽象为助手类。
This is a controller class that has the responsibility of managing the execution of the business logic.
这是一个控制器类,其职责是管理业务逻辑的执行。
For now, a controller class is a placeholder for one or more classes that would be fleshed out during design to implement the business logic of your system.
现在,控制器类是设计实现系统商业逻辑填充的一个或多个类的位置保持器。
This approach lets you closely follow the MVC pattern, and limits the amount of business logic that is placed within our portlet controller.
这一方法让您严格遵循mvc模式,并限定了放置在我们的portlet控制器中的业务逻辑的数目。
The Cognos Controller 8 client USES the Windows profile location for storing personal Settings, cache files and some.net technology business logic files.
CognosController8客户端使用Windows配置文件位置存储个人设置、缓存文件和一些. NET技术业务逻辑文件。
In the J2EE Model 2 architecture, a servlet is the UI controller, responsible for getting input data, calling some back-end business logic, and then deciding what JSP to forward to.
在J2EEModel2体系结构中,Servlet是UI控制器,负责获取输入数据,调用某些后端的业务逻辑,然后决定转发到哪一个JSP。
The Finder controller handles any transaction-level logic and may call one or more business components for component-level logic
finder控制器(finder controller)处理事务级逻辑,可能调用一个或多个用于组件级逻辑的业务组件。
The controller (used to implement the service business logic) of the catalog service implementation was then used to connect to the legacy catalog application.
随后使用了Catalog服务实现的控制器(用于实现服务业务逻辑)来连接到遗留 Catalog应用程序。
Taking a lightweight controller approach to designing the portlet, this class is primarily a lightweight object containing very little business logic.
这个类采用一种轻量级的控制器方法来设计portlet,所以它主要是一个轻量级的对象,包含有极少的业务逻辑。
A much better idea is to place all your business logic into a controller servlet.
更好的办法是将所有业务逻辑放在一个控制器servlet (controller servlet)中。
Integrate the task command to the WebSphere Commerce business logic by calling the task command from the appropriate controller command of the business logic flow.
通过从业务逻辑流的适当控制器命令调用任务命令将任务命令集成到WebSphereCommerce业务逻辑。
Continuing with this design, you can place all of the business logic and transition mapping in a utility class for use by both our controller and JSPs.
继续这个设计,您可以将所有的业务逻辑和转换映射放在一个实用程序类中,以供我们的控制器和JSP使用。
The controller command in turn USES the task commands to implement the unit business logic.
控制器命令然后使用任务命令来执行单元业务逻辑。
But they make sure that the business logic is invoked, that the controller logic doesn't detect any errors, and that the right HTTP response is achieved.
但是它们可以保证调用了业务逻辑,保证控制器逻辑没有检测到任何错误,并保证得到了正确的HTTP响应。
The Controller provides application management and the business logic of the application.
该控制器提供应用程序管理和应用程序的业务逻辑。
The controller implements the service business logic by accessing other services or accessing backend entities via their create, read, update and delete (CRUD) operations
控制器将访问其他服务或通过其创建、读取、更新和删除 (CRUD)操作访问后端实体,从而实现服务业务逻辑。
JSF also improves somewhat on the traditional Model 2 architecture by making it easier to move presentation and business logic out of your controller and move business logic out of your JSP pages.
通过使得更加容易将表示和业务逻辑移出控制器,以及将业务逻辑移出jsp页面,JSF也在传统的Model2架构上有了一些改进。
For example, one developer can work on the view, a second developer can work on the controller logic, and a third developer can focus on the business logic in the model.
例如,一个开发人员可以从事视图方面的工作,第二个开发人员可以从事控制器逻辑方面的工作,第三个开发人员可以侧重于模型中的业务逻辑。
For example, one developer can work on the view, a second developer can work on the controller logic, and a third developer can focus on the business logic in the model.
例如,一个开发人员可以从事视图方面的工作,第二个开发人员可以从事控制器逻辑方面的工作,第三个开发人员可以侧重于模型中的业务逻辑。
应用推荐