摘要
测井储层参数研究平台采用.NET4层结构体系,自下而上依次为数据库、数据访问层、业务逻辑层和表示层。给出了业务逻辑层的设计,它分为业务对象接口、业务对象和业务对象工厂3个模块。实用表明,面向接口的设计思想、合理的设计模式和反射技术,使其具有良好的模块独立性和可维护性。
The.NET four-layer architecture is used in logging reservoir parameter research platform.The four layers are the database,the data access layer,the business logic layer and the user interface in turn from bottom to top.The business logic layer design is presented in this paper,which includes IBO(business object interface),BO(business object)and BOFactory(business object factory)three modules.Practical application shows that the interface-oriented design,the reasonable design patterns and the reflection technology enable it to have good module independence and maintainability.
出处
《长江大学学报(自科版)(上旬)》
CAS
2009年第2期214-216,共3页
JOURNAL OF YANGTZE UNIVERSITY (NATURAL SCIENCE EDITION) SCI & ENG
关键词
储层参数
业务逻辑层
接口
对象
设计模式
reservoir parameter
business logic layer
interface
object
design pattern