您的位置:首页 > 运维架构

petShop 4.0 的命名空间 以及各个项目模块的说明

2008-01-17 09:42 489 查看
petShop 4.0 的命名空间 以及各个项目模块的说明

序号
项目名称
程序集名称Assembly Name默认命名空间Default Namespace描述
1
WEB
表示层
2
Model
PetShop.ModelPetShop.Model业务实体
3
BLL
PetShop.BLLPetShop.BLL业务逻辑层
4
DALFactory
PetShop.DALPetShop.DALFactory数据层的抽象工厂
5
IDAL
PetShop.IDALPetShop.IDAL数据访问层接口定义
6
SQLServerDAL
PetShop.SQLServerDALPetShop.SQLServerDALSQLServer数据访问层
7
OracleDAL
PetShop.OracleDALPetShop.OracleDALOracle数据访问层
8
DBUtility
PetShop.DBUtilityPetShop.DBUtility数据库访问组件基础类
9
CacheDependencyFactory
PetShop.CacheDependencyFactoryPetShop.CacheDependencyFactory缓存依赖类的工厂类
10
ICacheDependency
PetShop.ICacheDependencyPetShop.ICacheDependency缓存依赖类接口
11
TableCacheDependency
PetShop.TableCacheDependencyPetShop.TableCacheDependency缓存依赖实现类
12
IBLLStrategy
PetShop.IBLLStrategyPetShop.IBLLStrategy同步/异步处理策略接口(实现在bll根据配置反射选择)
13
MessagingFactory
PetShop.MessagingFactoryPetShop.MessagingFactory异时处理消息队列的抽象工厂
14
IMessaging
PetShop.IMessagingPetShop.IMessaging异时处理消息队列接口定义
15
MSMQMessaging
PetShop.MsmqMessagingPetShop.MsmqMessaging异时处理消息队列的实现
16
Profile
PetShop.ProfilePetShop.ProfileProfile的数据访问层
17
ProfileDALFactory
PetShop.ProfileDALFactoryPetShop.ProfileDALFactoryProfileDAL的工厂类(反射创建ProfileDAL)
18
IProfileDAL
PetShop.IProfileDALPetShop.IProfileDALProfile的数据访问层接口定义
19
OracleProfileDAL
PetShop.OracleProfileDALPetShop.OracleProfileDALOracle的Profile Providers
做用户状态管理
20
SQLProfileDAL
PetShop.SQLProfileDALPetShop.SQLProfileDALSQL Server 的Profile Providers
做用户状态管理
21
Membership
PetShop.MembershipPetShop.MembershipMembership认证和授权管理
22
OrderProcessor
PetShop.OrderProcessorPetShop.OrderProcessor后台处理进程,处理订单队列
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐