BLL的意思
「BLL」經常作為「Business Logic Layer」的縮寫來使用,中文意思:「業務邏輯層」。
BLL(業務邏輯層)詳細解釋
- 英文縮寫詞:BLL
- 英文單詞:Business Logic Layer
- 中文簡要解釋:業務邏輯層
- 流行度:8151
- 分類:Computing
- 領域:Software
英文縮寫BLL的擴展資料
- According to the database schema information and customized code template, code is built for business logic layer.本文敘述根據數據庫架構信息和定制的代碼模板自動生成業務邏輯層(BLL)代碼的實現方法。
- The Business Logic Layer(BLL), in turn, requests that the Data Access Layer deal with data persistence.而業務邏輯層(BLL)則請求數據訪問層處理數據持久性。
- There are different components of a multi-tiered solution when designing for scalability and redundancy & the most important two are the persistence layer ( mainly the database ) and the business logic layer ( mainly running on an application server ).在設計可伸縮性和冗余時涉及到多層解決方案中的不同組件,最重要的兩個組件是持久性層(主要是數據庫)和業務邏輯層(BLL)(主要在一個應用服務器上運行)。
- This article shows how to use Drools as part of the business logic layer in a sample Java application.本文展示如何使用Drools作為示例Java應用程序中業務邏輯層(BLL)的一部分。
- 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.從業務邏輯層(BLL)中解耦BrowserRequestHandler和ResourceRequestHandler有助于促進代碼重用,并能實現靈活和可擴展的架構。