You can identify these patterns, if present, by using the common pattern descriptions noted in the framework, especially the patterns of analysis and design.
可以通过使用框架中说明的公共模式描述标识这些模式,特别是分析和设计模式。
The framework uses the MVC design pattern, the primary goal of which is to separate the data and presentation layers of a software application.
此框架使用的是 MVC设计模式,其最主要的目的是分离一个软件应用程序的数据层和表示层。
The pattern service and pattern framework provide the basic functions to structure, design, code, search for, organize, and apply patterns.
模式服务和模式框架提供构建、设计、编码、搜索、组织,及应用模式的基本功能。
The complete separation of view and controller logic plus the use of standard HTML templates makes the framework very easy to use, even for people not familiar with the MVC pattern.
把视图和控制器逻辑完整的分离有利于标准HTML模板的使用,这让框架非常容易的使用,甚至于对于那些不熟悉MVC模式的人来说也是如此。
Other projects can import the framework and re-use it by applying the entire framework as a single pattern, or applying the patterns individually.
其它项目可以将框架导入,并能够以单一的模式或者单独地应用其中一些模式来复用该框架。
A design pattern is a solution to a problem within the context of a particular architecture and framework; it reflects a way of doing things that bears repeating.
设计模式是特殊架构和框架环境中的问题的解决方案,它反应了一种完成需要重复的事情的方式。
The framework architecture is based on a messaging design pattern: framework components are able to interchange information and perform computations by sending, receiving and processing messages.
框架架构基于一个消息传送设计模式:框架组件能够交互信息并通过发送、接收和处理消息执行计算。
You can author a design pattern by extending two plug-ins: a pattern service and a pattern framework that abstracts the use of the pattern service.
您可以通过扩展两个插件来撰写设计模式:抽象出模式服务用途的模式服务和模式框架。
A pattern of patterns can be created so the framework can be transported and re-applied elsewhere (see Figure 8).
模式的模式可以被创建,所以框架能被输送并复用于其它任何地方(如图8所示)。
REST was created to provide a design pattern for how the Web should work, and to serve as the guiding framework for the Web standards and designing Web services.
创建REST 的目的是为了提供有关Web应该如何运行的设计模式,并作为 Web标准和设计 Web服务的指导框架。
Part 1 talked about the overall concepts of the Zend Framework, including a list of relevant classes and a general discussion of the MVC pattern.
在第1部分中,我们讨论了Zend框架的全部概念,包括一系列相关的类和对MVC模式的总体探讨。
It also explained the methodologies that the Spring Framework is based on and IoC, the core pattern used by both of these technologies.
该部分还说明了Spring框架所基于的方法以及这些技术都使用的核心模式IoC。
Naked objects is an architectural pattern and a framework for developing applications where domain objects takes a central role.
NakedObjects是一种架构模式,也是一个以领域对象为中心角色的应用开发框架。
Table 1 shows the correspondence between the Observer pattern, the standard web services model, and the Observer pattern's implementation in the DEBA framework classes.
表1中三个方面的对照,分别为观察者模式、标准Web服务模型,以及在DEBA框架类中观察者模型的实现。
It is now using the ICU framework instead of Oniguruma for regular expression compilation and pattern matching.
它现在是基于ICU架构而不是Oniguruma的正则表达式编译和模式匹配架构。
The Struts framework supports the Model-View-Controller (MVC) pattern and addresses many important application design and implementation considerations.
Struts框架支持模型-视图-控制器(Model - View - Controller,MVC)模型,并且提出了许多重要的应用程序设计和实现需要注意的事项。
The framework we'll create is a simple 3-tier framework that processes business logic using three patterns: the 3-layer architecture pattern, the Singleton pattern, and the Command pattern.
我们将要建立的是一个简单的3-tier框架,它使用了三种模式处理业务逻辑:3-layer体系结构模式、Singleton模式和Command模式。
The work principle and mechanism of JSF framework based on MVC pattern was research in the paper.
对基于MVC模式的JSF框架的工作原理和运行机制进行了研究。
You can co-opt some parts of the MVC Framework and ignore others, or even implement an entirely new architectural pattern.
你可以接收MVC框架的某些部分而忽略其它部分,或者甚至实现一个全新的体系结构模式。
Select the pattern you created earlier, the one with the Rational Automation Framework for WebSphere integration script package, and then click the deploy icon in the upper right-hand toolbar.
选择您之前创建的模式,即带有RationalAutomationFrameworkfor WebSphere集成脚本包的那一个,然后单击右上方工具栏中的部署图标。
Framework code can handle the policy, and user code — provided in a closure — can customize it. Listing 13 shows the basic usage pattern.
框架代码能处理策略,而在闭包中提供的用户代码能定制此策略。
As a theory framework to resolve the tension "between law and necessity", the liberal pattern of emergency power has a long history.
作为一种解决“法律与需要”之间的紧张关系的理论框架,紧急权力的自由模式有着悠久的历史。
Function requirement of existing mobile robot control system is analyzed. Framework and realization mechanism of data bus pattern is described.
分析了已有移动机器人平台控制系统的功能需求,阐述了总线模式的结构及实现机制。
GIS technology was employed to process the basic data, distill and classify Wuhan's corridors, to obtain topological framework maps and to calculate the landscape pattern indices.
利用GIS处理基础资料,对城市廊道系统进行提取与分类,生成拓扑关系图,并计算景观格局指标参数。
To use the MVC design pattern, AAF framework technology, knowledge map and components reuse techniques, researched the visualization system for the distribution of water rights.
采用MVC设计模式、AAF框架技术、知识图以及组件复用技术研究水权分配的可视化应用系统。
Pattern and framework technology have been gradually applied in the actual development, though they can improve the productivity and software quality, they need more high level abstraction.
模式和框架技术也被逐渐地引入到实际的开发过程中,虽然这在一定程度上能够提高生产率以及软件质量,但是仍缺乏较高层次的抽象。
It is discussed that how to build the whole structure of J2EE application, then a solution that base on MVC pattern to make up the framework of J2EE application is introduced, and it is illustrated.
探讨了J2EE应用程序整体结构问题,提出了一套基于MVC模式构建应用程序框架的方案,并简要举例说明。
This paper summarizes the achievements of knowledge management in Chinese libraries, which is definition, content and objective, strategy and principle, pattern and framework.
论文从图书馆知识管理的定义、内容和目标、策略和原则、模式和框架四个方面综述了我国图书馆知识管理研究所取得的成果。
A software development team needs an automated testing framework to adapt to the characteristics of the applications which team developed and to its own development pattern.
一个软件开发团队需要一套适应于团队所开发应用的特点及自身开发模式的自动化测试框架。
Finally, based on the research result stated above, the networked equipment resource share mode, and its whole framework and operation pattern based on ASP(Application Service Provider), are studied.
在上述研究成果的基础上,研究了基于ASP模式的网络化设备资源共享模式、网络化设备资源共享系统的总体框架结构和运行模式;
应用推荐