So far, we have finished examining the server-side data access layer logic for custom authentication and reset password. We will switch to the client side next.
至此,已经完成客户端对自定义授权与重置密码的数据访问层逻辑。现在看看客户端。
Considering various aspects, N layer logic structure is used in designing the system to fulfill complicated business functions by function calling regularly through layers.
基于各方面的考虑,我们在系统设计时采用N层逻辑结构,通过上下层之间按照一定规则的调用,从而完成了多个复杂的业务功能。
I would think that the coding layer that has business logic would benefit greatly from this functionality.
我认为具有事务逻辑的编码层能从这种功能中获得很大益处。
Ideally, you should be using these functions to do string manipulations better and pushing more application logic into the SQL layer, rather than implementing the same logic in your application.
理想情况下,应该使用这些函数更好地执行字符串操作,将更多的应用程序逻辑植入sql层而不是在应用程序中实现这些逻辑。
It accepts the request from the browser, requests the service from the business logic layer, generates the presentation, and responds to the browser.
它从浏览器接受请求,从业务逻辑层请求服务,生成表示并对浏览器做出响应。
SCA takes many of the details of access technology, implementation, and protocols, and moves them into the middleware layer away from the business logic.
SCA包含大量有关访问技术、实现和协议的细节,并将它们从业务逻辑转移到中间件层。
The provider creation layer can contain business-owned semantic logic and both types of non-semantic logic.
提供者创建层可以包含业务拥有的语义逻辑和两类非语义逻辑。
Only the public methods included in the application architecture's API layer contain transaction logic.
只有包含在应用程序架构的api层中的公共方法包含事务逻辑。
Encapsulation — Stored procedures are a good means to implement the lowest layer of business logic.
封装——存储过程是实现最低的业务逻辑层的好方法。
The third option is to move trigger logic to application layer and get from the trigger.
第三种方法是把触发器逻辑转移到应用程序层,放弃触发器。
These underlying data access calls are thus consolidated in the data access layer and hidden from the business logic.
这些底层数据调用整合到数据访问层中,对于业务逻辑是不可见的。
SCA moves many of the details of access technology, implementation, and protocols to the middleware layer - away from the business logic.
SCA将业务逻辑中有关访问技术、实现和协议的大量细节移动到中间件层中。
In addition, as new REST and MVC frameworks become available in the future, it is easier to implement them without rewriting the business logic layer.
此外,由于将来可以使用新的REST和mvc框架,实现它们变得更加容易,无需重写业务逻辑层。
Business rules are centralized into the business logic layer that serves as an intermediary for data exchange between the presentation layer and the data access layer.
业务规则可以集中到业务逻辑层,该层充当表示层和数据访问层之间的数据交换的中间层。
The service requests generated by the end-users at the presentation layer are handled at the business logic layer, where the IDs are treated as configuration parameters to the business services.
最终用户在表示层生成的服务请求在业务逻辑层进行处理,在其中会将ID作为业务服务的配置参数进行处理。
The Presentation layer and the Business Logic layer can be on two different machines and can be offered by different J2EE platform providers.
表示层和业务逻辑层可以位于不同机器上,也可以由不同的J2EE平台供应商提供。
And putting entities' behavior in services or the view layer scatters the entities' core logic throughout the application, causing maintenance problems.
另外,把实体的行为放在服务或视图层中,会导致实体的核心逻辑分散在应用程序中的许多地方,导致维护问题。
Because the only layer containing transaction logic is the API layer, I will only show the transaction logic in that layer's domain-model classes.
因为包含事务逻辑的惟一的一个层是api层,我将只展示该层的域模型类中的事务逻辑。
You can now be more precise in statements about logic in an integration layer in SOA.
现在,在讨论SOA中的集成层时,可以更准确地表述逻辑。
The ability to use PHP to move freely between the business logic layer and the presentation layer (using the PHP template engine) was also very appealing.
为了在业务逻辑层和表示层之间自由地移动(使用PHP模板引擎),还需要掌握PHP。
Notice in this strategy that both the client layer and the API layer contain transaction logic.
注意,在此策略中,客户端层和api层包含事务逻辑。
The driver layer shows times spent performing database driver processing logic.
驱动程序层显示花费在执行数据库驱动器处理逻辑上的时间。
It is also within this layer that any business logic necessary to validate the use cases can be applied prior to returning the response.
在该层中,会应用验证用例所需的业务逻辑,然后返回响应。
The facade pattern is a valuable tool for interacting with the business logic layer of a J2EE application.
facade模式是一个在与J2EE应用程序中的业务逻辑层进行交互很有用的工具。
The actual service implementations are invoked as service component Architecture (SCA) components in the logic layer.
在逻辑层中,可以将实际的服务实现作为ServiceComponentArchitecture (SCA)组件调用。
If a customer places an online order, the business decision to decide if they qualify for free shipping would belong in the business logic layer, running in Process Server.
如果客户进行了在线订购,则决定他们是否具有免费发货资格的业务决策属于在Process Server中运行的业务逻辑层。
After receiving a request from a Web service client, the Resource request Handler requests the service from the business logic layer.
从Web服务客户端收到请求之后,ResourceRequestHandler从业务逻辑层请求服务。
The logic layer contains the actual application logic, implemented as EJB 3.0 Stateless Session Beans.
逻辑层包含实际的应用程序逻辑,逻辑实现为EJB 3.0无状态会话bean。
It consists of four loosely-coupled bundles: a Web layer, a business logic layer, a persistence layer, and an API bundle.
该架构包含4个松耦合bundle:一个web层、一个业务逻辑层、一个持久化层、以及一个APIbundle。
Decoupling the Browser Request Handler and Resource Request Handler from the business logic layer helps facilitate code reuse, and leads to a flexible and extensible architecture.
从业务逻辑层中解耦browserRequestHandler和Resource Request Handler有助于促进代码重用,并能实现灵活和可扩展的架构。
应用推荐