business logic layer 中文意思是什麼

business logic layer 解釋
商務邏輯層
  • business : n 1 事務,業務;事,事業,行業,工作。2 實業;商業,營業,買賣,交易;營業額,交易量;商情。3 商...
  • logic : n. 1. 邏輯,理論學。2. 推理[方法];邏輯性,條理性。3. 威力,壓力,強制(力)。
  • layer : n 1 放置者,鋪設者,計劃者。2 【賽馬】(一般)賭客。3 產卵的雞。4 【軍事】瞄準手。5 層;階層;地...
  1. These are both bad ideas - suddenly you ve married your business logic to your choice of a data binding layer, and at some point that s going to catch up with you and cause problems

    這都是錯誤的觀念,突然將業務邏輯與數據綁定層的選擇結合在一起,最終必然會造成混亂導致出現問題。
  2. Business logic should be in a higher layer of your application. only data access operations should be permitted

    業務邏輯應該在你的應用的一個高一些的層次里。持久層里僅僅允許數據存取操作。
  3. The data object simply checks for required fields or performs other business logic, and then stores the information or retrieves it from the database though a database abstraction layer - again, several database abstraction layers are freely available for php

    數據對象僅檢查必要欄位或者執行其他業務邏輯,然後通過數據庫提取層(當前為php提供了多種免費的數據庫提取層)將信息存儲到數據庫中或者在數據庫中檢索數據。
  4. For instance, a common anti - pattern that we ve seen far too often is a design where a persistence layer is wrapped inside an xml api and then placed in a process separate from the business logic that needs to invoke the persistence layer. in versions of this design, we ve seen people actually serialize java

    例如,一個我們熟得不能再熟了的常見反模式( anti - pattern )是這樣的一種設計:一個持久性層被包裝在一個xml api內,然後將它放在與需要激活這個持久層的業務邏輯隔離的流程中。
  5. The business rulemanagement layer is in charge of the definition, learning, evaluation andoptimization of business rules and manages the business process of the qualitycosting, while the process logic layer is abstracted to be a guide of theimplementation

    其中,用戶層用來表示企業質量成本核算的情況,規則管理層的功能是質量成本核算業務規則的定義、學習、評價和優化,並以業務規則管理實際核算業務流程,過程邏輯層抽象企業通用的業務流程,是面向底層實現的抽象,由業務規則數據的控制運行。
  6. The model controls the dynamic security of network information flow on four layers : security entrance layer requires user authentication and encapsulates security information flow ; social intelligence layer makes information flow to have the ability of self - sensing self - protecting and self - adjusting ; business layer carries out business logic in forms of transactions which can be submitted, processed and roll back, in order to provide real - time protecting and online recovering ; tcp / ip security layer ensures security communication for information flow

    該模型分4個層次控制網路信息流的動態安全;安全入口層負責用戶的身份驗證和信息流的安全封裝;社會智能層賦予信息流自我感應、自我保護、自我調控的行為能力;事務層實現商業事務的提交、處理、回滾,提供實時保護和在線恢復機制; tcp / ip安全協議層則保障網路信息流的安全傳輸。
  7. 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模式。
  8. It almost always requires access to the ejb layer, as well as other business - logic components in your application

    它幾乎總是需要對ejb層以及應用程序中的其它業務邏輯組件具有訪問權。
  9. In this article, we firstly analyze the present status of cbse mainly concerning its framework. some deficiencies are pointed out as follows : some present component frameworks focus on the service providing for the components, but the separation of interface layer and business logic layer is ignored ; components are tightly coupled with the api provided by the framework ; lacking the support for component unit testing ; lacking the support for the modularization of crossing cutting concerns

    本文首先以cbse中的框架為切入點,分析了cbse的現狀,並指出了其中一些不足之處:現有的一些構件框架僅僅強調給構件提供服務,而忽略了介面層和業務邏輯層的分離;構件依賴于特定框架的api ;缺乏對單元測試的支持;缺乏對橫切關注點( crosscuttingconcerns )的模塊化支持。
  10. The mps system requirements analysis and the design of database are completed with uml modeling technology, which inosculates the system ' s requirement analysis process and the component - based software development process and pave way for the abstract, development and assembly of components. then the thesis divides the business layer in the typical three - tier architecture into another three sublayers that are the data express layer, data access logic layer and business rule layer, and a framework that is more explicit and easier to develop and reuse is constructed. in this framework, the design strategy and method of components in diverse layers are given to complete their corresponding functions

    本文首先利用uml面向對象建模方法完成了mps系統的需求分析和數據庫的設計,使需求分析過程與開發過程更緊密地結合起來,為組件的抽取、開發與組裝奠定了基礎;然後將典型三層系統結構中的業務邏輯層分為業務實體層、數據訪問邏輯層和業務規則層,提出了一個更加清晰、易於開發和復用的總體框架結構,並設計了框架中不同組件的開發策略;最後利用com mts com +組件技術完成了基於本框架的mps系統中各層組件的開發、分散式事務處理及部署通信,調試了系統的運行,實現了系統的功能。
  11. As is stated above, this thesis did research on struts, spring and hibernate frameworks, and analysed each framework ’ s function in web application layer. an architecture is integrated with the three frameworks which is suitable for enterprise web application. the architecture hands business logic of struts to spring ; utilize beans configuration to manage the related classes ; manage objects ’ relation of between controller and data access object through spring and make data persistence by hibernate. this thesis made did deep analysis and research on coupling of integration between spring and struts and put forward a solution to loose coupling of integration

    本文針對上述問題,對struts , spring , hibernate框架進行研究,具體分析各個框架在web應用的不同層次上所發揮的作用,並整合三種框架,設計出一個適合企業web應用的java通用架構,即將struts應用中的業務邏輯交給spring管理,相關類用spring的beans配置完成,由spring管理與表現層的控制器及更下層的數據訪問對象( dataaccessobject )對象的關系,由hibernate負責數據的持久化;並對spring和struts整合的耦合性進行深入的分析研究,提出了一種框架整合的解耦方案;採用aop ( aspectorientedprogramming )機制,設計出一個脫離spring環境的aop ;最後用一個實際的項目對架構應用進行實現。
  12. The structure is divided into three layers logically. they are user layer, business layer and data layer. user layer is responsible to interact with user, business layer perform logic and data layer access data

    三層架構在邏輯上分為用戶層、業務層和數據層,其中用戶層負責與用戶進行交互,業務層負責業務邏輯,數據層負責信息的存取。
  13. Using the oracle9i as as the j2ee application server and ejb as the developing technology, this paper designs the data logic layer and business logic layer in the digital university, which is the application layer component in the digital university

    以oracle9ias作為數字化校園的j2ee應用服務器,以ejb組件技術為開發工具,設計了數字化校園中的數據邏輯層和業務邏輯層,這是數字化校園中的應用層部分。
  14. The form is part of the presentation layer so it doesn t implement any business logic. but it knows enough to pass the request to the business layer

    窗口是展示層的一部分,所以它不執行任何業務邏輯,但是它知道將請求傳送到業務層。
分享友人